Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/media-center-app-helper/src/android/platform/helpers/
DMediaCenterHelperImpl.java247 getUiElementFromConfig(AutomotiveConfigConstants.SHUFFLE_BUTTON); in clickShuffleAll()
251 .validateUiObject(shufflePlaylistButton, AutomotiveConfigConstants.SHUFFLE_BUTTON); in clickShuffleAll()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java315 public static final String SHUFFLE_BUTTON = "SHUFFLE_BUTTON"; field in AutomotiveConfigConstants