Home
last modified time | relevance | path

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 Dmedia_test_categories_playlists_selectable.py55 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 Dmedia_test_avrcp_tree_displayed.py52 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 Dmedia_test_switch_app_validation.py55 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 Dmedia_test_stream_when_radio_lunched.py44 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 Dcommon_utils.py29 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: