Searched refs:includeSnoozed (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 134 …BarNotification[] getHistoricalNotifications(String callingPkg, int count, boolean includeSnoozed); in getHistoricalNotifications() argument 136 String callingAttributionTag, int count, boolean includeSnoozed); in getHistoricalNotificationsWithAttribution() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 744 public StatusBarNotification[] getArray(UserManager um, int count, boolean includeSnoozed) { in getArray() argument 759 if (pair.second != REASON_SNOOZED || includeSnoozed) { in getArray() 4499 boolean includeSnoozed) { 4501 includeSnoozed); 4510 String callingAttributionTag, int count, boolean includeSnoozed) { 4524 tmp = mArchive.getArray(mUm, count, includeSnoozed);
|