Searched refs:includeSnoozed (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 133 …BarNotification[] getHistoricalNotifications(String callingPkg, int count, boolean includeSnoozed); in getHistoricalNotifications() argument 135 String callingAttributionTag, int count, boolean includeSnoozed); in getHistoricalNotificationsWithAttribution() argument
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 661 public StatusBarNotification[] getArray(UserManager um, int count, boolean includeSnoozed) { in getArray() argument 676 if (pair.second != REASON_SNOOZED || includeSnoozed) { in getArray() 4163 boolean includeSnoozed) { 4165 includeSnoozed); 4174 String callingAttributionTag, int count, boolean includeSnoozed) { 4188 tmp = mArchive.getArray(mUm, count, includeSnoozed);
|