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