Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/
DCarDeviceProvisionedController.java34 default boolean isCurrentUserSetupInProgress() { in isCurrentUserSetupInProgress() method
42 return isCurrentUserSetup() && !isCurrentUserSetupInProgress(); in isCurrentUserFullySetup()
DCarDeviceProvisionedControllerImpl.java101 public boolean isCurrentUserSetupInProgress() { in isCurrentUserSetupInProgress() method in CarDeviceProvisionedControllerImpl
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DCarDisplayAreaController.java88 .isCurrentUserSetupInProgress();
127 .isCurrentUserSetupInProgress();
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java319 mIsUserSetupInProgress = mCarDeviceProvisionedController.isCurrentUserSetupInProgress(); in start()
371 .isCurrentUserSetupInProgress(); in resetSystemBarContentIfNecessary()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java465 && !mCarDeviceProvisionedController.isCurrentUserSetupInProgress(); in isDeviceSetupForUser()