Loading src/com/android/settings/bluetooth/CachedBluetoothDevice.java +3 −3 Original line number Diff line number Diff line Loading @@ -142,10 +142,10 @@ public class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice> private static LinkedList<BluetoothJob> workQueue = new LinkedList<BluetoothJob>(); private void queueCommand(BluetoothJob job) { synchronized (workQueue) { if (D) { Log.d(TAG, workQueue.toString()); } synchronized (workQueue) { boolean processNow = pruneQueue(job); // Add job to queue Loading Loading
src/com/android/settings/bluetooth/CachedBluetoothDevice.java +3 −3 Original line number Diff line number Diff line Loading @@ -142,10 +142,10 @@ public class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice> private static LinkedList<BluetoothJob> workQueue = new LinkedList<BluetoothJob>(); private void queueCommand(BluetoothJob job) { synchronized (workQueue) { if (D) { Log.d(TAG, workQueue.toString()); } synchronized (workQueue) { boolean processNow = pruneQueue(job); // Add job to queue Loading