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

  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 48 virtual int unmountVolume(String16 path) = 0;
  /frameworks/base/include/storage/
IMountService.h 42 virtual int32_t unmountVolume(
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 570 getMs().unmountVolume(path, false, false);
637 getMs().unmountVolume(path, false, false);
  /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 173 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]

Completed in 824 milliseconds