Home | History | Annotate | Download | only in server

Lines Matching defs:getVolumeState

967                 if (getVolumeState(path).equals(Environment.MEDIA_BAD_REMOVAL)) {
1008 state = getVolumeState(path);
1140 if (!getVolumeState(path).equals(Environment.MEDIA_MOUNTED)) {
1237 && Environment.MEDIA_SHARED.equals(getVolumeState(primary.getPath()))) {
1626 String vs = getVolumeState(path);
1667 public String getVolumeState(String mountPoint) {
1671 Slog.w(TAG, "getVolumeState(" + mountPoint + "): Unknown volume");
1698 String volState = getVolumeState(path);
1754 mounted = Environment.MEDIA_MOUNTED.equals(getVolumeState(primary.getPath()));