Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationHistoryViewHolder.java50 void setPostedTime(long postedTime) { in setPostedTime()
H A DNotificationSbnViewHolder.java83 void setPostedTime(long postedTime) { in setPostedTime()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryDatabase.java168 public void deleteNotificationHistoryItem(String pkg, long postedTime) { in deleteNotificationHistoryItem()
455 public RemoveNotificationRunnable(String pkg, long postedTime) { in RemoveNotificationRunnable()
H A DNotificationHistoryManager.java154 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) { in deleteNotificationHistoryItem()
/aosp12/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()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.cpp401 bool BufferStateLayer::addFrameEvent(const sp<Fence>& acquireFence, nsecs_t postedTime, in addFrameEvent()
/aosp12/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp1027 nsecs_t postedTime = systemTime(SYSTEM_TIME_MONOTONIC); in queueBuffer() local
/aosp12/frameworks/native/libs/gui/tests/
H A DBLASTBufferQueue_test.cpp1334 nsecs_t* outRequestedPresentTime, nsecs_t* postedTime, in setUpAndQueueBuffer()