Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/storage/
DStorageUserConnection.java23 import static com.android.server.storage.StorageSessionController.ExternalStorageServiceException;
100 String lowerPath) throws ExternalStorageServiceException { in startSession()
121 throws ExternalStorageServiceException { in notifyVolumeStateChanged()
144 throws ExternalStorageServiceException { in freeCache()
158 throws ExternalStorageServiceException { in notifyAnrDelayStarted()
189 public void removeSessionAndWait(String sessionId) throws ExternalStorageServiceException { in removeSessionAndWait()
388 throws ExternalStorageServiceException { in startSession()
394 throw new ExternalStorageServiceException("Failed to start session: " + session, e); in startSession()
404 public void endSession(Session session) throws ExternalStorageServiceException { in endSession()
409 throw new ExternalStorageServiceException("Failed to end session: " + session, e); in endSession()
[all …]
DStorageSessionController.java112 throws ExternalStorageServiceException { in onVolumeMount()
147 public void notifyVolumeStateChanged(VolumeInfo vol) throws ExternalStorageServiceException { in notifyVolumeStateChanged()
178 throws ExternalStorageServiceException { in freeCache()
197 throws ExternalStorageServiceException { in notifyAnrDelayStarted()
258 } catch (ExternalStorageServiceException e) { in onVolumeUnmount()
268 public void onUnlockUser(int userId) throws ExternalStorageServiceException { in onUnlockUser()
336 } catch (IllegalStateException | ExternalStorageServiceException e) { in onReset()
356 private void initExternalStorageServiceComponent() throws ExternalStorageServiceException { in initExternalStorageServiceComponent()
363 throw new ExternalStorageServiceException("No valid MediaStore provider found"); in initExternalStorageServiceComponent()
371 throw new ExternalStorageServiceException( in initExternalStorageServiceComponent()
[all …]
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java160 import com.android.server.storage.StorageSessionController.ExternalStorageServiceException;
1048 } catch (ExternalStorageServiceException e) { in onAnrDelayStarted()
1777 } catch (ExternalStorageServiceException e) { in onVolumeStateChangedAsync()
2368 } catch (ExternalStorageServiceException e) { in mount()
4966 } catch (ExternalStorageServiceException e) { in freeCache()