Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java93 protected int mNotificationId = NOTIF_BASE_ID; field in RecordingService
154 mNotificationId = NOTIF_BASE_ID + (int) SystemClock.uptimeMillis(); in onStartCommand()
219 mNotificationManager.cancelAsUser(null, mNotificationId, currentUser); in onStartCommand()
287 startForeground(mNotificationId, builder.build()); in createErrorNotification()
323 startForeground(mNotificationId, builder.build()); in createRecordingNotification()
450 mNotificationManager.notifyAsUser(null, mNotificationId, in saveRecording()
459 mNotificationManager.notifyAsUser(null, mNotificationId, notification, in saveRecording()
465 mNotificationManager.cancelAsUser(null, mNotificationId, currentUser); in saveRecording()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recordissue/
DIssueRecordingService.kt98 mNotificationId, in getTag()
/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java464 private int[] mNotificationId; field in AppRestrictionController.RestrictionSettings.PkgSettings
582 if (mNotificationId == null) { in getNotificationId()
585 return mNotificationId[notificationType]; in getNotificationId()
591 if (mNotificationId == null) { in setNotificationId()
592 mNotificationId = new int[NotificationHelper.NOTIFICATION_TYPE_LAST]; in setNotificationId()
594 mNotificationId[notificationType] = notificationId; in setNotificationId()
615 if (mNotificationId != null) { in clone()
616 newObj.mNotificationId = Arrays.copyOf(mNotificationId, mNotificationId.length); in clone()
639 && Arrays.equals(otherSettings.mNotificationId, mNotificationId); in equals()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java164 private int mNotificationId; field in Bubble
623 mNotificationId = entry.getStatusBarNotification().getId(); in setEntry()
712 return mNotificationId; in getNotificationId()