Home
last modified time | relevance | path

Searched refs:setCurrentUserSetup (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
DFakeDeviceProvisionedController.kt47 fun setCurrentUserSetup(isSetup: Boolean) { in setCurrentUserSetup() method in com.android.systemui.statusbar.policy.FakeDeviceProvisionedController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java439 mStackScroller.setCurrentUserSetup(true); in testUpdateFooter_noNotifications()
451 mStackScroller.setCurrentUserSetup(true); in testUpdateFooter_remoteInput()
468 mStackScroller.setCurrentUserSetup(true); in testUpdateFooter_withoutNotifications()
484 mStackScroller.setCurrentUserSetup(true); in testUpdateFooter_oneClearableNotification()
500 mStackScroller.setCurrentUserSetup(true); in testUpdateFooter_withoutHistory()
517 mStackScroller.setCurrentUserSetup(false); in testUpdateFooter_oneClearableNotification_beforeUserSetup()
533 mStackScroller.setCurrentUserSetup(true); in testUpdateFooter_oneNonClearableNotification()
915 mStackScroller.setCurrentUserSetup(true); in hasFilteredOutSeenNotifs_updateFooter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java298 mView.setCurrentUserSetup(mDeviceProvisionedController.isCurrentUserSetup());
DNotificationStackScrollLayout.java5986 public void setCurrentUserSetup(boolean isCurrentUserSetup) {