Searched refs:RemoveConversationRunnable (Results 1 – 3 of 3) sorted by relevance
174 RemoveConversationRunnable rcr = new RemoveConversationRunnable(pkg, conversationIds); in deleteConversations()493 final class RemoveConversationRunnable implements Runnable { class in NotificationHistoryDatabase498 public RemoveConversationRunnable(String pkg, Set<String> conversationIds) { in RemoveConversationRunnable() method in NotificationHistoryDatabase.RemoveConversationRunnable
312 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()
26305 PLcom/android/server/notification/NotificationHistoryDatabase$RemoveConversationRunnable;-><init>(L…26306 HPLcom/android/server/notification/NotificationHistoryDatabase$RemoveConversationRunnable;->run()V+…54453 Lcom/android/server/notification/NotificationHistoryDatabase$RemoveConversationRunnable;