Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DPipActivity.java22 import static android.media.session.PlaybackState.ACTION_STOP;
91 .setActions(ACTION_PLAY | ACTION_PAUSE | ACTION_STOP)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java75 private static final String ACTION_STOP = "com.android.systemui.screenrecord.STOP"; field in RecordingService
189 case ACTION_STOP: in onStartCommand()
477 .setAction(ACTION_STOP) in getStopIntent()
/aosp14/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java44 @LongDef(flag = true, value = {ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND,
58 public static final long ACTION_STOP = 1 << 0; field in PlaybackState
H A DMediaSession.java985 if ((validActions & PlaybackState.ACTION_STOP) != 0) { in onMediaButtonEvent()
/aosp14/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java1133 return PlaybackState.ACTION_STOP; in getActionForRccFlag()
1161 case (int) PlaybackState.ACTION_STOP: in getRccFlagForAction()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt26560 field public static final long ACTION_STOP = 1L; // 0x1L