Searched defs:unmount (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DSettingsStorageService.java62 public static void unmount(Context context, String volumeId) { method in class:SettingsStorageService
104 throw new IllegalArgumentException("No volume ID specified for unmount: "
107 unmount(volumeId);
178 private void unmount(String volumeId) { method in class:SettingsStorageService.Impl
185 Log.d(TAG, "Trying to unmount " + volumeId);
186 storageManager.unmount(volumeId);
188 Log.d(TAG, "Volume not found, skipping unmount");
204 Log.d(TAG, "Could not unmount", e);

Completed in 63 milliseconds