Searched refs:PLAY_PAUSE_BUTTON (Results 1 – 2 of 2) sorted by relevance
146 getUiElementFromConfig(AutomotiveConfigConstants.PLAY_PAUSE_BUTTON); in playMedia()149 .validateUiObject(playButton, AutomotiveConfigConstants.PLAY_PAUSE_BUTTON); in playMedia()175 getUiElementFromConfig(AutomotiveConfigConstants.PLAY_PAUSE_BUTTON); in pauseMedia()178 .validateUiObject(pauseButton, AutomotiveConfigConstants.PLAY_PAUSE_BUTTON); in pauseMedia()
299 public static final String PLAY_PAUSE_BUTTON = "PLAY_PAUSE_BUTTON"; field in AutomotiveConfigConstants