Searched refs:readNotificationHistory (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationHistoryManagerTest.java | 500 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()
|
D | NotificationHistoryDatabaseTest.java | 230 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/ |
D | NotificationHistoryManager.java | 233 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()
|
D | NotificationHistoryDatabase.java | 193 public NotificationHistory readNotificationHistory() { in readNotificationHistory() method in NotificationHistoryDatabase 211 public NotificationHistory readNotificationHistory(String packageName, String channelId, in readNotificationHistory() method in NotificationHistoryDatabase
|
D | NotificationManagerService.java | 4313 return mHistoryManager.readNotificationHistory(currentUserIds.toArray());
|
/frameworks/base/services/ |
D | art-profile | 26334 HPLcom/android/server/notification/NotificationHistoryDatabase;->readNotificationHistory()Landroid/… 26376 PLcom/android/server/notification/NotificationHistoryManager;->readNotificationHistory([I)Landroid/…
|