Searched defs:getVolumeState (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/storage/
H A DIMountService.cpp214 int32_t getVolumeState(const String16& mountPoint) function in class:android::BpMountService
220 LOGD("getVolumeState could not contact remote\n");
225 LOGD("getVolumeState caught exception %d\n", err);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java229 public String getVolumeState(String mountPoint) throws RemoteException { method in class:IMountService.Stub.Proxy
735 String state = getVolumeState(mountPoint);
959 public String getVolumeState(String mountPoint) throws RemoteException; method in interface:IMountService
/frameworks/base/services/java/com/android/server/
H A DMountService.java446 String state = getVolumeState(path);
692 if (getVolumeState(path).equals(Environment.MEDIA_BAD_REMOVAL)) {
728 String vs = getVolumeState(path);
885 if (!getVolumeState(path).equals(Environment.MEDIA_MOUNTED)) {
1001 if (avail == false && getVolumeState(path).equals(Environment.MEDIA_SHARED)) {
1111 String state = getVolumeState(path);
1181 String vs = getVolumeState(path);
1216 public String getVolumeState(String mountPoint) { method in class:MountService
1222 Slog.w(TAG, "getVolumeState(" + mountPoint + "): Unknown volume");
1240 String volState = getVolumeState(pat
[all...]

Completed in 230 milliseconds