Searched refs:SUMMARY_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance
2338 static final int SUMMARY_NOTIFICATION_ID = SystemMessage.NOTE_ABUSIVE_BG_APPS_BASE; field in AppRestrictionController.NotificationHelper2411 private int mNotificationIDStepper = SUMMARY_NOTIFICATION_ID + 1;2649 mNotificationManager.notifyAsUser(null, SUMMARY_NOTIFICATION_ID, summary, targetUser); in postSummaryNotification()
2607 if (id == NotificationHelper.SUMMARY_NOTIFICATION_ID) { in checkNotificationShown()2612 assertTrue(NotificationHelper.SUMMARY_NOTIFICATION_ID < notificationId[i]); in checkNotificationShown()