Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java1194 private void setPostTime(BubbleEntry entry, long postTime) { in setPostTime()
1204 NotificationListenerService.Ranking ranking, long postTime, in createBubbleEntry()
1236 private void sendUpdatedEntryAtTime(BubbleEntry entry, long postTime) { in sendUpdatedEntryAtTime()
1241 private void sendUpdatedEntryAtTime(BubbleEntry entry, long postTime, long currentTime) { in sendUpdatedEntryAtTime()
1246 private void sendUpdatedEntryAtTime(BubbleEntry entry, long postTime, in sendUpdatedEntryAtTime()
/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/native/services/surfaceflinger/tests/unittests/
DTransactionFrameTracerTest.cpp109 nsecs_t postTime = 20; in BLASTTransactionSendsFrameTracerEvents() local
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_layer_fuzzer.cpp92 const int64_t postTime = mFdp.ConsumeIntegral<int64_t>(); in invokeEffectLayer() local
/frameworks/native/services/surfaceflinger/
DTransactionState.h93 int64_t postTime; member
DBufferStateLayer.cpp343 const BufferData& bufferData, nsecs_t postTime, in setBuffer()
DLayer.cpp1228 nsecs_t postTime) { in setFrameTimelineVsyncForBufferTransaction()
1249 nsecs_t postTime) { in setFrameTimelineVsyncForBufferlessTransaction()
1296 const FrameTimelineInfo& info, nsecs_t postTime) { in createSurfaceFrameForTransaction()
DLayer.h254 nsecs_t postTime; member
DSurfaceFlinger.cpp4165 const int64_t postTime = systemTime(); in setTransactionState() local
4203 const int64_t postTime, uint32_t permissions, in applyTransactionState()
4350 int64_t postTime, uint32_t permissions) { in setClientStateLocked()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DSbnBuilder.java177 public SbnBuilder setPostTime(long postTime) { in setPostTime()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h194 nsecs_t postTime = 0; member
DTimeStats.cpp559 uid_t uid, nsecs_t postTime, GameMode gameMode) { in setPostTime()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java207 public NotificationEntryBuilder setPostTime(long postTime) { in setPostTime()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java707 private StatusBarNotification generateSbn(String pkg, int uid, long postTime, int userId) { in generateSbn()