Searched refs:mIsUserSetupInProgress (Results 1 – 2 of 2) sorted by relevance
62 private boolean mIsUserSetupInProgress; field in CarUiPortraitDisplaySystemBarsController139 mIsUserSetupInProgress = immersive; in requestImmersiveModeForSUW()209 if (mIsUserSetupInProgress) { in topFocusedWindowChanged()231 if (mPackageName == null && !mIsUserSetupInProgress) { in updateDisplayWindowRequestedVisibleTypes()
153 private boolean mIsUserSetupInProgress = false; field in CarSystemBar319 mIsUserSetupInProgress = mCarDeviceProvisionedController.isCurrentUserSetupInProgress(); in start()372 if (mIsUserSetupInProgress != currentUserSetupInProgress in resetSystemBarContentIfNecessary()375 mIsUserSetupInProgress = currentUserSetupInProgress; in resetSystemBarContentIfNecessary()414 return mDeviceIsSetUpForUser && !mIsUserSetupInProgress; in isDeviceSetupForUser()