Loading services/java/com/android/server/NetworkManagementService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -447,7 +447,7 @@ class NetworkManagementService extends INetworkManagementService.Stub { String []tok = line.split(" "); String []tok = line.split(" "); int code = Integer.parseInt(tok[0]); int code = Integer.parseInt(tok[0]); if (code == NetdResponseCode.UsbRNDISStatusResult) { if (code == NetdResponseCode.UsbRNDISStatusResult) { if (tok[2].equals("started")) if (tok[3].equals("started")) return true; return true; return false; return false; } else { } else { Loading Loading
services/java/com/android/server/NetworkManagementService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -447,7 +447,7 @@ class NetworkManagementService extends INetworkManagementService.Stub { String []tok = line.split(" "); String []tok = line.split(" "); int code = Integer.parseInt(tok[0]); int code = Integer.parseInt(tok[0]); if (code == NetdResponseCode.UsbRNDISStatusResult) { if (code == NetdResponseCode.UsbRNDISStatusResult) { if (tok[2].equals("started")) if (tok[3].equals("started")) return true; return true; return false; return false; } else { } else { Loading