Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/media-center-app-helper/src/android/platform/helpers/
DMediaCenterHelperImpl.java681 getUiElementFromConfig(AutomotiveConfigConstants.CURRENT_SONG_TIME); in getSongCurrentPlayingTime()
684 … .validateUiObject(objectSongCurrentTime, AutomotiveConfigConstants.CURRENT_SONG_TIME); in getSongCurrentPlayingTime()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java311 public static final String CURRENT_SONG_TIME = "CURRENT_SONG_TIME"; field in AutomotiveConfigConstants