Home
last modified time | relevance | path

Searched refs:setNotificationHistory (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryDatabaseTest.java268 rnr.setNotificationHistory(nh); in testRemoveNotificationRunnable()
291 rnr.setNotificationHistory(nh); in testRemoveNotificationRunnable_noChanges()
314 rcr.setNotificationHistory(nh); in testRemoveConversationRunnable()
337 rcr.setNotificationHistory(nh); in testRemoveConversationRunnable_noChanges()
360 rcr.setNotificationHistory(nh); in testRemoveChannelRunnable()
383 rcr.setNotificationHistory(nh); in testRemoveChannelRunnable_noChanges()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryDatabase.java461 void setNotificationHistory(NotificationHistory nh) { in setNotificationHistory() method in NotificationHistoryDatabase.RemoveNotificationRunnable
504 void setNotificationHistory(NotificationHistory nh) { in setNotificationHistory() method in NotificationHistoryDatabase.RemoveConversationRunnable
548 void setNotificationHistory(NotificationHistory nh) { in setNotificationHistory() method in NotificationHistoryDatabase.RemoveChannelRunnable