Searched refs:deleteNotificationHistoryItem (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryManager.java | 154 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) { in deleteNotificationHistoryItem() method in NotificationHistoryManager 166 userHistory.deleteNotificationHistoryItem(pkg, postedTime); in deleteNotificationHistoryItem()
|
H A D | NotificationHistoryDatabase.java | 168 public void deleteNotificationHistoryItem(String pkg, long postedTime) { in deleteNotificationHistoryItem() method in NotificationHistoryDatabase
|
H A D | NotificationManagerService.java | 3451 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 D | NotificationHistoryAdapter.java | 148 mNm.deleteNotificationHistoryItem( in onItemSwipeDeleted()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationHistoryManagerTest.java | 361 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 D | INotificationManager.aidl | 122 void deleteNotificationHistoryItem(String pkg, int uid, long postedTime); in deleteNotificationHistoryItem() method
|