Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 107) sorted by relevance

12345

/platform_testing/tests/automotive/mobly_tests/utilities/
Dmedia_utils.py25 def __init__(self, target, discoverer): argument
31 def execute_shell_on_device(self, shell_command): argument
40 def execute_shell_on_hu_device(self, shell_command): argument
49 def open_youtube_music_app(self): argument
56 def close_youtube_music_app(self): argument
63 def press_tab_on_device(self): argument
68 def press_enter_on_device(self): argument
73 def press_next_song_button(self): argument
78 def press_previous_song_button(self): argument
83 def press_pause_song_button(self): argument
[all …]
Dspectatio_utils.py36 def __init__(self, device): argument
39 def device_displays_connected(self): argument
44 def open_app_grid(self): argument
49 def dial_a_number(self, callee_number): argument
54 def end_call(self): argument
59 def execute_shell_on_device(self, device_target, shell_command): argument
68 def get_dialing_number(self): argument
72 def get_user_phone_number(self): argument
76 def get_home_address_from_details(self): argument
80 def get_device_summary(self): argument
[all …]
Dbt_utils.py33 def __init__(self, discoverer, target): argument
40 def disable_android_auto_popup_on_hu(self): argument
46 def handle_assistant_pop_up(self): argument
57 def get_info_from_devices(self, discovered_devices): argument
62 def discover_secondary_from_primary(self): argument
78 def pair_primary_to_secondary(self): argument
110 def unpair(self): argument
137 def press_allow_on_phone(self): argument
145 def bt_disable(self): argument
151 def click_on_use_bluetooth_toggle(self): argument
[all …]
Dcommon_utils.py24 def __init__(self, target, discoverer): argument
29 def has_ui_element_with_text(self, ui_element_text_content): argument
39 def click_on_ui_element_with_text(self, ui_element_text_content): argument
45 def wait_with_log(self, wait_time): argument
50 def enable_wifi_on_phone_device(self): argument
55 def grant_restricted_permission_on_hu(self, permission): argument
61 def grant_local_mac_address_permission(self): argument
Dvideo_utils_service.py12 def __init__(self, device, class_name): argument
18 def enable_screen_recording(self): argument
30 def stop_screen_recording(self): argument
37 def pull_recording_file(self, log_path): argument
43 def delete_screen_recording_from_device(self): argument
51 def get_screen_recording_path(self): argument
/platform_testing/libraries/motion/golden_updater/
Dwatch_local_tests.py159 def __init__(self, *args, **kwargs): argument
163 def verify_access_token(self): argument
171 def do_OPTIONS(self): argument
178 def do_GET(self): argument
205 def do_POST(self): argument
225 def do_PUT(self): argument
237 def serve_file(self, root_directory, file_relative_to_root, mime_type=None): argument
255 def service_list_goldens(self): argument
290 def service_refresh_goldens(self, clear): argument
296 def service_update_golden(self, id): argument
[all …]
/platform_testing/tests/automotive/mobly_tests/
Dbluetooth_base_test.py23 def setup_class(self): argument
54 def setup_test(self): argument
62 def teardown_test(self): argument
74 def teardown_no_video_recording(self): argument
86 def hu_recording_handler(self): argument
101 def enable_recording(self): argument
/platform_testing/tests/automotive/mobly_tests/uxrestriction/
Duxrestriction_test_receive_call_answer_decline.py39 def setup_class(self): argument
51 def setup_test(self): argument
55 def test_answer_incoming_call(self): argument
78 def test_reject_incoming_call(self): argument
101 def teardown_test(self): argument
106 def teardown_class(self): argument
Duxrestriction_test_play_message_while_driving.py26 def setup_class(self): argument
33 def setup_test(self): argument
51 def test_play_new_unread_sms(self): argument
76 def teardown_test(self): argument
82 def teardown_class(self): argument
Duxrestriction_test_call_from_dialer.py35 def setup_class(self): argument
39 def setup_test(self): argument
45 def test_call_from_dialer_during_drive_mode(self): argument
62 def teardown_test(self): argument
/platform_testing/tests/automotive/mobly_tests/certification/
Dlocation.py23 def setup_class(self): argument
26 def toggle_location_settings(self, enable): argument
39 def check_location_status(self): argument
59 def validate_last_location(self): argument
70 def test_location_validation(self): argument
/platform_testing/tests/automotive/mobly_tests/sms/
Dbt_sms_read_auto_sync_test.py38 def setup_class(self): argument
42 def setup_test(self): argument
65 def test_read_sms_auto_sync(self): argument
84 def teardown_test(self): argument
Dbt_sms_unread_sms_messagedb_sync_test.py38 def setup_class(self): argument
42 def setup_test(self): argument
65 def test_unread_sms_message_db_sync(self): argument
78 def teardown_test(self): argument
Dbt_sms_reply_from_phone_sync_test.py34 def setup_class(self): argument
38 def setup_test(self): argument
56 def test_reply_from_phone_sms_sync(self): argument
85 def teardown_test(self): argument
/platform_testing/tests/automotive/mobly_tests/notifications/
Dtest_sms_hun_displayed.py41 def setup_class(self): argument
45 def setup_test(self): argument
61 def test_sms_hun_displayed(self): argument
82 def teardown_test(self): argument
Dtest_sms_hun_unmute.py41 def setup_class(self): argument
45 def setup_test(self): argument
61 def test_sms_hun_unmute(self): argument
118 def teardown_test(self): argument
Dtest_sms_hun_muted_not_displayed.py41 def setup_class(self): argument
45 def setup_test(self): argument
61 def test_sms_hun_muted_not_displayed(self): argument
94 def teardown_test(self): argument
Dtest_sms_hun_swipe.py41 def setup_class(self): argument
45 def setup_test(self): argument
61 def test_sms_hun_swipe(self): argument
91 def teardown_test(self): argument
Dtest_sms_hun_displayed_in_driving_mode.py41 def setup_class(self): argument
45 def setup_test(self): argument
64 def test_sms_hun_displayed_in_driving_mode(self): argument
97 def teardown_test(self): argument
/platform_testing/tests/automotive/mobly_tests/media/
Dmedia_test_stream_when_radio_lunched.py27 def setup_class(self): argument
32 def setup_test(self): argument
38 def test_media_stream_when_radio_lunched(self): argument
56 def teardown_test(self): argument
Dmedia_test_play_status_after_reboot.py28 def setup_class(self): argument
33 def setup_test(self): argument
40 def test_is_song_playing_after_reboot(self): argument
69 def teardown_test(self): argument
Dmedia_test_avrcp_tree_displayed.py27 def setup_class(self): argument
32 def setup_test(self): argument
40 def test_media_is_tree_displayed(self): argument
59 def teardown_test(self): argument
Dmedia_test_switch_app_validation.py27 def setup_class(self): argument
32 def setup_test(self): argument
39 def test_media_is_able_to_switch_app(self): argument
79 def teardown_test(self): argument
Dmedia_test_now_playing_label_displayed.py26 def setup_class(self): argument
31 def setup_test(self): argument
38 def test_is_now_paying_label_displayed(self): argument
51 def teardown_test(self): argument
/platform_testing/tests/automotive/mobly_tests/dialer/
Ddialer_test_active_call_off.py33 def setup_class(self): argument
37 def setup_test(self): argument
42 def test_active_call_off(self): argument
67 def teardown_test(self): argument

12345