Home
last modified time | relevance | path

Searched refs:isCurrentUserSetup (Results 1 – 25 of 25) sorted by relevance

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DCarSystemBarTest.java163 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(true); in restartNavbars_refreshesTaskChanged()
166 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(false); in restartNavbars_refreshesTaskChanged()
182 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(true); in restartNavBars_newUserNotSetupWithKeyguardShowing_showsKeyguardButtons()
186 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(false); in restartNavBars_newUserNotSetupWithKeyguardShowing_showsKeyguardButtons()
202 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(true); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons()
210 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(true); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons()
243 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(true); in showTransient_wrongDisplayId_transientModeNotUpdated()
257 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(true); in showTransient_correctDisplayId_noStatusBarInset_transientModeNotUpdated()
270 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(true); in showTransient_correctDisplayId_statusBarInset_transientModeUpdated()
283 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(true); in showTransient_correctDisplayId_noNavBarInset_transientModeNotUpdated()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
H A DThemeOverlayController.java146 if (!mDeviceProvisionedController.isCurrentUserSetup()) {
192 if (!mDeviceProvisionedController.isCurrentUserSetup() && isManagedProfile) {
252 && !mDeviceProvisionedController.isCurrentUserSetup()) { in handleWallpaperColors()
319 if (!mDeviceProvisionedController.isCurrentUserSetup() && isManagedProfile) {
414 if (mDeviceProvisionedController.isCurrentUserSetup()) { in start()
423 if (!mDeviceProvisionedController.isCurrentUserSetup()) { in start()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/
H A DCarDeviceProvisionedController.java42 return isCurrentUserSetup() && !isCurrentUserSetupInProgress(); in isCurrentUserFullySetup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeviceProvisionedController.java50 boolean isCurrentUserSetup(); in isCurrentUserSetup() method
H A DDeviceProvisionedControllerImpl.kt194 override fun isCurrentUserSetup(): Boolean {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceControllerTest.kt156 `when`(deviceProvisionedController.isCurrentUserSetup()).thenReturn(true)
200 `when`(deviceProvisionedController.isCurrentUserSetup()).thenReturn(false)
211 `when`(deviceProvisionedController.isCurrentUserSetup()).thenReturn(true)
459 `when`(deviceProvisionedController.isCurrentUserSetup()).thenReturn(true)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DDeviceProvisionedControllerImplTest.kt152 assertThat(controller.isCurrentUserSetup).isFalse()
156 assertThat(controller.isCurrentUserSetup).isTrue()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
H A DThemeOverlayControllerTest.java125 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(true); in setup()
670 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(true); in onWallpaperColorsChanged_defersUntilSetupIsCompleted_ifHasColors()
677 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(false); in onWallpaperColorsChanged_screenOff_deviceSetupNotFinished_doesNotProcessQueued()
704 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(true); in onWallpaperColorsChanged_screenOff_processesQueued()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DFooterActionsControllerTest.kt105 whenever(deviceProvisionedController.isCurrentUserSetup).thenReturn(false)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerSignalTest.java66 when(mMockProvisionController.isCurrentUserSetup()).thenReturn(false); in testDeviceProvisioned_userNotSetUp()
99 when(mMockProvisionController.isCurrentUserSetup()).thenReturn(true); in testDeviceProvisioned_userSetUp()
H A DNetworkControllerDataTest.java213 when(mMockProvisionController.isCurrentUserSetup()).thenReturn(false); in testDataDisabledIcon_UserNotSetup()
H A DNetworkControllerBaseTest.java216 when(mMockProvisionController.isCurrentUserSetup()).thenReturn(true); in setUp()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java234 mDeviceIsSetUpForUser = mCarDeviceProvisionedController.isCurrentUserSetup(); in start()
274 boolean currentUserSetup = mCarDeviceProvisionedController.isCurrentUserSetup(); in restartNavBarsIfNecessary()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarCommandQueueCallbacksTest.java124 when(mDeviceProvisionedController.isCurrentUserSetup()).thenReturn(true); in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DFooterActionsController.kt93 if (!deviceProvisionedController.isCurrentUserSetup) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarCommandQueueCallbacks.java241 if (!mDeviceProvisionedController.isCurrentUserSetup()) return; in animateExpandSettingsPanel()
336 if (!mDeviceProvisionedController.isCurrentUserSetup()) return; in handleSystemKey()
H A DDozeServiceHost.java317 && mDeviceProvisionedController.isCurrentUserSetup(); in isProvisioned()
H A DPhoneStatusBarPolicy.java607 boolean userSetup = mProvisionedController.isCurrentUserSetup(); in onUserSetupChanged()
H A DStatusBar.java4217 final boolean userSetup = mDeviceProvisionedController.isCurrentUserSetup();
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt222 !deviceProvisionedController.isCurrentUserSetup()) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerImpl.java335 setUserSetupComplete(deviceProvisionedController.isCurrentUserSetup()); in NetworkControllerImpl()
339 setUserSetupComplete(deviceProvisionedController.isCurrentUserSetup()); in NetworkControllerImpl()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java454 mIsCurrentUserSetup = mDeviceProvisionedController.isCurrentUserSetup();
593 mIsCurrentUserSetup = mDeviceProvisionedController.isCurrentUserSetup(); in createView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java5655 public void setCurrentUserSetup(boolean isCurrentUserSetup) {
5656 if (mIsCurrentUserSetup != isCurrentUserSetup) {
5657 mIsCurrentUserSetup = isCurrentUserSetup;
H A DNotificationStackScrollLayoutController.java250 mView.setCurrentUserSetup(mDeviceProvisionedController.isCurrentUserSetup());
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java1024 mDeviceProvisionedController.isCurrentUserSetup() && in initSettingsH()