Home
last modified time | relevance | path

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

/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
H A DPreProvisioningActivityController.java318 mUi.showErrorAndClose(R.string.cant_set_up_device, in initiateProvisioning()
680 mUi.showErrorAndClose(R.string.cant_set_up_device, in continueProvisioningAfterUserConsent()
723 mUi.showErrorAndClose(R.string.cant_set_up_device, in checkFactoryResetProtection()
992 mUi.showErrorAndClose(R.string.cant_add_work_profile, in showManagedProfileErrorAndClose()
999 mUi.showErrorAndClose(R.string.cant_add_work_profile, in showManagedProfileErrorAndClose()
1004 mUi.showErrorAndClose(R.string.cant_add_work_profile, in showManagedProfileErrorAndClose()
1016 mUi.showErrorAndClose(R.string.cant_add_work_profile, in showManagedProfileErrorAndClose()
1022 mUi.showErrorAndClose(R.string.cant_add_work_profile, in showManagedProfileErrorAndClose()
1038 mUi.showErrorAndClose(R.string.device_already_set_up, in showDeviceOwnerErrorAndClose()
1042 mUi.showErrorAndClose(R.string.cant_set_up_device, in showDeviceOwnerErrorAndClose()
[all …]
H A DPreProvisioningActivity.java250 showErrorAndClose(
269 showErrorAndClose(
282 showErrorAndClose(
313 showErrorAndClose(
321 public void showErrorAndClose(Integer titleId, int messageId, String logText) {
466 showErrorAndClose(
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
H A DPreProvisioningActivityControllerTest.java287 verify(mUi).showErrorAndClose(eq(R.string.cant_add_work_profile), in testManagedProfile_provisioningNotAllowed()
298 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_nullCallingPackage()
309 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_invalidCallingPackage()
371 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_wrongPackage()
385 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_frp()
450 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_encryptionNotSupported()