Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java207 public NotificationEntryBuilder setPostTime(long postTime) { in setPostTime() method in NotificationEntryBuilder
208 mSbnBuilder.setPostTime(postTime); in setPostTime()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupTestHelper.java117 .setPostTime(newPostTime) in incrementPost()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DSbnBuilder.java177 public SbnBuilder setPostTime(long postTime) { in setPostTime() method in SbnBuilder
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java434 .setPostTime(System.currentTimeMillis()) in createBubble()
561 .setPostTime(System.currentTimeMillis()) in generateRow()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java1197 private void setPostTime(BubbleEntry entry, long postTime) { in setPostTime() method in BubbleDataTest
1251 setPostTime(entry, postTime); in sendUpdatedEntryAtTime()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java281 addGroupSummary(3, PACKAGE_1, GROUP_1).setPostTime(22); in testDuplicateGroupSummariesAreDiscarded()
282 addGroupSummary(4, PACKAGE_1, GROUP_1).setPostTime(33); in testDuplicateGroupSummariesAreDiscarded()
284 addGroupSummary(6, PACKAGE_1, GROUP_1).setPostTime(11); in testDuplicateGroupSummariesAreDiscarded()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1671 .setPostTime(SBN_POST_TIME) in createNotification()