Home
last modified time | relevance | path

Searched refs:deleteNotificationHistoryItem (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryManager.java181 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) { in deleteNotificationHistoryItem() method in NotificationHistoryManager
193 userHistory.deleteNotificationHistoryItem(pkg, postedTime); in deleteNotificationHistoryItem()
DNotificationHistoryDatabase.java147 public void deleteNotificationHistoryItem(String pkg, long postedTime) { in deleteNotificationHistoryItem() method in NotificationHistoryDatabase
DNotificationManagerService.java3950 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) {
3952 mHistoryManager.deleteNotificationHistoryItem(pkg, uid, postedTime);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryManagerTest.java395 mHistoryManager.deleteNotificationHistoryItem(pkg, 1, time); in testDeleteNotificationHistoryItem_userUnlocked()
397 verify(userHistory, times(1)).deleteNotificationHistoryItem(pkg, time); in testDeleteNotificationHistoryItem_userUnlocked()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl127 void deleteNotificationHistoryItem(String pkg, int uid, long postedTime); in deleteNotificationHistoryItem() method