Searched refs:includeSnoozed (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 140 …BarNotification[] getHistoricalNotifications(String callingPkg, int count, boolean includeSnoozed); in getHistoricalNotifications() argument 143 String callingAttributionTag, int count, boolean includeSnoozed); in getHistoricalNotificationsWithAttribution() argument
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 795 public StatusBarNotification[] getArray(UserManager um, int count, boolean includeSnoozed) { in getArray() argument 810 if (pair.second != REASON_SNOOZED || includeSnoozed) { in getArray() 4787 boolean includeSnoozed) { 4789 includeSnoozed); 4799 String callingAttributionTag, int count, boolean includeSnoozed) { 4811 tmp = mArchive.getArray(mUm, count, includeSnoozed);
|