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.java312 NotificationHistoryDatabase.RemoveConversationRunnable rcr = in testRemoveConversationRunnable() local
335 NotificationHistoryDatabase.RemoveConversationRunnable rcr = in testRemoveConversationRunnable_noChanges() local
358 NotificationHistoryDatabase.RemoveChannelRunnable rcr = in testRemoveChannelRunnable() local
381 NotificationHistoryDatabase.RemoveChannelRunnable rcr = in testRemoveChannelRunnable_noChanges() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryDatabase.java174 RemoveConversationRunnable rcr = new RemoveConversationRunnable(pkg, conversationIds); in deleteConversations() local
179 RemoveChannelRunnable rcr = new RemoveChannelRunnable(pkg, channelId); in deleteNotificationChannel() local