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

  /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/java/android/os/storage/
IMountService.java 229 public String getVolumeState(String mountPoint) throws RemoteException {
735 String state = getVolumeState(mountPoint);
    [all...]
  /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...]

Completed in 153 milliseconds