Home
last modified time | relevance | path

Searched refs:addNotification (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1117 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 …]
DBuzzBeepBlinkTest.java333 mService.addNotification(r); in getNotificationRecord()
1041 mService.addNotification(r); in testEmptyUriSoundTreatedAsNoSound()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServicesUserState.java68 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
DForegroundServiceNotificationListener.java53 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/
DCarNotificationEntryManager.java36 public void addNotification( in addNotification() method in CarNotificationEntryManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationUpdateHandler.java32 void addNotification(StatusBarNotification notification, in addNotification() method
DNotificationListener.java79 mEntryManager.addNotification(sbn, currentRanking); in onListenerConnected()
118 mEntryManager.addNotification(sbn, rankingMap); in onNotificationPosted()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DNotificationListenerController.java58 void addNotification(StatusBarNotification sbn); in addNotification() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationListenerWithPlugins.java137 public void addNotification(StatusBarNotification sbn) { in getProvider() method in NotificationListenerWithPlugins
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationListenerTest.java89 verify(mEntryManager).addNotification(mSbn, mRanking); in testNotificationAddCallsAddNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java271 mEntryManager.addNotification(mSbn, mRankingMap); in testAddNotification()
383 mEntryManager.addNotification(mSbn, mRankingMap); in testRemoveNotification_whilePending()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java393 public void addNotification(StatusBarNotification notification, in addNotification() method in NotificationEntryManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java250 public void addNotification(ExpandableNotificationRow row, int childIndex) { in addNotification() method in NotificationChildrenContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java807 mChildrenContainer.addNotification(row, childIndex);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1490 void addNotification(NotificationRecord r) { in addNotification() method in NotificationManagerService