Searched refs:rcr (Results 1 – 2 of 2) sorted by relevance
297 NotificationHistoryDatabase.RemoveConversationRunnable rcr = in testRemoveConversationRunnable() local299 rcr.setNotificationHistory(nh); in testRemoveConversationRunnable()309 rcr.run(); in testRemoveConversationRunnable()320 NotificationHistoryDatabase.RemoveConversationRunnable rcr = in testRemoveConversationRunnable_noChanges() local322 rcr.setNotificationHistory(nh); in testRemoveConversationRunnable_noChanges()332 rcr.run(); in testRemoveConversationRunnable_noChanges()343 NotificationHistoryDatabase.RemoveChannelRunnable rcr = in testRemoveChannelRunnable() local345 rcr.setNotificationHistory(nh); in testRemoveChannelRunnable()355 rcr.run(); in testRemoveChannelRunnable()366 NotificationHistoryDatabase.RemoveChannelRunnable rcr = in testRemoveChannelRunnable_noChanges() local[all …]
153 RemoveConversationRunnable rcr = new RemoveConversationRunnable(pkg, conversationIds); in deleteConversations() local154 mFileWriteHandler.post(rcr); in deleteConversations()158 RemoveChannelRunnable rcr = new RemoveChannelRunnable(pkg, channelId); in deleteNotificationChannel() local159 mFileWriteHandler.post(rcr); in deleteNotificationChannel()