Searched refs:ID_CONNECT_RESP (Results 1 – 7 of 7) sorted by relevance
24 import static com.android.bluetooth.sap.SapMessage.ID_CONNECT_RESP;186 sapMsg.getMsgType() == ID_CONNECT_RESP in onConnectRequest_whenStateIsConnected_sendsErrorConnectionClientMessage()202 sapMsg.getMsgType() == ID_CONNECT_RESP in onConnectRequest_whenStateIsCallOngoing_sendsErrorConnectionClientMessage()350 when(msg.getMsgType()).thenReturn(ID_CONNECT_RESP); in handleRfcommReply_connectRespMsg_whenInCallOngoingState()362 when(msg.getMsgType()).thenReturn(ID_CONNECT_RESP); in handleRfcommReply_connectRespMsg_whenNotInCallOngoingState_okStatus()374 when(msg.getMsgType()).thenReturn(ID_CONNECT_RESP); in handleRfcommReply_connectRespMsg_whenNotInCallOngoingState_ongoingCallStatus()388 when(msg.getMsgType()).thenReturn(ID_CONNECT_RESP); in handleRfcommReply_connectRespMsg_whenNotInCallOngoingState_errorStatus()537 when(sapMsg.getMsgType()).thenReturn(ID_CONNECT_RESP); in handleMessage_forRfcReplyMsg_callsHandleRfcommReply()
21 import static com.android.bluetooth.sap.SapMessage.ID_CONNECT_RESP;172 return sapMsg.getMsgType() == ID_CONNECT_RESP in callback_connectResponse()
21 import static com.android.bluetooth.sap.SapMessage.ID_CONNECT_RESP;167 return sapMsg.getMsgType() == ID_CONNECT_RESP in callback_connectResponse()
43 public static final int ID_CONNECT_RESP = 0x01; field in SapMessage957 mMsgType = ID_CONNECT_RESP; in createSolicited()1225 case ID_CONNECT_RESP: in getMsgTypeName()
569 SapMessage reply = new SapMessage(SapMessage.ID_CONNECT_RESP); in onConnectRequest()602 reply = new SapMessage(SapMessage.ID_CONNECT_RESP); in onConnectRequest()805 case SapMessage.ID_CONNECT_RESP: in handleRfcommReply()
231 SapMessage sapMessage = new SapMessage(SapMessage.ID_CONNECT_RESP); in connectResponse()
209 SapMessage sapMessage = new SapMessage(SapMessage.ID_CONNECT_RESP); in connectResponse()