Loading services/java/com/android/server/MountListener.java +1 −1 Original line number Diff line number Diff line Loading @@ -364,7 +364,7 @@ final class MountListener implements Runnable { for (String line : rsp) { String []tok = line.split(" "); int code = Integer.parseInt(tok[0]); if (code == ResponseCode.AsecPathResult) { if (code == ResponseCode.AsecListResult) { rdata[idx++] = tok[1]; } else if (code == ResponseCode.CommandOkay) { return rdata; Loading Loading
services/java/com/android/server/MountListener.java +1 −1 Original line number Diff line number Diff line Loading @@ -364,7 +364,7 @@ final class MountListener implements Runnable { for (String line : rsp) { String []tok = line.split(" "); int code = Integer.parseInt(tok[0]); if (code == ResponseCode.AsecPathResult) { if (code == ResponseCode.AsecListResult) { rdata[idx++] = tok[1]; } else if (code == ResponseCode.CommandOkay) { return rdata; Loading