Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java77 protected static final String ACTION_STOP_NOTIF = field in RecordingService
194 case ACTION_STOP_NOTIF: in onStartCommand()
197 if (ACTION_STOP_NOTIF.equals(action)) { in onStartCommand()
512 return new Intent(context, this.getClass()).setAction(ACTION_STOP_NOTIF); in getNotificationIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recordissue/
DIssueRecordingService.kt87 ACTION_STOP_NOTIF -> { in getTag()