/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 162 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/ |
D | NotificationHistoryProtoHelper.java | 65 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()
|
D | NotificationHistoryDatabase.java | 193 NotificationHistory notifications = new NotificationHistory(); in readNotificationHistory() local 212 NotificationHistory notifications = new NotificationHistory(); in readNotificationHistory() local 303 private void writeLocked(AtomicFile file, NotificationHistory notifications) in writeLocked() 411 final NotificationHistory notifications = new NotificationHistory(); in run() local
|
D | NotificationHistoryFilter.java | 75 public boolean matchesCountFilter(NotificationHistory notifications) { in matchesCountFilter()
|
D | GroupHelper.java | 75 ArraySet<String> notifications = mOngoingGroupCount.getOrDefault(key, new ArraySet<>(0)); in addToOngoingGroupCount() local
|
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/ |
D | IRetrieveNotificationListCallback.aidl | 22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
|
D | IListNotificationsCallback.aidl | 22 void onComplete(int resultCode, in EuiccNotification[] notifications); in onComplete()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | Notifications.proto | 51 repeated Notification notifications = 1; // An ordered sequence of notifications. field
|
/frameworks/base/packages/CarSystemUI/tests/src/com/android/systemui/car/navigationbar/ |
D | CarNavigationBarControllerTest.java | 415 CarNavigationButton notifications = bottomBar.findViewById(R.id.notifications); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_hasUnseen_setCorrectly() local 429 CarNavigationButton notifications = bottomBar.findViewById(R.id.notifications); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_noUnseen_setCorrectly() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationListener.java | 84 final StatusBarNotification[] notifications = getActiveNotifications(); in onListenerConnected() local
|
/frameworks/base/media/java/android/media/ |
D | MediaScanner.java | 161 private Uri endFile(FileEntry entry, boolean ringtones, boolean notifications, in endFile()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | InputBufferManager.cpp | 328 std::list<Notification> notifications; in processNotifications() local
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccCardManager.java | 736 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/ |
D | EuiccCard.java | 907 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/statusbar/phone/ |
D | StatusBar.java | 3094 View notifications = mStatusBarView == null ? null in dispatchDemoCommand() local
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 4019 repeated Notification notifications = 1; // An ordered sequence of notifications. field 4033 optional NotificationList notifications = 3 [(log_mode) = MODE_BYTES]; field
|