Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java63 protected static final int NOTIF_BASE_ID = 4273; field in RecordingService
406 mNotificationManager.notifyAsUser(getTag(), NOTIF_BASE_ID, groupNotif, currentUser); in postGroupNotification() local