Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java4179 private static class ObbException extends Exception { class in StorageManagerService
4182 public ObbException(int status, String message) { in ObbException() method in StorageManagerService.ObbException
4187 public ObbException(int status, Throwable cause) { in ObbException() method in StorageManagerService.ObbException