Home
last modified time | relevance | path

Searched defs:notifications (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java162 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_addingNoGroupSBN() local
187 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_UpdateNotification() local
216 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_UpdateNotificationAfterChanges() local
249 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_RemoveNotification() local
277 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_UpdateToNoneOngoingNotification() local
304 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_AddOneOngoingNotification() local
328 ArrayList<StatusBarNotification> notifications = new ArrayList<>(); in testAutoGroupCount_UpdateNoneOngoing() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryProtoHelper.java65 final NotificationHistory notifications) { in writeStringPool()
76 NotificationHistory notifications, NotificationHistoryFilter filter) in readNotification()
305 public static void read(InputStream in, NotificationHistory notifications, in read()
328 public static void write(OutputStream out, NotificationHistory notifications, int version) { in write()
DNotificationHistoryDatabase.java195 NotificationHistory notifications = new NotificationHistory(); in readNotificationHistory() local
214 NotificationHistory notifications = new NotificationHistory(); in readNotificationHistory() local
328 private void writeLocked(AtomicFile file, NotificationHistory notifications) in writeLocked()
436 final NotificationHistory notifications = new NotificationHistory(); in run() local
DNotificationHistoryFilter.java75 public boolean matchesCountFilter(NotificationHistory notifications) { in matchesCountFilter()
DGroupHelper.java75 ArraySet<String> notifications = mOngoingGroupCount.getOrDefault(key, new ArraySet<>(0)); in addToOngoingGroupCount() local
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIRetrieveNotificationListCallback.aidl22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
DIListNotificationsCallback.aidl22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DNotificationHelperTest.java192 Set<NotificationEntry> notifications = Set.of( in testGetHighestPriorityNotification_missedCallHigherPriority() local
201 Set<NotificationEntry> notifications = Set.of( in testGetHighestPriorityNotification_moreRecentLastMessage() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotifications.proto51 repeated Notification notifications = 1; // An ordered sequence of notifications. field
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
DTvNotificationAdapter.java81 public void setNotifications(SparseArray<StatusBarNotification> notifications) { in setNotifications()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/
DNotificationListener.kt25 private val notifications: MutableMap<Any, StatusBarNotification> = mutableMapOf() constant in com.android.wm.shell.flicker.NotificationListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java511 Map<PeopleTileKey, Set<NotificationEntry>> notifications = in augmentTileFromNotificationEntryManager() local
522 List<NotificationEntry> notifications = in getGroupedConversationNotifications() local
549 Map<PeopleTileKey, Set<NotificationEntry>> notifications, in augmentTileFromNotifications()
590 Map<PeopleTileKey, Set<NotificationEntry>> notifications) { in getAugmentedTileForExistingWidget()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java86 final StatusBarNotification[] notifications = getActiveNotifications(); in onListenerConnected() local
/frameworks/base/media/java/android/media/
DMediaScanner.java161 private Uri endFile(FileEntry entry, boolean ringtones, boolean notifications, in endFile()
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputBufferManager.cpp328 std::list<Notification> notifications; in processNotifications() local
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java736 public void onComplete(int resultCode, EuiccNotification[] notifications) { in listNotifications()
766 public void onComplete(int resultCode, EuiccNotification[] notifications) { in retrieveNotificationList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java907 EuiccNotification[] notifications = new EuiccNotification[nodes.size()]; in listNotifications() local
948 EuiccNotification[] notifications = new EuiccNotification[nodes.size()]; in retrieveNotificationList() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java168 Map<PeopleTileKey, Set<NotificationEntry>> notifications) { in getNotificationsByUri()
/frameworks/proto_logging/stats/
Datoms.proto4754 repeated Notification notifications = 1; // An ordered sequence of notifications. field
4768 optional NotificationList notifications = 3 [(log_mode) = MODE_BYTES]; field