Loading tools/preload2/src/com/android/preload/DeviceUtils.java +2 −2 Original line number Diff line number Diff line Loading @@ -285,7 +285,7 @@ public class DeviceUtils { if (device == null) { try { wait(timeout); wfdl.wait(timeout); } catch (InterruptedException e) { // Ignore spurious wakeups. } Loading @@ -304,7 +304,7 @@ public class DeviceUtils { if (!device.hasClients()) { try { wait(timeout); wfcl.wait(timeout); } catch (InterruptedException e) { // Ignore spurious wakeups. } Loading Loading
tools/preload2/src/com/android/preload/DeviceUtils.java +2 −2 Original line number Diff line number Diff line Loading @@ -285,7 +285,7 @@ public class DeviceUtils { if (device == null) { try { wait(timeout); wfdl.wait(timeout); } catch (InterruptedException e) { // Ignore spurious wakeups. } Loading @@ -304,7 +304,7 @@ public class DeviceUtils { if (!device.hasClients()) { try { wait(timeout); wfcl.wait(timeout); } catch (InterruptedException e) { // Ignore spurious wakeups. } Loading