Loading framework/java/android/bluetooth/BluetoothA2dp.java +4 −2 Original line number Diff line number Diff line Loading @@ -224,8 +224,10 @@ public final class BluetoothA2dp implements BluetoothProfile { if (VDBG) Log.d(TAG, "Unbinding service..."); try { mServiceLock.writeLock().lock(); if (mService != null) { mService = null; mContext.unbindService(mConnection); } } catch (Exception re) { Log.e(TAG, "", re); } finally { Loading framework/java/android/bluetooth/BluetoothHidHost.java +4 −2 Original line number Diff line number Diff line Loading @@ -233,8 +233,10 @@ public final class BluetoothHidHost implements BluetoothProfile { if (VDBG) Log.d(TAG, "Unbinding service..."); synchronized (mConnection) { try { if (mService != null) { mService = null; mContext.unbindService(mConnection); } } catch (Exception re) { Log.e(TAG, "", re); } Loading framework/java/android/bluetooth/BluetoothPbap.java +4 −2 Original line number Diff line number Diff line Loading @@ -121,8 +121,10 @@ public class BluetoothPbap implements BluetoothProfile { log("Unbinding service..."); synchronized (mConnection) { try { if (mService != null) { mService = null; mContext.unbindService(mConnection); } } catch (Exception re) { Log.e(TAG, "", re); } Loading Loading
framework/java/android/bluetooth/BluetoothA2dp.java +4 −2 Original line number Diff line number Diff line Loading @@ -224,8 +224,10 @@ public final class BluetoothA2dp implements BluetoothProfile { if (VDBG) Log.d(TAG, "Unbinding service..."); try { mServiceLock.writeLock().lock(); if (mService != null) { mService = null; mContext.unbindService(mConnection); } } catch (Exception re) { Log.e(TAG, "", re); } finally { Loading
framework/java/android/bluetooth/BluetoothHidHost.java +4 −2 Original line number Diff line number Diff line Loading @@ -233,8 +233,10 @@ public final class BluetoothHidHost implements BluetoothProfile { if (VDBG) Log.d(TAG, "Unbinding service..."); synchronized (mConnection) { try { if (mService != null) { mService = null; mContext.unbindService(mConnection); } } catch (Exception re) { Log.e(TAG, "", re); } Loading
framework/java/android/bluetooth/BluetoothPbap.java +4 −2 Original line number Diff line number Diff line Loading @@ -121,8 +121,10 @@ public class BluetoothPbap implements BluetoothProfile { log("Unbinding service..."); synchronized (mConnection) { try { if (mService != null) { mService = null; mContext.unbindService(mConnection); } } catch (Exception re) { Log.e(TAG, "", re); } Loading