Searched refs:replaceNotificationHistoryDatabase (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationHistoryManagerTest.java | 305 mHistoryManager.replaceNotificationHistoryDatabase(USER_SYSTEM, userHistory); in testOnPackageRemoved_userUnlocked() 341 mHistoryManager.replaceNotificationHistoryDatabase(USER_SYSTEM, userHistorySystem); in testOnPackageRemoved_multiUser() 344 mHistoryManager.replaceNotificationHistoryDatabase(MIN_SECONDARY_USER_ID, userHistoryAll); in testOnPackageRemoved_multiUser() 359 mHistoryManager.replaceNotificationHistoryDatabase(USER_SYSTEM, userHistory); in testDeleteNotificationHistoryItem_userUnlocked() 373 mHistoryManager.replaceNotificationHistoryDatabase(USER_SYSTEM, userHistory); in testDeleteConversation_userUnlocked() 387 mHistoryManager.replaceNotificationHistoryDatabase(USER_SYSTEM, userHistory); in testDeleteNotificationChannel_userUnlocked() 400 mHistoryManager.replaceNotificationHistoryDatabase(USER_SYSTEM, userHistorySystem); in testTriggerWriteToDisk() 417 mHistoryManager.replaceNotificationHistoryDatabase(USER_SYSTEM, userHistorySystem); in testTriggerWriteToDisk_onlyUnlockedUsers() 437 mHistoryManager.replaceNotificationHistoryDatabase(USER_SYSTEM, userHistorySystem); in testTriggerWriteToDisk_historyDisabled() 474 mHistoryManager.replaceNotificationHistoryDatabase(USER_SYSTEM, userHistorySystem); in testAddNotification() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryManager.java | 374 void replaceNotificationHistoryDatabase(@UserIdInt int userId, in replaceNotificationHistoryDatabase() method in NotificationHistoryManager
|