Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java58 private static final int NOTIFICATION_VIEW_ID = 4273; field in RecordingService
176 mNotificationManager.cancelAsUser(null, NOTIFICATION_VIEW_ID, currentUser); in onStartCommand()
387 mNotificationManager.notifyAsUser(null, NOTIFICATION_VIEW_ID, notification, in saveRecording()