/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() argument 91 this.postTime = postTime; in StatusBarNotification() 103 long postTime) { in StatusBarNotification() argument 115 this.postTime = postTime; in StatusBarNotification() 133 this.postTime = in.readLong(); in StatusBarNotification() 202 out.writeLong(this.postTime); in writeToParcel() 254 notification, this.user, this.overrideGroupKey, this.postTime); in cloneShallow() 367 return postTime; in getPostTime()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | SbnBuilder.java | 177 public SbnBuilder setPostTime(long postTime) { in setPostTime() argument 178 mPostTime = postTime; in setPostTime()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleDataTest.java | 849 private void setPostTime(NotificationEntry entry, long postTime) { in setPostTime() argument 850 when(entry.getSbn().getPostTime()).thenReturn(postTime); in setPostTime() 859 long postTime) { in createBubbleEntry() argument 874 when(sbn.getPostTime()).thenReturn(postTime); in createBubbleEntry() 885 private void sendUpdatedEntryAtTime(NotificationEntry entry, long postTime) { in sendUpdatedEntryAtTime() argument 886 setPostTime(entry, postTime); in sendUpdatedEntryAtTime()
|
/frameworks/native/services/surfaceflinger/TimeStats/ |
D | TimeStats.cpp | 414 const int32_t postToAcquireMs = msBetween(timeRecords[0].frameTime.postTime, in flushAvailableRecordsToStatsLocked() 420 const int32_t postToPresentMs = msBetween(timeRecords[0].frameTime.postTime, in flushAvailableRecordsToStatsLocked() 466 nsecs_t postTime) { in setPostTime() argument 471 postTime); in setPostTime() 496 .postTime = postTime, in setPostTime() 497 .latchTime = postTime, in setPostTime() 498 .acquireTime = postTime, in setPostTime() 499 .desiredTime = postTime, in setPostTime()
|
D | TimeStats.h | 88 nsecs_t postTime) = 0; 130 nsecs_t postTime = 0; member 245 nsecs_t postTime) override;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryBuilder.java | 155 public NotificationEntryBuilder setPostTime(long postTime) { in setPostTime() argument 156 mSbnBuilder.setPostTime(postTime); in setPostTime()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 625 const client_cache_t& uncacheBuffer, const int64_t postTime, 654 const ComposerState& composerState, int64_t desiredPresentTime, int64_t postTime, 1134 int64_t postTime, bool privileged, bool hasListenerCallbacks, in TransactionState() 1141 postTime(postTime), in TransactionState() 1151 const int64_t postTime; member
|
D | BufferStateLayer.cpp | 260 nsecs_t postTime, nsecs_t desiredPresentTime, in setBuffer() argument 275 postTime); in setBuffer() 282 addFrameEvent(acquireFence, postTime, desiredPresentTime); in setBuffer()
|
D | BufferStateLayer.h | 74 bool setBuffer(const sp<GraphicBuffer>& buffer, const sp<Fence>& acquireFence, nsecs_t postTime,
|
D | SurfaceFlinger.cpp | 3284 transaction.buffer, transaction.postTime, in flushTransactionQueues() 3337 const int64_t postTime = systemTime(); in setTransactionState() local 3368 uncacheBuffer, postTime, privileged, in setTransactionState() 3375 uncacheBuffer, postTime, privileged, hasListenerCallbacks, in setTransactionState() 3382 const client_cache_t& uncacheBuffer, const int64_t postTime, bool privileged, in applyTransactionState() argument 3418 clientStateFlags |= setClientStateLocked(state, desiredPresentTime, postTime, privileged, in applyTransactionState() 3598 const ComposerState& composerState, int64_t desiredPresentTime, int64_t postTime, in setClientStateLocked() argument 3900 if (layer->setBuffer(buffer, s.acquireFence, postTime, desiredPresentTime, in setClientStateLocked()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 578 private StatusBarNotification generateSbn(String pkg, int uid, long postTime, int userId) { in generateSbn() argument 584 nb.build(), new UserHandle(userId), null, postTime); in generateSbn()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |