Home
last modified time | relevance | path

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

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