/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
|
D | ForegroundServiceNotificationListener.java | 63 addNotification(entry, entry.getImportance()); in ForegroundServiceNotificationListener() 84 addNotification(entry, entry.getImportance()); in ForegroundServiceNotificationListener() 102 private void addNotification(NotificationEntry entry, int importance) { in addNotification() method in ForegroundServiceNotificationListener
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1672 mService.addNotification(summary); in testAutobundledSummary_notificationAdded() 1687 mService.addNotification(summary); in testAutobundledSummary_notificationRemoved() 1775 mService.addNotification(notif); in testCancelAllNotifications_CancelsNoClearFlag() 1789 mService.addNotification(notif); in testUserInitiatedCancelAllOnClearAll_NoClearFlag() 1810 mService.addNotification(parent); in testCancelAllCancelNotificationsFromListener_NoClearFlag() 1811 mService.addNotification(child); in testCancelAllCancelNotificationsFromListener_NoClearFlag() 1812 mService.addNotification(child2); in testCancelAllCancelNotificationsFromListener_NoClearFlag() 1813 mService.addNotification(newGroup); in testCancelAllCancelNotificationsFromListener_NoClearFlag() 1832 mService.addNotification(parent); in testUserInitiatedCancelAllWithGroup_NoClearFlag() 1833 mService.addNotification(child); in testUserInitiatedCancelAllWithGroup_NoClearFlag() [all …]
|
D | NotificationHistoryManagerTest.java | 448 mHistoryManager.addNotification(hn); in testAddNotification_userLocked_noCrash() 460 mHistoryManager.addNotification(hn); in testAddNotification_historyDisabled() 462 verify(mDb, never()).addNotification(any()); in testAddNotification_historyDisabled() 479 mHistoryManager.addNotification(hnSystem); in testAddNotification() 480 mHistoryManager.addNotification(hnAll); in testAddNotification() 482 verify(userHistorySystem, times(1)).addNotification(hnSystem); in testAddNotification() 483 verify(userHistoryAll, times(1)).addNotification(hnAll); in testAddNotification()
|
D | NotificationHistoryDatabaseTest.java | 199 mDataBase.addNotification(n); in testAddNotification() 204 mDataBase.addNotification(n2); in testAddNotification() 214 mDataBase.addNotification(n); in testAddNotification_newestFirst() 217 mDataBase.addNotification(n2); in testAddNotification_newestFirst() 240 mDataBase.addNotification(hn); in testReadNotificationHistory_readsBuffer()
|
D | BuzzBeepBlinkTest.java | 290 mService.addNotification(r); in getCallRecord() 387 mService.addNotification(r); in getNotificationRecord() 1205 mService.addNotification(r); in testEmptyUriSoundTreatedAsNoSound() 1551 mService.addNotification(ringtoneNotification); in testCannotInterruptRingtoneInsistentBeep()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 221 mEntryManager.addNotification(mSbn, mRankingMap); in testAddNotification_noDuplicateEntriesCreated() 225 mEntryManager.addNotification(mSbn, mRankingMap); in testAddNotification_noDuplicateEntriesCreated() 226 mEntryManager.addNotification(mSbn, mRankingMap); in testAddNotification_noDuplicateEntriesCreated() 227 mEntryManager.addNotification(mSbn, mRankingMap); in testAddNotification_noDuplicateEntriesCreated() 242 mEntryManager.addNotification(mSbn, mRankingMap); in testAddNotification_setsUserSentiment() 296 mEntryManager.addNotification(mSbn, mRankingMap); in testRemoveUninflatedNotification_removesNotificationFromAllNotifsList() 318 mEntryManager.addNotification(mSbn, mRankingMap); in testRemoveNotification_whilePending() 407 mEntryManager.addNotification(mSbn, mRankingMap); in testUpdatePendingNotification_rankingUpdated()
|
/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/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationEntryManagerInflationTest.java | 338 mEntryManager.addNotification(mSbn, mRankingMap); in testAddNotification() 366 mEntryManager.addNotification(mSbn, mRankingMap); in testUpdateNotification() 395 mEntryManager.addNotification(mSbn, mRankingMap); in testContentViewInflationDuringRowInflationInflatesCorrectViews()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationListenerWithPlugins.java | 153 public void addNotification(StatusBarNotification sbn) { in getProvider() method in NotificationListenerWithPlugins
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationHistoryManager.java | 218 public void addNotification(@NonNull final HistoricalNotification notification) { in addNotification() method in NotificationHistoryManager 228 userHistory.addNotification(notification); in addNotification()
|
D | NotificationHistoryDatabase.java | 183 public void addNotification(final HistoricalNotification notification) { in addNotification() method in NotificationHistoryDatabase
|
D | NotificationManagerService.java | 2086 void addNotification(NotificationRecord r) { in addNotification() method in NotificationManagerService 3046 mHistoryManager.addNotification(new HistoricalNotification.Builder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 386 addNotification(sbn, rankingMap); 656 public void addNotification(StatusBarNotification notification, RankingMap ranking) { in addNotification() method in NotificationEntryManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationChildrenContainer.java | 269 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 | 801 mChildrenContainer.addNotification(row, childIndex);
|
/frameworks/base/services/ |
D | art-profile | 26321 HPLcom/android/server/notification/NotificationHistoryDatabase;->addNotification(Landroid/app/Notif… 26364 HPLcom/android/server/notification/NotificationHistoryManager;->addNotification(Landroid/app/Notifi… 26369 HPLcom/android/server/notification/NotificationHistoryManager;->lambda$addNotification$0$Notificati…
|