Searched defs:postedTime (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/ |
H A D | NotificationHistoryViewHolder.java | 50 void setPostedTime(long postedTime) { in setPostedTime()
|
H A D | NotificationSbnViewHolder.java | 83 void setPostedTime(long postedTime) { in setPostedTime()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryDatabase.java | 168 public void deleteNotificationHistoryItem(String pkg, long postedTime) { in deleteNotificationHistoryItem() 455 public RemoveNotificationRunnable(String pkg, long postedTime) { in RemoveNotificationRunnable()
|
H A D | NotificationHistoryManager.java | 154 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) { in deleteNotificationHistoryItem()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NotificationHistory.java | 368 public boolean removeNotificationFromWrite(String packageName, long postedTime) { in removeNotificationFromWrite()
|
H A D | INotificationManager.aidl | 122 void deleteNotificationHistoryItem(String pkg, int uid, long postedTime); in deleteNotificationHistoryItem()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | BufferStateLayer.cpp | 401 bool BufferStateLayer::addFrameEvent(const sp<Fence>& acquireFence, nsecs_t postedTime, in addFrameEvent()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | BufferQueueProducer.cpp | 1027 nsecs_t postedTime = systemTime(SYSTEM_TIME_MONOTONIC); in queueBuffer() local
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | BLASTBufferQueue_test.cpp | 1334 nsecs_t* outRequestedPresentTime, nsecs_t* postedTime, in setUpAndQueueBuffer()
|