Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java2338 static final int SUMMARY_NOTIFICATION_ID = SystemMessage.NOTE_ABUSIVE_BG_APPS_BASE; field in AppRestrictionController.NotificationHelper
2411 private int mNotificationIDStepper = SUMMARY_NOTIFICATION_ID + 1;
2649 mNotificationManager.notifyAsUser(null, SUMMARY_NOTIFICATION_ID, summary, targetUser); in postSummaryNotification()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java2607 if (id == NotificationHelper.SUMMARY_NOTIFICATION_ID) { in checkNotificationShown()
2612 assertTrue(NotificationHelper.SUMMARY_NOTIFICATION_ID < notificationId[i]); in checkNotificationShown()