Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryManager.java154 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) { in deleteNotificationHistoryItem() method in NotificationHistoryManager
166 userHistory.deleteNotificationHistoryItem(pkg, postedTime); in deleteNotificationHistoryItem()
H A DNotificationHistoryDatabase.java168 public void deleteNotificationHistoryItem(String pkg, long postedTime) { in deleteNotificationHistoryItem() method in NotificationHistoryDatabase
H A DNotificationManagerService.java3451 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) {
3453 mHistoryManager.deleteNotificationHistoryItem(pkg, uid, postedTime);
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationHistoryAdapter.java148 mNm.deleteNotificationHistoryItem( in onItemSwipeDeleted()
/aosp12/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()
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl122 void deleteNotificationHistoryItem(String pkg, int uid, long postedTime); in deleteNotificationHistoryItem() method