Searched refs:ExternalStorageServiceException (Results 1 – 4 of 4) sorted by relevance
23 import static com.android.server.storage.StorageSessionController.ExternalStorageServiceException;98 String lowerPath) throws ExternalStorageServiceException { in startSession()120 throws ExternalStorageServiceException { in notifyVolumeStateChanged()148 public void removeSessionAndWait(String sessionId) throws ExternalStorageServiceException { in removeSessionAndWait()206 private void prepareRemote() throws ExternalStorageServiceException { in prepareRemote()210 throw new ExternalStorageServiceException("Failed to prepare remote", e); in prepareRemote()282 throws ExternalStorageServiceException { in startSessionLocked()301 throw new ExternalStorageServiceException("Failed to start session: " + session, e); in startSessionLocked()311 public void endSessionLocked(Session session) throws ExternalStorageServiceException { in endSessionLocked()324 throw new ExternalStorageServiceException("Failed to end session: " + session, e); in endSessionLocked()[all …]
83 throws ExternalStorageServiceException { in onVolumeMount()118 public void notifyVolumeStateChanged(VolumeInfo vol) throws ExternalStorageServiceException { in notifyVolumeStateChanged()188 } catch (ExternalStorageServiceException e) { in onVolumeUnmount()202 public void onUnlockUser(int userId) throws ExternalStorageServiceException { in onUnlockUser()270 } catch (IllegalStateException | ExternalStorageServiceException e) { in onReset()290 private void initExternalStorageServiceComponent() throws ExternalStorageServiceException { in initExternalStorageServiceComponent()297 throw new ExternalStorageServiceException("No valid MediaStore provider found"); in initExternalStorageServiceComponent()308 throw new ExternalStorageServiceException( in initExternalStorageServiceComponent()316 throw new ExternalStorageServiceException(name.flattenToShortString() in initExternalStorageServiceComponent()349 public static class ExternalStorageServiceException extends Exception { class in StorageSessionController[all …]
161 import com.android.server.storage.StorageSessionController.ExternalStorageServiceException;1647 } catch (ExternalStorageServiceException e) { in onVolumeStateChangedAsync()2253 } catch (ExternalStorageServiceException e) { in mount()
31032 PLcom/android/server/storage/StorageSessionController$ExternalStorageServiceException;-><init>(Ljav…31033 PLcom/android/server/storage/StorageSessionController$ExternalStorageServiceException;-><init>(Ljav…44992 Lcom/android/server/storage/StorageSessionController$ExternalStorageServiceException;