Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java602 getUiElementFromConfig(AutomotiveConfigConstants.ADD_TO_FAVORITE_BUTTON); in openAddFavoriteDialog()
605 .validateUiObject(favoriteButton, AutomotiveConfigConstants.ADD_TO_FAVORITE_BUTTON); in openAddFavoriteDialog()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java94 public static final String ADD_TO_FAVORITE_BUTTON = "ADD_TO_FAVORITE_BUTTON"; field in AutomotiveConfigConstants