Home
last modified time | relevance | path

Searched defs:setPostTime (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DSbnBuilder.java177 public SbnBuilder setPostTime(long postTime) { in setPostTime() method in SbnBuilder
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java184 public NotificationEntryBuilder setPostTime(long postTime) { in setPostTime() method in NotificationEntryBuilder
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java1003 private void setPostTime(BubbleEntry entry, long postTime) { in setPostTime() method in BubbleDataTest
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.cpp570 void TimeStats::setPostTime(int32_t layerId, uint64_t frameNumber, const std::string& layerName, in setPostTime() function in android::impl::TimeStats