Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3413 private static class ObbException extends Exception { class in StorageManagerService
3416 public ObbException(int status, String message) { in ObbException() method in StorageManagerService.ObbException
3421 public ObbException(int status, Throwable cause) { in ObbException() method in StorageManagerService.ObbException
3440 } 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 …]