Loading android/app/tests/unit/src/com/android/bluetooth/mapclient/MapClientStateMachineTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -362,7 +362,7 @@ public class MapClientStateMachineTest { // Send an empty notification event, verify the mMceStateMachine is still connected Message notification = Message.obtain(mHandler, MceStateMachine.MSG_NOTIFICATION); mMceStateMachine.getCurrentState().processMessage(msg); mMceStateMachine.getCurrentState().processMessage(notification); Assert.assertEquals(BluetoothProfile.STATE_CONNECTED, mMceStateMachine.getState()); } Loading Loading
android/app/tests/unit/src/com/android/bluetooth/mapclient/MapClientStateMachineTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -362,7 +362,7 @@ public class MapClientStateMachineTest { // Send an empty notification event, verify the mMceStateMachine is still connected Message notification = Message.obtain(mHandler, MceStateMachine.MSG_NOTIFICATION); mMceStateMachine.getCurrentState().processMessage(msg); mMceStateMachine.getCurrentState().processMessage(notification); Assert.assertEquals(BluetoothProfile.STATE_CONNECTED, mMceStateMachine.getState()); } Loading