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/
DPreProvisioningController.java166 void showErrorAndClose(Integer titleId, int messageId, String errorMessage); in showErrorAndClose() method
298 mUi.showErrorAndClose(R.string.cant_replace_or_remove_work_profile, in initiateProvisioning()
330 mUi.showErrorAndClose(R.string.cant_set_up_device, in initiateProvisioning()
520 mUi.showErrorAndClose(R.string.cant_set_up_device, in continueProvisioningAfterUserConsent()
571 mUi.showErrorAndClose(R.string.cant_set_up_device, in checkFactoryResetProtection()
630 mUi.showErrorAndClose(R.string.cant_set_up_device, R.string.contact_your_admin_for_help, in tryParseParameters()
643 mUi.showErrorAndClose(R.string.cant_set_up_device, R.string.contact_your_admin_for_help, in verifyActionAndCaller()
737 mUi.showErrorAndClose(R.string.cant_set_up_device, in isMeatUserCreationRequired()
826 mUi.showErrorAndClose(R.string.cant_set_up_device, in onPostExecute()
842 mUi.showErrorAndClose(R.string.cant_set_up_device, in showProvisioningErrorAndClose()
[all …]
DPreProvisioningActivity.java228 public void showErrorAndClose(Integer titleId, int messageId, String logText) { in showErrorAndClose() method in PreProvisioningActivity
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningControllerTest.java200 verify(mUi).showErrorAndClose(eq(R.string.cant_add_work_profile), in testManagedProfile_provisioningNotAllowed()
211 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_nullCallingPackage()
222 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_invalidCallingPackage()
290 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_wrongPackage()
304 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_frp()
366 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_encryptionNotSupported()
380 verify(mUi).showErrorAndClose(eq(R.string.cant_replace_or_remove_work_profile), in testManagedProfile_restrictedFromRemovingExisting()
453 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testNfc_frp()
471 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testNfc_encryptionNotSupported()
526 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testQr_frp()
[all …]