Searched defs:postTime (Results 1 – 10 of 10) sorted by relevance
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
| D | BubbleDataTest.java | 869 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/ |
| D | StatusBarNotification.java | 70 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/ |
| D | SbnBuilder.java | 177 public SbnBuilder setPostTime(long postTime) { in setPostTime()
|
| /frameworks/native/services/surfaceflinger/TimeStats/ |
| D | TimeStats.h | 130 nsecs_t postTime = 0; member
|
| D | TimeStats.cpp | 466 nsecs_t postTime) { in setPostTime()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
| D | NotificationEntryBuilder.java | 155 public NotificationEntryBuilder setPostTime(long postTime) { in setPostTime()
|
| /frameworks/native/services/surfaceflinger/ |
| D | BufferStateLayer.cpp | 260 nsecs_t postTime, nsecs_t desiredPresentTime, in setBuffer()
|
| D | SurfaceFlinger.h | 1151 const int64_t postTime; member
|
| D | SurfaceFlinger.cpp | 3339 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/ |
| D | NotificationManagerServiceTest.java | 613 private StatusBarNotification generateSbn(String pkg, int uid, long postTime, int userId) { in generateSbn()
|