Home
last modified time | relevance | path

Searched refs:readNotificationHistory (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryManagerTest.java500 when(userHistorySystem.readNotificationHistory()).thenReturn(nhSystem); in testReadNotificationHistory()
508 when(userHistoryAll.readNotificationHistory()).thenReturn(nhAll); in testReadNotificationHistory()
511 NotificationHistory nh = mHistoryManager.readNotificationHistory( in testReadNotificationHistory()
526 when(mDb.readNotificationHistory()).thenReturn(nhSystem); in testReadNotificationHistory_historyDisabled()
535 mHistoryManager.readNotificationHistory(new int[] {USER_SYSTEM,}); in testReadNotificationHistory_historyDisabled()
563 verify(mDb, times(1)).readNotificationHistory("pkg", "chn", 1000); in readFilteredNotificationHistory()
DNotificationHistoryDatabaseTest.java230 mDataBase.readNotificationHistory(); in testReadNotificationHistory_readsAllFiles()
242 NotificationHistory nh = mDataBase.readNotificationHistory(); in testReadNotificationHistory_readsBuffer()
257 mDataBase.readNotificationHistory(null, null, 0); in testReadNotificationHistory_withNumFilterDoesNotReadExtraFiles()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryManager.java233 public @NonNull NotificationHistory readNotificationHistory(@UserIdInt int[] userIds) { in readNotificationHistory() method in NotificationHistoryManager
246 mergedHistory.addNotificationsToWrite(userHistory.readNotificationHistory()); in readNotificationHistory()
262 return userHistory.readNotificationHistory(packageName, channelId, maxNotifications); in readFilteredNotificationHistory()
DNotificationHistoryDatabase.java193 public NotificationHistory readNotificationHistory() { in readNotificationHistory() method in NotificationHistoryDatabase
211 public NotificationHistory readNotificationHistory(String packageName, String channelId, in readNotificationHistory() method in NotificationHistoryDatabase
DNotificationManagerService.java4313 return mHistoryManager.readNotificationHistory(currentUserIds.toArray());
/frameworks/base/services/
Dart-profile26334 HPLcom/android/server/notification/NotificationHistoryDatabase;->readNotificationHistory()Landroid/…
26376 PLcom/android/server/notification/NotificationHistoryManager;->readNotificationHistory([I)Landroid/…