Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryManager.java177 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) { in deleteNotificationHistoryItem() method in NotificationHistoryManager
189 userHistory.deleteNotificationHistoryItem(pkg, postedTime); in deleteNotificationHistoryItem()
H A DNotificationHistoryDatabase.java147 public void deleteNotificationHistoryItem(String pkg, long postedTime) { in deleteNotificationHistoryItem() method in NotificationHistoryDatabase
H A DNotificationManagerService.java3720 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) {
3722 mHistoryManager.deleteNotificationHistoryItem(pkg, uid, postedTime);
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryManagerTest.java361 mHistoryManager.deleteNotificationHistoryItem(pkg, 1, time); in testDeleteNotificationHistoryItem_userUnlocked()
363 verify(userHistory, times(1)).deleteNotificationHistoryItem(pkg, time); in testDeleteNotificationHistoryItem_userUnlocked()
/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl122 void deleteNotificationHistoryItem(String pkg, int uid, long postedTime); in deleteNotificationHistoryItem() method