Home
last modified time | relevance | path

Searched defs:postTime (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java65 private final long postTime; field in StatusBarNotification
72 String overrideGroupKey, long postTime) { in StatusBarNotification()
96 long postTime) { in StatusBarNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java843 private void setPostTime(NotificationEntry entry, long postTime) { in setPostTime()
861 long postTime) { in createBubbleEntry()
888 private void sendUpdatedEntryAtTime(NotificationEntry entry, long postTime) { in sendUpdatedEntryAtTime()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h76 nsecs_t postTime = 0; member
DTimeStats.cpp257 nsecs_t postTime) { in setPostTime()
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.cpp214 bool BufferStateLayer::setBuffer(const sp<GraphicBuffer>& buffer, nsecs_t postTime, in setBuffer()
DSurfaceFlinger.h1068 const int64_t postTime; member
DSurfaceFlinger.cpp3673 const int64_t postTime = systemTime(); in setTransactionState() local
3718 const int64_t postTime, bool privileged, in applyTransactionState()
3887 const std::vector<ListenerCallbacks>& listenerCallbacks, int64_t postTime, in setClientStateLocked()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java433 private StatusBarNotification generateSbn(String pkg, int uid, long postTime, int userId) { in generateSbn()