Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DStorageUserConnection.java100 String lowerPath) throws ExternalStorageServiceException { in startSession()
121 throws ExternalStorageServiceException { in notifyVolumeStateChanged()
144 throws ExternalStorageServiceException { in freeCache()
158 throws ExternalStorageServiceException { in notifyAnrDelayStarted()
388 throws ExternalStorageServiceException { in startSession()
415 ExternalStorageServiceException { in notifyVolumeStateChanged()
426 throws ExternalStorageServiceException { in freeCache()
437 throws ExternalStorageServiceException { in notifyAnrDelayStarted()
457 ExternalStorageServiceException { in connectIfNeeded()
461 throw new ExternalStorageServiceException( in connectIfNeeded()
[all …]
H A DStorageSessionController.java111 throws ExternalStorageServiceException { in onVolumeMount()
177 throws ExternalStorageServiceException { in freeCache()
196 throws ExternalStorageServiceException { in notifyAnrDelayStarted()
257 } catch (ExternalStorageServiceException e) { in onVolumeUnmount()
266 public void onUnlockUser(int userId) throws ExternalStorageServiceException { in onUnlockUser()
369 throw new ExternalStorageServiceException( in initExternalStorageServiceComponent()
376 throw new ExternalStorageServiceException(name.flattenToShortString() in initExternalStorageServiceComponent()
464 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
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java157 import com.android.server.storage.StorageSessionController.ExternalStorageServiceException;
1027 } catch (ExternalStorageServiceException e) { in onAnrDelayStarted()
1684 } catch (ExternalStorageServiceException e) { in onVolumeStateChangedAsync()
2273 } catch (ExternalStorageServiceException e) { in mount()
4807 } catch (ExternalStorageServiceException e) { in freeCache()