Merge "Preload2: Fix object to sync on" am: de38445284

am: dcb4956ad1

* commit 'dcb4956ad18350428e72d152efc2dc84c16b5f8d':
  Preload2: Fix object to sync on
This commit is contained in:
Andreas Gampe
2016-02-23 01:38:40 +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.
}