Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/playback/
DPlaybackViewModel.java388 @Action int stopAction = ACTION_DISABLED; in getMainAction() local
391 stopAction = ACTION_PAUSE; in getMainAction()
393 stopAction = ACTION_STOP; in getMainAction()
405 return stopAction; in getMainAction()