Home | History | Annotate | Download | only in server

Lines Matching refs:getVolumeState

446                             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) {
1222 getVolumeState(" + mountPoint + "): Unknown volume");
1240 String volState = getVolumeState(path);