Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java76 private static final String ACTION_STOP_NOTIF = field in RecordingService
188 case ACTION_STOP_NOTIF: in onStartCommand()
191 if (ACTION_STOP_NOTIF.equals(action)) { in onStartCommand()
487 return new Intent(context, RecordingService.class).setAction(ACTION_STOP_NOTIF); in getNotificationIntent()