Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl130 …BarNotification[] getHistoricalNotifications(String callingPkg, int count, boolean includeSnoozed); in getHistoricalNotifications() argument
132 String callingAttributionTag, int count, boolean includeSnoozed); in getHistoricalNotificationsWithAttribution() argument
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java577 public StatusBarNotification[] getArray(int count, boolean includeSnoozed) { in getArray() argument
584 if (pair.second != REASON_SNOOZED || includeSnoozed) { in getArray()
3824 boolean includeSnoozed) {
3826 includeSnoozed);
3835 String callingAttributionTag, int count, boolean includeSnoozed) {
3849 tmp = mArchive.getArray(count, includeSnoozed);