Searched refs:MSG_MAS_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance
85 static final int MSG_MAS_DISCONNECTED = 1002; field in MceStateMachine606 case MSG_MAS_DISCONNECTED: in processMessage()698 case MSG_MAS_DISCONNECTED: in processMessage()1240 case MSG_MAS_DISCONNECTED: in processMessage()1277 case MSG_MAS_DISCONNECTED: in getMessageName()
168 mCallback.sendMessage(MceStateMachine.MSG_MAS_DISCONNECTED); in disconnect()
277 Message msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_DISCONNECTED); in testStateTransitionFromConnectingToDisconnected()333 msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_DISCONNECTED); in testStateTransitionFromConnectedWithMasDisconnected()393 mMceStateMachine.sendMessage(MceStateMachine.MSG_MAS_DISCONNECTED); in testDisconnect()