/packages/apps/Dialer/java/com/android/dialer/notification/ |
D | DialerNotificationManager.java | 72 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in cancel() local 93 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in cancelAll() local 107 private static String findGroupKey( in findGroupKey() 118 private static Pair<StatusBarNotification, Integer> getGroupSummaryAndCount( in getGroupSummaryAndCount()
|
D | NotificationThrottler.java | 99 List<StatusBarNotification> notifications = getSortedMatchingNotifications(context, groupKey); in throttle() local 110 List<StatusBarNotification> notifications = new ArrayList<>(); in getSortedMatchingNotifications() local
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/ |
D | NotificationHelperTest.java | 70 StatusBarNotification[] notifications = mNotificationManager.getActiveNotifications(); in testShowResumeNotification() local 87 StatusBarNotification[] notifications = mNotificationManager.getActiveNotifications(); in testShowPrivacyReminderNotification() local
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | PreprocessingManager.java | 114 public void init(Map<String, StatusBarNotification> notifications, RankingMap rankingMap) { in init() 132 Map<String, StatusBarNotification> notifications, in process() 208 List<StatusBarNotification> notifications, in filter() 257 List<StatusBarNotification> notifications) { in optimizeForDriving() 456 private List<NotificationGroup> rank(List<NotificationGroup> notifications, in rank() 476 List<NotificationGroup> notifications, RankingMap newRankingMap) { in additionalRank()
|
D | CarNotificationView.java | 85 public void setNotifications(List<NotificationGroup> notifications) { in setNotifications()
|
D | CarNotificationViewAdapter.java | 477 public void setNotifications(List<NotificationGroup> notifications, in setNotifications()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupDataProvider.java | 184 List<NotificationKeyData> notifications = getNotificationsForItem( in getDotInfoForItem() local 248 @NonNull ItemInfo info, @NonNull List<NotificationKeyData> notifications) { in getNotificationsForItem()
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationListener.java | 333 StatusBarNotification[] notifications = NotificationListener.this in getNotificationsForKeys() local 347 StatusBarNotification[] notifications) { in filterNotifications()
|
D | NotificationFooterLayout.java | 209 public void trimNotifications(List<String> notifications) { in trimNotifications()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.java | 171 final StatusBarNotification[] notifications = nm.getActiveNotifications(); in getFirstActiveNotification() local 191 final StatusBarNotification[] notifications = nm.getActiveNotifications(); in getActiveGroupSummaryNotification() local
|
D | AlarmNotifications.kt | 255 val notifications: Array<StatusBarNotification> = nm.getActiveNotifications() in getFirstActiveNotification() constant 274 val notifications: Array<StatusBarNotification> = nm.getActiveNotifications() in getActiveGroupSummaryNotification() constant
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | Bots.java | 50 public final NotificationsBot notifications; field in Bots
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ExternalCallNotifier.java | 78 private Map<Call, NotificationInfo> notifications = new ArrayMap<>(); field in ExternalCallNotifier
|
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/service/ |
D | LocationAccessCheck.java | 653 StatusBarNotification[] notifications = notificationManager.getActiveNotifications(); in getCurrentlyShownNotificationLocked() local
|
/packages/providers/TvProvider/src/com/android/providers/tv/ |
D | TvProvider.java | 1997 final Set<Uri> notifications = getBatchNotificationsSet(); in applyBatch() local 2017 final Set<Uri> notifications = getBatchNotificationsSet(); in bulkInsert() local
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | MmsSmsProvider.java | 307 URI_MATCHER.addURI(AUTHORITY, "notifications", URI_NOTIFICATIONS); in URI_MATCHER.addURI()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/ |
D | FakeTvProvider.java | 2172 final Set<Uri> notifications = getBatchNotificationsSet(); in applyBatch() local 2192 final Set<Uri> notifications = getBatchNotificationsSet(); in bulkInsert() local
|