/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 2491 mService.addNotification(summary); in testAutobundledSummary_notificationAdded() 2510 mService.addNotification(summary); in testAutobundledSummary_notificationRemoved() 2623 mService.addNotification(notif); in testCancelAllNotifications_CancelsNoClearFlag() 2637 mService.addNotification(notif); in testUserInitiatedCancelAllOnClearAll_NoClearFlag() 2692 mService.addNotification(notif); in testCancelWithTagDoesNotCancelLifetimeExtended() 2723 mService.addNotification(notif); in testCancelAllClearsLifetimeExtended() 2748 mService.addNotification(notif); in testAppCancelAllDoesNotCancelLifetimeExtended() 2752 mService.addNotification(notifCancelable); in testAppCancelAllDoesNotCancelLifetimeExtended() 2791 mService.addNotification(parent); in testCancelNotificationWithTag_fromApp_cannotCancelFgsChild() 2792 mService.addNotification(child); in testCancelNotificationWithTag_fromApp_cannotCancelFgsChild() [all …]
|
D | NotificationHistoryManagerTest.java | 482 mHistoryManager.addNotification(hn); in testAddNotification_userLocked_noCrash() 494 mHistoryManager.addNotification(hn); in testAddNotification_historyDisabled() 496 verify(mDb, never()).addNotification(any()); in testAddNotification_historyDisabled() 513 mHistoryManager.addNotification(hnSystem); in testAddNotification() 514 mHistoryManager.addNotification(hnAll); in testAddNotification() 516 verify(userHistorySystem, times(1)).addNotification(hnSystem); in testAddNotification() 517 verify(userHistoryAll, times(1)).addNotification(hnAll); in testAddNotification()
|
D | NotificationHistoryDatabaseTest.java | 184 mDataBase.addNotification(n); in testAddNotification() 189 mDataBase.addNotification(n2); in testAddNotification() 199 mDataBase.addNotification(n); in testAddNotification_newestFirst() 202 mDataBase.addNotification(n2); in testAddNotification_newestFirst() 225 mDataBase.addNotification(hn); in testReadNotificationHistory_readsBuffer()
|
D | NotificationAttentionHelperTest.java | 390 mService.addNotification(r); in getCallRecord() 517 mService.addNotification(r); in getNotificationRecord() 1381 mService.addNotification(r); in testEmptyUriSoundTreatedAsNoSound() 1780 mService.addNotification(ringtoneNotification); in testCannotInterruptRingtoneInsistentBeep() 1803 mService.addNotification(ringtoneNotification); in testRingtoneInsistentBeep_canUpdate() 1831 mService.addNotification(ringtoneNotification); in testRingtoneInsistentBeep_clearEffectsStopsSoundAndVibration() 1854 mService.addNotification(ringtoneNotification); in testRingtoneInsistentBeep_neverVibratesWhenEffectsClearedBeforeDelay()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServicesUserState.java | 70 addNotification(mImportantNotifications, pkg, key); in addImportantNotification() 78 addNotification(mStandardLayoutNotifications, pkg, key); in addStandardLayoutNotification() 92 public void addNotification(ArrayMap<String, ArraySet<String>> map, String pkg, in addNotification() method in ForegroundServicesUserState
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | NotificationListenerController.java | 79 void addNotification(StatusBarNotification sbn); in addNotification() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationListenerWithPlugins.java | 159 public void addNotification(StatusBarNotification sbn) { in getProvider() method in NotificationListenerWithPlugins
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationHistoryManager.java | 245 public void addNotification(@NonNull final HistoricalNotification notification) { in addNotification() method in NotificationHistoryManager 255 userHistory.addNotification(notification); in addNotification()
|
D | NotificationHistoryDatabase.java | 162 public void addNotification(final HistoricalNotification notification) { in addNotification() method in NotificationHistoryDatabase
|
D | NotificationManagerService.java | 2326 void addNotification(NotificationRecord r) { in addNotification() method in NotificationManagerService 3364 mHistoryManager.addNotification(new HistoricalNotification.Builder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationChildrenContainer.java | 326 public void addNotification(ExpandableNotificationRow row, int childIndex) { in addNotification() method in NotificationChildrenContainer
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 907 mChildrenContainer.addNotification(row, childIndex);
|
/frameworks/base/services/ |
D | art-wear-profile | 15832 PLcom/android/server/notification/NotificationHistoryManager;->addNotification(Landroid/app/Notific… 15835 PLcom/android/server/notification/NotificationHistoryManager;->lambda$addNotification$0(Landroid/ap…
|