Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServicesUserState.java70 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
DForegroundServiceNotificationListener.java63 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/
DNotificationManagerServiceTest.java1672 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 …]
DNotificationHistoryManagerTest.java448 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()
DNotificationHistoryDatabaseTest.java199 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()
DBuzzBeepBlinkTest.java290 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/
DNotificationEntryManagerTest.java221 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/
DNotificationListenerController.java79 void addNotification(StatusBarNotification sbn); in addNotification() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationEntryManagerInflationTest.java338 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/
DNotificationListenerWithPlugins.java153 public void addNotification(StatusBarNotification sbn) { in getProvider() method in NotificationListenerWithPlugins
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryManager.java218 public void addNotification(@NonNull final HistoricalNotification notification) { in addNotification() method in NotificationHistoryManager
228 userHistory.addNotification(notification); in addNotification()
DNotificationHistoryDatabase.java183 public void addNotification(final HistoricalNotification notification) { in addNotification() method in NotificationHistoryDatabase
DNotificationManagerService.java2086 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/
DNotificationEntryManager.java386 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/
DNotificationChildrenContainer.java269 public void addNotification(ExpandableNotificationRow row, int childIndex) { in addNotification() method in NotificationChildrenContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java801 mChildrenContainer.addNotification(row, childIndex);
/frameworks/base/services/
Dart-profile26321 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…