Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DStorageSessionController.java464 public static class ExternalStorageServiceException extends Exception { class in StorageSessionController
465 public ExternalStorageServiceException(Throwable cause) { in ExternalStorageServiceException() method in StorageSessionController.ExternalStorageServiceException
469 public ExternalStorageServiceException(String message) { in ExternalStorageServiceException() method in StorageSessionController.ExternalStorageServiceException
473 public ExternalStorageServiceException(String message, Throwable cause) { in ExternalStorageServiceException() method in StorageSessionController.ExternalStorageServiceException