Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/playback/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java285 Notification.Action stopAction = new Notification.Action.Builder( in createRecordingNotification() local
297 .addAction(stopAction) in createRecordingNotification()