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

  /frameworks/base/libs/storage/
IMountService.cpp 218 int32_t getVolumeState(const String16& mountPoint)
224 ALOGD("getVolumeState could not contact remote\n");
229 ALOGD("getVolumeState caught exception %d\n", err);
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 555 public String getVolumeState(String mountPoint) {
558 return mMountService.getVolumeState(mountPoint);
IMountService.java 233 public String getVolumeState(String mountPoint) throws RemoteException {
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java     [all...]

Completed in 2470 milliseconds