Searched refs:ObbException (Results 1 – 1 of 1) sorted by relevance
3413 private static class ObbException extends Exception { class in StorageManagerService3416 public ObbException(int status, String message) { in ObbException() method in StorageManagerService.ObbException3421 public ObbException(int status, Throwable cause) { in ObbException() method in StorageManagerService.ObbException3440 } catch (ObbException e) { in execute()3445 abstract void handleExecute() throws ObbException; in handleExecute()3447 protected void notifyObbStateChange(ObbException e) { in notifyObbStateChange()3478 public void handleExecute() throws ObbException { in handleExecute()3482 throw new ObbException(ERROR_PERMISSION_DENIED, "Denied attempt to mount OBB " in handleExecute()3491 throw new ObbException(ERROR_ALREADY_MOUNTED, in handleExecute()3511 throw new ObbException(ERROR_INTERNAL, e); in handleExecute()[all …]