Searched refs:RemoveConversationRunnable (Results 1 – 2 of 2) sorted by relevance
153 RemoveConversationRunnable rcr = new RemoveConversationRunnable(pkg, conversationIds); in deleteConversations()428 final class RemoveConversationRunnable implements Runnable { class in NotificationHistoryDatabase433 public RemoveConversationRunnable(String pkg, Set<String> conversationIds) { in RemoveConversationRunnable() method in NotificationHistoryDatabase.RemoveConversationRunnable
297 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()