Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/common/
DPlatformConsts.kt94 const val STATE_STOPPED = "STOPPED" constant
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaInstrumentation.java102 mPlayer.setOnCompletionListener(() -> setCurrentMediaState(PlaybackState.STATE_STOPPED)); in initialize()
104 source == null ? PlaybackState.STATE_NONE : PlaybackState.STATE_STOPPED); in initialize()
287 case PlaybackState.STATE_STOPPED: in getAvailableActions()