Merge "Preload2: Fix object to sync on"

am: de38445284

* commit 'de384452846c1f84ce9d88b470f0ca5129446055':
  Preload2: Fix object to sync on
This commit is contained in:
Andreas Gampe
2016-02-22 18:11:00 +00:00
committed by android-build-merger

View File

@@ -285,7 +285,7 @@ public class DeviceUtils {
if (device == null) {
try {
wait(timeout);
wfdl.wait(timeout);
} catch (InterruptedException e) {
// Ignore spurious wakeups.
}
@@ -304,7 +304,7 @@ public class DeviceUtils {
if (!device.hasClients()) {
try {
wait(timeout);
wfcl.wait(timeout);
} catch (InterruptedException e) {
// Ignore spurious wakeups.
}