Home
last modified time | relevance | path

Searched refs:RemoveChannelRunnable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryDatabase.java158 RemoveChannelRunnable rcr = new RemoveChannelRunnable(pkg, channelId); in deleteNotificationChannel()
472 final class RemoveChannelRunnable implements Runnable { class in NotificationHistoryDatabase
477 RemoveChannelRunnable(String pkg, String channelId) { in RemoveChannelRunnable() method in NotificationHistoryDatabase.RemoveChannelRunnable
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryDatabaseTest.java343 NotificationHistoryDatabase.RemoveChannelRunnable rcr = in testRemoveChannelRunnable()
344 mDataBase.new RemoveChannelRunnable("pkg", "channel"); in testRemoveChannelRunnable()
366 NotificationHistoryDatabase.RemoveChannelRunnable rcr = in testRemoveChannelRunnable_noChanges()
367 mDataBase.new RemoveChannelRunnable("pkg", "channel"); in testRemoveChannelRunnable_noChanges()