Home
last modified time | relevance | path

Searched defs:postedTime (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryDatabase.java147 public void deleteNotificationHistoryItem(String pkg, long postedTime) { in deleteNotificationHistoryItem()
390 public RemoveNotificationRunnable(String pkg, long postedTime) { in RemoveNotificationRunnable()
H A DNotificationHistoryManager.java177 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) { in deleteNotificationHistoryItem()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationHistory.java368 public boolean removeNotificationFromWrite(String packageName, long postedTime) { in removeNotificationFromWrite()
H A DINotificationManager.aidl122 void deleteNotificationHistoryItem(String pkg, int uid, long postedTime); in deleteNotificationHistoryItem()