Loading android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java +1 −1 Original line number Diff line number Diff line Loading @@ -2009,7 +2009,7 @@ public class HeadsetStateMachine extends StateMachine { return; } if (device != mDevice) { if (!mDevice.equals(device)) { Log.e(TAG, "processAndroidAtSetAudioPolicy(): argument device " + device + " doesn't match mDevice " + mDevice); return; Loading Loading
android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java +1 −1 Original line number Diff line number Diff line Loading @@ -2009,7 +2009,7 @@ public class HeadsetStateMachine extends StateMachine { return; } if (device != mDevice) { if (!mDevice.equals(device)) { Log.e(TAG, "processAndroidAtSetAudioPolicy(): argument device " + device + " doesn't match mDevice " + mDevice); return; Loading