Searched refs:ObbException (Results 1 – 1 of 1) sorted by relevance
4326 private static class ObbException extends Exception { class in StorageManagerService4329 public ObbException(int status, String message) { in ObbException() method in StorageManagerService.ObbException4334 public ObbException(int status, Throwable cause) { in ObbException() method in StorageManagerService.ObbException4353 } catch (ObbException e) { in execute()4358 abstract void handleExecute() throws ObbException; in handleExecute()4360 protected void notifyObbStateChange(ObbException e) { in notifyObbStateChange()4389 public void handleExecute() throws ObbException { in handleExecute()4393 throw new ObbException(ERROR_PERMISSION_DENIED, "Denied attempt to mount OBB " in handleExecute()4402 throw new ObbException(ERROR_ALREADY_MOUNTED, in handleExecute()4419 throw new ObbException(ERROR_COULD_NOT_MOUNT, e); in handleExecute()[all …]