Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryDatabase.java387 private long mPostedTime; field in NotificationHistoryDatabase.RemoveNotificationRunnable
392 mPostedTime = postedTime; in RemoveNotificationRunnable()
405 mBuffer.removeNotificationFromWrite(mPkg, mPostedTime); in run()
416 if(notificationHistory.removeNotificationFromWrite(mPkg, mPostedTime)) { in run()