Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryDatabaseTest.java251 NotificationHistoryDatabase.RemoveNotificationRunnable rnr = in testRemoveNotificationRunnable() local
253 rnr.setNotificationHistory(nh); in testRemoveNotificationRunnable()
263 rnr.run(); in testRemoveNotificationRunnable()
274 NotificationHistoryDatabase.RemoveNotificationRunnable rnr = in testRemoveNotificationRunnable_noChanges() local
276 rnr.setNotificationHistory(nh); in testRemoveNotificationRunnable_noChanges()
286 rnr.run(); in testRemoveNotificationRunnable_noChanges()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryDatabase.java148 RemoveNotificationRunnable rnr = new RemoveNotificationRunnable(pkg, postedTime); in deleteNotificationHistoryItem() local
149 mFileWriteHandler.post(rnr); in deleteNotificationHistoryItem()