Searched refs:showErrorAndClose (Results 1 – 3 of 3) sorted by relevance
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/ |
D | PreProvisioningActivityController.java | 306 void showErrorAndClose( in showErrorAndClose() method 314 void showErrorAndClose(Integer titleId, int messageId, String errorMessage); in showErrorAndClose() method 451 mUi.showErrorAndClose(R.string.cant_set_up_device, in initiateProvisioning() 474 mUi.showErrorAndClose( in initiateProvisioning() 832 mUi.showErrorAndClose( in continueProvisioningAfterUserConsent() 874 mUi.showErrorAndClose( in checkFactoryResetProtection() 932 mUi.showErrorAndClose(R.string.cant_set_up_device, R.string.contact_your_admin_for_help, in tryParseParameters() 946 mUi.showErrorAndClose(R.string.cant_set_up_device, R.string.contact_your_admin_for_help, in verifyActionAndCaller() 1159 mUi.showErrorAndClose( in showManagedProfileErrorAndClose() 1178 mUi.showErrorAndClose( in showManagedProfileErrorAndClose() [all …]
|
D | PreProvisioningActivity.java | 331 showErrorAndClose( 352 showErrorAndClose( 367 showErrorAndClose( 458 showErrorAndClose( 638 showErrorAndClose( 661 showErrorAndClose( 678 showErrorAndClose( 686 public void showErrorAndClose(Integer titleId, int messageId, String logMessage) { 687 showErrorAndClose(LazyStringResource.of(titleId), LazyStringResource.of(messageId), 692 public void showErrorAndClose( [all …]
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/ |
D | PreProvisioningActivityControllerTest.java | 505 verify(mUi).showErrorAndClose(any(), anyInt(), anyString()); in testManagedProfile_noRoleHolderAndRoleHolderDownloadExtra_failsProvisioning() 763 verify(mUi).showErrorAndClose( in testManagedProfile_provisioningNotAllowed() 778 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_nullCallingPackage() 790 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_invalidCallingPackage() 860 verify(mUi).showErrorAndClose(eq(R.string.cant_set_up_device), in testManagedProfile_wrongPackage() 878 verify(mUi).showErrorAndClose( in testManagedProfile_frp() 955 verify(mUi).showErrorAndClose( in testManagedProfile_encryptionNotSupported()
|