Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/media-center-app-helper/src/android/platform/helpers/
DMediaCenterHelperImpl.java424 getUiElementFromConfig(AutomotiveConfigConstants.MEDIA_APP_TITLE); in getMediaAppTitle()
427 .validateUiObject(mediaAppTitle, AutomotiveConfigConstants.MEDIA_APP_TITLE); in getMediaAppTitle()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java330 public static final String MEDIA_APP_TITLE = "MEDIA_APP_TITLE"; field in AutomotiveConfigConstants