Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java64 private static final int NOTIF_BASE_ID = 4273; field in RecordingService
92 private int mNotificationId = NOTIF_BASE_ID;
151 mNotificationId = NOTIF_BASE_ID + (int) SystemClock.uptimeMillis(); in onStartCommand()
405 mNotificationManager.notifyAsUser(TAG, NOTIF_BASE_ID, groupNotif, currentUser); in postGroupNotification()