Home
last modified time | relevance | path

Searched refs:mIsUserSetupInProgress (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/wm/
DCarUiPortraitDisplaySystemBarsController.java62 private boolean mIsUserSetupInProgress; field in CarUiPortraitDisplaySystemBarsController
139 mIsUserSetupInProgress = immersive; in requestImmersiveModeForSUW()
209 if (mIsUserSetupInProgress) { in topFocusedWindowChanged()
231 if (mPackageName == null && !mIsUserSetupInProgress) { in updateDisplayWindowRequestedVisibleTypes()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java153 private boolean mIsUserSetupInProgress = false; field in CarSystemBar
319 mIsUserSetupInProgress = mCarDeviceProvisionedController.isCurrentUserSetupInProgress(); in start()
372 if (mIsUserSetupInProgress != currentUserSetupInProgress in resetSystemBarContentIfNecessary()
375 mIsUserSetupInProgress = currentUserSetupInProgress; in resetSystemBarContentIfNecessary()
414 return mDeviceIsSetUpForUser && !mIsUserSetupInProgress; in isDeviceSetupForUser()