Data manager¶
-
class
gaiatest.gaia_test.GaiaData(marionette, testvars=None)[source]¶ -
active_telephony_state¶
-
all_contacts¶
-
all_settings¶
-
bluetooth_is_discoverable¶
-
bluetooth_is_enabled¶
-
bluetooth_name¶
-
current_audio_channel¶
-
delete_all_call_log_entries()[source]¶ The call log needs to be open and focused in order for this to work.
-
fm_radio_frequency¶
-
get_bool_pref(name)[source]¶ Returns the value of a Gecko boolean pref, which is different from a Gaia setting.
-
get_char_pref(name)[source]¶ Returns the value of a Gecko string pref, which is different from a Gaia setting.
-
get_int_pref(name)[source]¶ Returns the value of a Gecko integer pref, which is different from a Gaia setting.
-
insert_call_entry(call)[source]¶ The call log needs to be open and focused in order for this to work.
-
is_antenna_available¶
-
is_cell_data_connected¶
-
is_cell_data_enabled¶
-
is_fm_radio_enabled¶
-
is_wifi_enabled¶
-
known_networks¶
-
media_files¶
-
music_files¶
-
picture_files¶
-
set_bool_pref(name, value)[source]¶ Sets the value of a Gecko boolean pref, which is different from a Gaia setting.
-
set_char_pref(name, value)[source]¶ Sets the value of a Gecko string pref, which is different from a Gaia setting.
-
set_int_pref(name, value)[source]¶ Sets the value of a Gecko integer pref, which is different from a Gaia setting.
-
sim_contacts¶
-
video_files¶
-