Loading android/app/tests/unit/src/com/android/bluetooth/mapclient/MapClientServiceTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ public class MapClientServiceTest { MceStateMachine sm = mock(MceStateMachine.class); mService.getInstanceMap().put(mRemoteDevice, sm); Intent intent = new Intent(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); Intent intent = new Intent(BluetoothDevice.ACTION_SDP_RECORD); intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevice); intent.putExtra(BluetoothProfile.EXTRA_STATE, BluetoothProfile.STATE_DISCONNECTED); intent.putExtra(BluetoothDevice.EXTRA_UUID, BluetoothUuid.MAS); Loading Loading
android/app/tests/unit/src/com/android/bluetooth/mapclient/MapClientServiceTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ public class MapClientServiceTest { MceStateMachine sm = mock(MceStateMachine.class); mService.getInstanceMap().put(mRemoteDevice, sm); Intent intent = new Intent(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); Intent intent = new Intent(BluetoothDevice.ACTION_SDP_RECORD); intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevice); intent.putExtra(BluetoothProfile.EXTRA_STATE, BluetoothProfile.STATE_DISCONNECTED); intent.putExtra(BluetoothDevice.EXTRA_UUID, BluetoothUuid.MAS); Loading