Searched refs:KEY_SETUP_WIZARD_IN_PROGRESS (Results 1 – 5 of 5) sorted by relevance
55 CarSettings.Secure.KEY_SETUP_WIZARD_IN_PROGRESS); in CarDeviceProvisionedControllerImpl()69 CarSettings.Secure.KEY_SETUP_WIZARD_IN_PROGRESS, /* def= */ 0, user) != 0; in isUserSetupInProgress()
234 public static final String KEY_SETUP_WIZARD_IN_PROGRESS = field in CarSettings.Secure
71 mSettings.put(CarSettings.Secure.KEY_SETUP_WIZARD_IN_PROGRESS, SCOPE_SECURE); in loadSettingNames()
29 import static android.car.settings.CarSettings.Secure.KEY_SETUP_WIZARD_IN_PROGRESS;411 Settings.Secure.putInt(getContentResolver(), KEY_SETUP_WIZARD_IN_PROGRESS, in setCarSetupInProgress() local
1138 …field public static final String KEY_SETUP_WIZARD_IN_PROGRESS = "android.car.SETUP_WIZARD_IN_PROGR…