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.java347 @Action int stopAction = ACTION_DISABLED; in getMainAction() local
350 stopAction = ACTION_PAUSE; in getMainAction()
352 stopAction = ACTION_STOP; in getMainAction()
364 return stopAction; in getMainAction()