Loading core/java/android/server/BluetoothBondState.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -79,7 +79,6 @@ class BluetoothBondState { mService = service; mService = service; mBluetoothInputProfileHandler = mBluetoothInputProfileHandler = BluetoothInputProfileHandler.getInstance(mContext, mService); BluetoothInputProfileHandler.getInstance(mContext, mService); getProfileProxy(); } } synchronized void setPendingOutgoingBonding(String address) { synchronized void setPendingOutgoingBonding(String address) { Loading Loading @@ -109,6 +108,7 @@ class BluetoothBondState { mState.put(mService.getAddressFromObjectPath(device).toUpperCase(), mState.put(mService.getAddressFromObjectPath(device).toUpperCase(), BluetoothDevice.BOND_BONDED); BluetoothDevice.BOND_BONDED); } } getProfileProxy(); } } public synchronized void setBondState(String address, int state) { public synchronized void setBondState(String address, int state) { Loading Loading
core/java/android/server/BluetoothBondState.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -79,7 +79,6 @@ class BluetoothBondState { mService = service; mService = service; mBluetoothInputProfileHandler = mBluetoothInputProfileHandler = BluetoothInputProfileHandler.getInstance(mContext, mService); BluetoothInputProfileHandler.getInstance(mContext, mService); getProfileProxy(); } } synchronized void setPendingOutgoingBonding(String address) { synchronized void setPendingOutgoingBonding(String address) { Loading Loading @@ -109,6 +108,7 @@ class BluetoothBondState { mState.put(mService.getAddressFromObjectPath(device).toUpperCase(), mState.put(mService.getAddressFromObjectPath(device).toUpperCase(), BluetoothDevice.BOND_BONDED); BluetoothDevice.BOND_BONDED); } } getProfileProxy(); } } public synchronized void setBondState(String address, int state) { public synchronized void setBondState(String address, int state) { Loading