Home
last modified time | relevance | path

Searched defs:rcr (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryDatabaseTest.java297 NotificationHistoryDatabase.RemoveConversationRunnable rcr = in testRemoveConversationRunnable() local
320 NotificationHistoryDatabase.RemoveConversationRunnable rcr = in testRemoveConversationRunnable_noChanges() local
343 NotificationHistoryDatabase.RemoveChannelRunnable rcr = in testRemoveChannelRunnable() local
366 NotificationHistoryDatabase.RemoveChannelRunnable rcr = in testRemoveChannelRunnable_noChanges() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryDatabase.java153 RemoveConversationRunnable rcr = new RemoveConversationRunnable(pkg, conversationIds); in deleteConversations() local
158 RemoveChannelRunnable rcr = new RemoveChannelRunnable(pkg, channelId); in deleteNotificationChannel() local