Home
last modified time | relevance | path

Searched refs:RemoveConversationRunnable (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryDatabase.java174 RemoveConversationRunnable rcr = new RemoveConversationRunnable(pkg, conversationIds); in deleteConversations()
493 final class RemoveConversationRunnable implements Runnable { class in NotificationHistoryDatabase
498 public RemoveConversationRunnable(String pkg, Set<String> conversationIds) { in RemoveConversationRunnable() method in NotificationHistoryDatabase.RemoveConversationRunnable
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryDatabaseTest.java312 NotificationHistoryDatabase.RemoveConversationRunnable rcr = in testRemoveConversationRunnable()
313 mDataBase.new RemoveConversationRunnable("pkg", Set.of("convo", "another")); in testRemoveConversationRunnable()
335 NotificationHistoryDatabase.RemoveConversationRunnable rcr = in testRemoveConversationRunnable_noChanges()
336 mDataBase.new RemoveConversationRunnable("pkg", Set.of("convo")); in testRemoveConversationRunnable_noChanges()
/aosp12/frameworks/base/services/
H A Dart-profile26305 PLcom/android/server/notification/NotificationHistoryDatabase$RemoveConversationRunnable;-><init>(L…
26306 HPLcom/android/server/notification/NotificationHistoryDatabase$RemoveConversationRunnable;->run()V+…
54453 Lcom/android/server/notification/NotificationHistoryDatabase$RemoveConversationRunnable;