HomeSort by relevance Sort by last modified time
    Searched defs:showErrorAndClose (Results 1 - 2 of 2) sorted by null

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
PreProvisioningController.java 108 void showErrorAndClose(int resId, String errorMessage);
178 mUi.showErrorAndClose(R.string.device_owner_error_frp,
196 mUi.showErrorAndClose(R.string.device_owner_error_general, e.getMessage());
331 mUi.showErrorAndClose(R.string.preprovisioning_error_encryption_not_supported,
397 mUi.showErrorAndClose(R.string.device_owner_error_general,
449 mUi.showErrorAndClose(R.string.device_owner_error_general,
461 mUi.showErrorAndClose(R.string.user_setup_incomplete,
466 mUi.showErrorAndClose(R.string.managed_provisioning_not_supported,
470 mUi.showErrorAndClose(R.string.user_cannot_have_work_profile,
476 mUi.showErrorAndClose(R.string.device_owner_exists
    [all...]
PreProvisioningActivity.java 120 public void showErrorAndClose(int resourceId, String logText) {

Completed in 53 milliseconds