Searched refs:ACTION_STOP (Results 1 – 7 of 7) sorted by relevance
71 private static final String ACTION_STOP = "com.android.systemui.screenrecord.STOP"; field in RecordingService156 case ACTION_STOP: in onStartCommand()440 return new Intent(context, RecordingService.class).setAction(ACTION_STOP); in getStopIntent()
44 @LongDef(flag = true, value = {ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND,57 public static final long ACTION_STOP = 1 << 0; field in PlaybackState
943 if ((validActions & PlaybackState.ACTION_STOP) != 0) { in onMediaButtonEvent()
1132 return PlaybackState.ACTION_STOP; in getActionForRccFlag()1160 case (int) PlaybackState.ACTION_STOP: in getRccFlagForAction()
16420 field public static final long ACTION_STOP = 1L; // 0x1L
27585 field public static final long ACTION_STOP = 1L; // 0x1L
27715 field public static final long ACTION_STOP = 1L; // 0x1L