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

  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 50 virtual String16 getVolumeState(String16 mountPoint) = 0;
  /frameworks/base/include/storage/
IMountService.h 45 virtual int32_t getVolumeState(const String16& mountPoint) = 0;
  /frameworks/base/core/java/android/os/
Environment.java 389 return mMntSvc.getVolumeState(getExternalStorageDirectory().toString());
  /frameworks/base/services/java/com/android/server/
MountService.java 446 String state = getVolumeState(path);
692 if (getVolumeState(path).equals(Environment.MEDIA_BAD_REMOVAL)) {
728 String vs = getVolumeState(path);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 145 String state = getMs().getVolumeState(mPath);
366 String state = getMs().getVolumeState(mPath);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 229 public String getVolumeState(String mountPoint) throws RemoteException {
735 String state = getVolumeState(mountPoint);
    [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 214 int32_t getVolumeState(const String16& mountPoint)
220 LOGD("getVolumeState could not contact remote\n");
225 LOGD("getVolumeState caught exception %d\n", err);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]

Completed in 201 milliseconds