Home
last modified time | relevance | path

Searched refs:setPostTime (Results 1 – 12 of 12) sorted by relevance

/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
185 mSbnBuilder.setPostTime(postTime); in setPostTime()
H A DShadeListBuilderTest.java248 addGroupSummary(3, PACKAGE_1, GROUP_1).setPostTime(22); in testDuplicateGroupSummariesAreDiscarded()
249 addGroupSummary(4, PACKAGE_1, GROUP_1).setPostTime(33); in testDuplicateGroupSummariesAreDiscarded()
251 addGroupSummary(6, PACKAGE_1, GROUP_1).setPostTime(11); in testDuplicateGroupSummariesAreDiscarded()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/
H A DMockTimeStats.h44 MOCK_METHOD6(setPostTime, void(int32_t, uint64_t, const std::string&, uid_t, nsecs_t, int32_t));
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.h81 virtual void setPostTime(int32_t layerId, uint64_t frameNumber, const std::string& layerName,
247 void setPostTime(int32_t layerId, uint64_t frameNumber, const std::string& layerName, uid_t uid,
H A DTimeStats.cpp570 void TimeStats::setPostTime(int32_t layerId, uint64_t frameNumber, const std::string& layerName, in setPostTime() function in android::impl::TimeStats
/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/row/
H A DNotificationTestHelper.java333 .setPostTime(System.currentTimeMillis()) in createBubble()
464 .setPostTime(System.currentTimeMillis()) in generateRow()
/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
1054 setPostTime(entry, postTime); in sendUpdatedEntryAtTime()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.cpp453 mFlinger->mTimeStats->setPostTime(layerId, mDrawingState.frameNumber, getName().c_str(), in setBuffer()
H A DLayer.cpp1539 mFlinger->mTimeStats->setPostTime(getSequence(), newTimestamps->frameNumber, in addAndGetFrameTimestamps()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTimeStatsTest.cpp211 ASSERT_NO_FATAL_FAILURE(mTimeStats->setPostTime(id, frameNumber, genLayerName(id), in setTimeStamp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1657 .setPostTime(SBN_POST_TIME) in createNotification()