Home
last modified time | relevance | path

Searched refs:raiseError (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DProfileOwnerProvisioningService.java246 throw raiseError("Couldn't get current user information"); in startManagedProfileOrUserProvisioning()
319 throw raiseError("Could not start user in background"); in setUpUserOrProfile()
468 throw raiseError("Couldn't create profile."); in createProfile()
484 throw raiseError("Could not install mobile device management app on managed " in installMdmOnManagedProfile()
488 throw raiseError("Could not install mobile device management app on managed " in installMdmOnManagedProfile()
491 throw raiseError("Could not install mobile device management app on managed " in installMdmOnManagedProfile()
511 throw raiseError("Could not set profile owner."); in setMdmAsManagedProfileOwner()
533 private ProvisioningException raiseError(String message) throws ProvisioningException { in raiseError() method in ProfileOwnerProvisioningService
/packages/apps/LegacyCamera/src/com/android/camera/
DEffectsRecorder.java811 raiseError(e);
870 private void raiseError(final Exception exception) { in raiseError() method in EffectsRecorder