Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningActivityController.java179 void showErrorAndClose(Integer titleId, int messageId, String errorMessage); in showErrorAndClose() method
301 mUi.showErrorAndClose(R.string.cant_set_up_device, in initiateProvisioning()
598 mUi.showErrorAndClose(R.string.cant_set_up_device, in continueProvisioningAfterUserConsent()
641 mUi.showErrorAndClose(R.string.cant_set_up_device, in checkFactoryResetProtection()
696 mUi.showErrorAndClose(R.string.cant_set_up_device, R.string.contact_your_admin_for_help, in tryParseParameters()
709 mUi.showErrorAndClose(R.string.cant_set_up_device, R.string.contact_your_admin_for_help, in verifyActionAndCaller()
910 mUi.showErrorAndClose(R.string.cant_add_work_profile, in showManagedProfileErrorAndClose()
917 mUi.showErrorAndClose(R.string.cant_add_work_profile, in showManagedProfileErrorAndClose()
922 mUi.showErrorAndClose(R.string.cant_add_work_profile, in showManagedProfileErrorAndClose()
927 mUi.showErrorAndClose(R.string.cant_add_work_profile, in showManagedProfileErrorAndClose()
[all …]
DPreProvisioningActivity.java250 showErrorAndClose(
269 showErrorAndClose(
282 showErrorAndClose(
313 showErrorAndClose(
321 public void showErrorAndClose(Integer titleId, int messageId, String logText) {
466 showErrorAndClose(
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningActivityControllerTest.java254 verify(mUi).showErrorAndClose(eq(R.string.cant_add_work_profile), in testManagedProfile_provisioningNotAllowed()
265 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_nullCallingPackage()
276 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_invalidCallingPackage()
338 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_wrongPackage()
352 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_frp()
417 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_encryptionNotSupported()