Searched refs:rcr (Results 1 – 2 of 2) sorted by relevance
312 NotificationHistoryDatabase.RemoveConversationRunnable rcr = in testRemoveConversationRunnable() local314 rcr.setNotificationHistory(nh); in testRemoveConversationRunnable()324 rcr.run(); in testRemoveConversationRunnable()335 NotificationHistoryDatabase.RemoveConversationRunnable rcr = in testRemoveConversationRunnable_noChanges() local337 rcr.setNotificationHistory(nh); in testRemoveConversationRunnable_noChanges()347 rcr.run(); in testRemoveConversationRunnable_noChanges()358 NotificationHistoryDatabase.RemoveChannelRunnable rcr = in testRemoveChannelRunnable() local360 rcr.setNotificationHistory(nh); in testRemoveChannelRunnable()370 rcr.run(); in testRemoveChannelRunnable()381 NotificationHistoryDatabase.RemoveChannelRunnable rcr = in testRemoveChannelRunnable_noChanges() local[all …]
174 RemoveConversationRunnable rcr = new RemoveConversationRunnable(pkg, conversationIds); in deleteConversations() local175 mFileWriteHandler.post(rcr); in deleteConversations()179 RemoveChannelRunnable rcr = new RemoveChannelRunnable(pkg, channelId); in deleteNotificationChannel() local180 mFileWriteHandler.post(rcr); in deleteNotificationChannel()