Searched defs:postTime (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 65 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/ |
D | BubbleDataTest.java | 843 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/ |
D | TimeStats.h | 76 nsecs_t postTime = 0; member
|
D | TimeStats.cpp | 257 nsecs_t postTime) { in setPostTime()
|
/frameworks/native/services/surfaceflinger/ |
D | BufferStateLayer.cpp | 214 bool BufferStateLayer::setBuffer(const sp<GraphicBuffer>& buffer, nsecs_t postTime, in setBuffer()
|
D | SurfaceFlinger.h | 1068 const int64_t postTime; member
|
D | SurfaceFlinger.cpp | 3673 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/ |
D | NotificationManagerServiceTest.java | 433 private StatusBarNotification generateSbn(String pkg, int uid, long postTime, int userId) { in generateSbn()
|