Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java114 private boolean mDeviceIsSetUpForUser = true; field in CarSystemBar
234 mDeviceIsSetUpForUser = mCarDeviceProvisionedController.isCurrentUserSetup(); in start()
278 || mDeviceIsSetUpForUser != currentUserSetup) { in restartNavBarsIfNecessary()
279 mDeviceIsSetUpForUser = currentUserSetup; in restartNavBarsIfNecessary()
333 return mDeviceIsSetUpForUser && !mIsUserSetupInProgress; in isDeviceSetupForUser()