Searched refs:MSG_MAS_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance
171 Message msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_DISCONNECTED); in testStateTransitionFromConnectingToDisconnected()226 msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_DISCONNECTED); in testStateTransitionFromConnectedWithMasDisconnected()290 mMceStateMachine.sendMessage(MceStateMachine.MSG_MAS_DISCONNECTED); in testDisconnect()
90 static final int MSG_MAS_DISCONNECTED = 1002; field in MceStateMachine484 case MSG_MAS_DISCONNECTED: in processMessage()551 case MSG_MAS_DISCONNECTED: in processMessage()957 case MSG_MAS_DISCONNECTED: in processMessage()
170 mCallback.sendMessage(MceStateMachine.MSG_MAS_DISCONNECTED); in disconnect()