Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryDatabase.java148 RemoveNotificationRunnable rnr = new RemoveNotificationRunnable(pkg, postedTime); in deleteNotificationHistoryItem()
385 final class RemoveNotificationRunnable implements Runnable { class in NotificationHistoryDatabase
390 public RemoveNotificationRunnable(String pkg, long postedTime) { in RemoveNotificationRunnable() method in NotificationHistoryDatabase.RemoveNotificationRunnable
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryDatabaseTest.java251 NotificationHistoryDatabase.RemoveNotificationRunnable rnr = in testRemoveNotificationRunnable()
252 mDataBase.new RemoveNotificationRunnable("pkg", 123); in testRemoveNotificationRunnable()
274 NotificationHistoryDatabase.RemoveNotificationRunnable rnr = in testRemoveNotificationRunnable_noChanges()
275 mDataBase.new RemoveNotificationRunnable("pkg", 123); in testRemoveNotificationRunnable_noChanges()