Searched refs:MSG_MAS_SDP_DONE (Results 1 – 2 of 2) sorted by relevance
88 static final int MSG_MAS_SDP_DONE = 1005; field in MceStateMachine331 sendMessage(MceStateMachine.MSG_MAS_SDP_DONE, record); in sendSdpResult()561 case MSG_MAS_SDP_DONE: in processMessage()1283 case MSG_MAS_SDP_DONE: in getMessageName()
269 connectedSm.sendMessage(MceStateMachine.MSG_MAS_SDP_DONE, mock(SdpMasRecord.class)); in disconnect_doesNotCleanUpNewStateMachineOfSameDevice()