HomeSort by relevance Sort by last modified time
    Searched defs:unmountVolume (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 161 mountService.unmountVolume(extStoragePath, true, mFactoryReset);
  /frameworks/base/libs/storage/
IMountService.cpp 160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption)
168 ALOGD("unmountVolume could not contact remote\n");
173 ALOGD("unmountVolume caught exception %d\n", err);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 170 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption)
    [all...]
  /system/vold/
VolumeManager.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]

Completed in 201 milliseconds