Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryDatabase.java153 RemoveConversationRunnable rcr = new RemoveConversationRunnable(pkg, conversationIds); in deleteConversations()
428 final class RemoveConversationRunnable implements Runnable { class in NotificationHistoryDatabase
433 public RemoveConversationRunnable(String pkg, Set<String> conversationIds) { in RemoveConversationRunnable() method in NotificationHistoryDatabase.RemoveConversationRunnable
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryDatabaseTest.java297 NotificationHistoryDatabase.RemoveConversationRunnable rcr = in testRemoveConversationRunnable()
298 mDataBase.new RemoveConversationRunnable("pkg", Set.of("convo", "another")); in testRemoveConversationRunnable()
320 NotificationHistoryDatabase.RemoveConversationRunnable rcr = in testRemoveConversationRunnable_noChanges()
321 mDataBase.new RemoveConversationRunnable("pkg", Set.of("convo")); in testRemoveConversationRunnable_noChanges()