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.java4037 private static class ObbException extends Exception { class in StorageManagerService
4040 public ObbException(int status, String message) { in ObbException() method in StorageManagerService.ObbException
4045 public ObbException(int status, Throwable cause) { in ObbException() method in StorageManagerService.ObbException
4064 } catch (ObbException e) { in execute()
4069 abstract void handleExecute() throws ObbException; in handleExecute()
4071 protected void notifyObbStateChange(ObbException e) { in notifyObbStateChange()
4102 public void handleExecute() throws ObbException { in handleExecute()
4106 throw new ObbException(ERROR_PERMISSION_DENIED, "Denied attempt to mount OBB " in handleExecute()
4115 throw new ObbException(ERROR_ALREADY_MOUNTED, in handleExecute()
4135 throw new ObbException(ERROR_INTERNAL, e); in handleExecute()
[all …]