Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java869 private void setPostTime(NotificationEntry entry, long postTime) { in setPostTime()
879 long postTime) { in createBubbleEntry()
905 private void sendUpdatedEntryAtTime(NotificationEntry entry, long postTime) { in sendUpdatedEntryAtTime()
909 private void sendUpdatedEntryAtTime(NotificationEntry entry, long postTime, in sendUpdatedEntryAtTime()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java70 private final long postTime; field in StatusBarNotification
79 String overrideGroupKey, long postTime) { in StatusBarNotification()
103 long postTime) { in StatusBarNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSbnBuilder.java177 public SbnBuilder setPostTime(long postTime) { in setPostTime()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h130 nsecs_t postTime = 0; member
DTimeStats.cpp466 nsecs_t postTime) { in setPostTime()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java155 public NotificationEntryBuilder setPostTime(long postTime) { in setPostTime()
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.cpp260 nsecs_t postTime, nsecs_t desiredPresentTime, in setBuffer()
DSurfaceFlinger.h1151 const int64_t postTime; member
DSurfaceFlinger.cpp3339 const int64_t postTime = systemTime(); in setTransactionState() local
3384 const client_cache_t& uncacheBuffer, const int64_t postTime, bool privileged, in applyTransactionState()
3600 const ComposerState& composerState, int64_t desiredPresentTime, int64_t postTime, in setClientStateLocked()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java613 private StatusBarNotification generateSbn(String pkg, int uid, long postTime, int userId) { in generateSbn()