Loading src/com/android/bluetooth/btservice/bluetoothKeystore/BluetoothKeystoreService.java +3 −1 Original line number Diff line number Diff line Loading @@ -303,8 +303,10 @@ public class BluetoothKeystoreService { stopThread(); startThread(); // Initialize native interface if (mBluetoothKeystoreNativeInterface != null) { mBluetoothKeystoreNativeInterface.init(); } } private boolean isAvailable() { return !mCleaningUp; Loading Loading
src/com/android/bluetooth/btservice/bluetoothKeystore/BluetoothKeystoreService.java +3 −1 Original line number Diff line number Diff line Loading @@ -303,8 +303,10 @@ public class BluetoothKeystoreService { stopThread(); startThread(); // Initialize native interface if (mBluetoothKeystoreNativeInterface != null) { mBluetoothKeystoreNativeInterface.init(); } } private boolean isAvailable() { return !mCleaningUp; Loading