/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1117 mService.addNotification(notif); in testCancelAllNotifications_CancelsNoClearFlag() 1131 mService.addNotification(notif); in testUserInitiatedCancelAllOnClearAll_NoClearFlag() 1152 mService.addNotification(parent); in testCancelAllCancelNotificationsFromListener_NoClearFlag() 1153 mService.addNotification(child); in testCancelAllCancelNotificationsFromListener_NoClearFlag() 1154 mService.addNotification(child2); in testCancelAllCancelNotificationsFromListener_NoClearFlag() 1155 mService.addNotification(newGroup); in testCancelAllCancelNotificationsFromListener_NoClearFlag() 1174 mService.addNotification(parent); in testUserInitiatedCancelAllWithGroup_NoClearFlag() 1175 mService.addNotification(child); in testUserInitiatedCancelAllWithGroup_NoClearFlag() 1176 mService.addNotification(child2); in testUserInitiatedCancelAllWithGroup_NoClearFlag() 1177 mService.addNotification(newGroup); in testUserInitiatedCancelAllWithGroup_NoClearFlag() [all …]
|
D | BuzzBeepBlinkTest.java | 333 mService.addNotification(r); in getNotificationRecord() 1041 mService.addNotification(r); in testEmptyUriSoundTreatedAsNoSound()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServicesUserState.java | 68 addNotification(mImportantNotifications, pkg, key); in addImportantNotification() 76 addNotification(mStandardLayoutNotifications, pkg, key); in addStandardLayoutNotification() 90 public void addNotification(ArrayMap<String, ArraySet<String>> map, String pkg, in addNotification() method in ForegroundServicesUserState
|
D | ForegroundServiceNotificationListener.java | 53 addNotification(entry.notification, entry.importance); in ForegroundServiceNotificationListener() 74 private void addNotification(StatusBarNotification sbn, int importance) { in addNotification() method in ForegroundServiceNotificationListener
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/ |
D | CarNotificationEntryManager.java | 36 public void addNotification( in addNotification() method in CarNotificationEntryManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationUpdateHandler.java | 32 void addNotification(StatusBarNotification notification, in addNotification() method
|
D | NotificationListener.java | 79 mEntryManager.addNotification(sbn, currentRanking); in onListenerConnected() 118 mEntryManager.addNotification(sbn, rankingMap); in onNotificationPosted()
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | NotificationListenerController.java | 58 void addNotification(StatusBarNotification sbn); in addNotification() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationListenerWithPlugins.java | 137 public void addNotification(StatusBarNotification sbn) { in getProvider() method in NotificationListenerWithPlugins
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationListenerTest.java | 89 verify(mEntryManager).addNotification(mSbn, mRanking); in testNotificationAddCallsAddNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 271 mEntryManager.addNotification(mSbn, mRankingMap); in testAddNotification() 383 mEntryManager.addNotification(mSbn, mRankingMap); in testRemoveNotification_whilePending()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 393 public void addNotification(StatusBarNotification notification, in addNotification() method in NotificationEntryManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationChildrenContainer.java | 250 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 | 807 mChildrenContainer.addNotification(row, childIndex);
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 1490 void addNotification(NotificationRecord r) { in addNotification() method in NotificationManagerService
|