Loading android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetServiceTest.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1289,6 +1289,7 @@ public class HeadsetServiceTest { mCurrentDevice, mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED, BluetoothProfile.STATE_DISCONNECTED, BluetoothProfile.STATE_CONNECTED); BluetoothProfile.STATE_CONNECTED); mHeadsetService.setActiveDevice(mCurrentDevice); when(mStateMachines.get(mCurrentDevice).getHfpCallAudioPolicy()) when(mStateMachines.get(mCurrentDevice).getHfpCallAudioPolicy()) .thenReturn( .thenReturn( Loading Loading
android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetServiceTest.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1289,6 +1289,7 @@ public class HeadsetServiceTest { mCurrentDevice, mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED, BluetoothProfile.STATE_DISCONNECTED, BluetoothProfile.STATE_CONNECTED); BluetoothProfile.STATE_CONNECTED); mHeadsetService.setActiveDevice(mCurrentDevice); when(mStateMachines.get(mCurrentDevice).getHfpCallAudioPolicy()) when(mStateMachines.get(mCurrentDevice).getHfpCallAudioPolicy()) .thenReturn( .thenReturn( Loading