Searched refs:EXTRA_FACTORY_RESET_REQUIRED (Results 1 – 3 of 3) sorted by relevance
32 public static final String EXTRA_FACTORY_RESET_REQUIRED = field in ErrorDialogUtils50 intent.putExtra(EXTRA_FACTORY_RESET_REQUIRED, error.factoryResetRequired); in createResultIntent()
52 .putExtra(ErrorDialogUtils.EXTRA_FACTORY_RESET_REQUIRED, IS_FACTORY_RESET_REQUIRED);54 .putExtra(ErrorDialogUtils.EXTRA_FACTORY_RESET_REQUIRED, IS_FACTORY_RESET_REQUIRED);
36 import static com.android.managedprovisioning.common.ErrorDialogUtils.EXTRA_FACTORY_RESET_REQUIRED;656 if (data.getBooleanExtra(EXTRA_FACTORY_RESET_REQUIRED, /* defaultValue= */ false)) {