Home
last modified time | relevance | path

Searched refs:menuButton (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java353 UiObject2 menuButton = scrollAndFindUiObject(By.text(menuPattern)); in openMenuWith() local
354 if (menuButton == null) { in openMenuWith()
357 clickAndWaitForIdleScreen(menuButton); in openMenuWith()
393 UiObject2 menuButton = scrollAndFindUiObject(By.text(menuPattern), index); in getMenu() local
394 if (menuButton == null) { in getMenu()
397 return menuButton; in getMenu()
/platform_testing/libraries/automotive-helpers/media-center-app-helper/src/android/platform/helpers/
DMediaCenterHelperImpl.java220 UiObject2 menuButton = findUiObject(By.text(menu)); in openMenuWith() local
221 if (menuButton != null) { in openMenuWith()
222 clickAndWaitForIdleScreen(menuButton); in openMenuWith()