Searched refs:has_ui_element_with_text (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/media/ |
H A D | media_test_categories_playlists_selectable.py | 55 asserts.assert_true(self.common_utils.has_ui_element_with_text(BLUETOOTH_PLAYER_LABEL), 59 asserts.assert_true(self.common_utils.has_ui_element_with_text(YOUTUBE_MUSIC_LABEL), 63 asserts.assert_true(self.common_utils.has_ui_element_with_text(HOME_LABEL), 66 asserts.assert_true(self.common_utils.has_ui_element_with_text(LAST_PLAYED_LABEL), 69 asserts.assert_true(self.common_utils.has_ui_element_with_text(LIBRARY_LABEL),
|
H A D | media_test_avrcp_tree_displayed.py | 52 asserts.assert_true(self.common_utils.has_ui_element_with_text(constants.BLUETOOTH_PLAYER), 56 asserts.assert_true(self.common_utils.has_ui_element_with_text(constants.YOUTUBE_MUSIC_APP),
|
H A D | media_test_switch_app_validation.py | 55 self.common_utils.has_ui_element_with_text(constants.BLUETOOTH_AUDIO_APP), 58 self.common_utils.has_ui_element_with_text(constants.YOUTUBE_MUSIC_APP),
|
H A D | media_test_stream_when_radio_lunched.py | 44 asserts.assert_true(self.common_utils.has_ui_element_with_text(constants.RADIO_APP),
|
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/utilities/ |
H A D | common_utils.py | 29 def has_ui_element_with_text(self, ui_element_text_content): member in CommonUtils 41 if self.has_ui_element_with_text(ui_element_text_content) is True:
|