Loading src/com/android/bluetooth/opp/BluetoothOppTransfer.java +7 −4 Original line number Diff line number Diff line Loading @@ -428,12 +428,15 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch if (V) Log.v(TAG, "Stop mSession"); mSession.stop(); } // Prevent concurrent access synchronized (this) { if (mHandlerThread != null) { mHandlerThread.getLooper().quit(); mHandlerThread.quit(); mHandlerThread.interrupt(); mHandlerThread = null; } } } private void startObexSession() { Loading Loading
src/com/android/bluetooth/opp/BluetoothOppTransfer.java +7 −4 Original line number Diff line number Diff line Loading @@ -428,12 +428,15 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch if (V) Log.v(TAG, "Stop mSession"); mSession.stop(); } // Prevent concurrent access synchronized (this) { if (mHandlerThread != null) { mHandlerThread.getLooper().quit(); mHandlerThread.quit(); mHandlerThread.interrupt(); mHandlerThread = null; } } } private void startObexSession() { Loading