Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java68 private final long postTime; field in StatusBarNotification
77 String overrideGroupKey, long postTime) { in StatusBarNotification()
101 long postTime) { in StatusBarNotification()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java934 private void setPostTime(BubbleEntry entry, long postTime) { in setPostTime()
944 NotificationListenerService.Ranking ranking, long postTime) { in createBubbleEntry()
973 private void sendUpdatedEntryAtTime(BubbleEntry entry, long postTime) { in sendUpdatedEntryAtTime()
977 private void sendUpdatedEntryAtTime(BubbleEntry entry, long postTime, in sendUpdatedEntryAtTime()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionFrameTracerTest.cpp112 nsecs_t postTime = 20; in BLASTTransactionSendsFrameTracerEvents() local
/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.h178 nsecs_t postTime = 0; member
DTimeStats.cpp571 uid_t uid, nsecs_t postTime, int32_t gameMode) { in setPostTime()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java184 public NotificationEntryBuilder setPostTime(long postTime) { in setPostTime()
/frameworks/native/services/surfaceflinger/
DLayer.cpp1197 nsecs_t postTime) { in setFrameTimelineVsyncForBufferTransaction()
1218 nsecs_t postTime) { in setFrameTimelineVsyncForBufferlessTransaction()
1265 const FrameTimelineInfo& info, nsecs_t postTime) { in createSurfaceFrameForTransaction()
DBufferStateLayer.cpp419 const sp<Fence>& acquireFence, nsecs_t postTime, in setBuffer()
DLayer.h258 nsecs_t postTime; member
DSurfaceFlinger.h559 const int64_t postTime; member
DSurfaceFlinger.cpp3723 const int64_t postTime = systemTime(); in setTransactionState() local
3757 const int64_t postTime, uint32_t permissions, in applyTransactionState()
3902 int64_t desiredPresentTime, bool isAutoTimestamp, int64_t postTime, uint32_t permissions, in setClientStateLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java887 public final long postTime; field in NotificationGroupManagerLegacy.PostRecord
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java713 private StatusBarNotification generateSbn(String pkg, int uid, long postTime, int userId) { in generateSbn()