Searched refs:MSG_MAS_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance
122 Message msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_DISCONNECTED); in testStateTransitionFromConnectingToDisconnected()174 msg = Message.obtain(mHandler, MceStateMachine.MSG_MAS_DISCONNECTED); in testStateTransitionFromConnectedWithMasDisconnected()
87 static final int MSG_MAS_DISCONNECTED = 1002; field in MceStateMachine468 case MSG_MAS_DISCONNECTED: in processMessage()525 case MSG_MAS_DISCONNECTED: in processMessage()916 case MSG_MAS_DISCONNECTED: in processMessage()
170 mCallback.sendMessage(MceStateMachine.MSG_MAS_DISCONNECTED); in disconnect()