Searched refs:getMsgType (Results 1 – 4 of 4) sorted by relevance
417 SapMessage.getMsgTypeName(request.getMsgType())); in run()433 SapMessage.getMsgTypeName(response.getMsgType())); in run()438 SapMessage.getMsgTypeName(inMsg.getMsgType())); in run()445 && inMsg.getMsgType() == response.getMsgType() in run()507 if(received.getMsgType() != expected.getMsgType()) { in compareSapMessages()509 + received.getMsgType() +" != " + expected.getMsgType()); in compareSapMessages()
719 + SapMessage.getMsgTypeName(sapMsg.getMsgType())); in handleRfcommReply()721 switch(sapMsg.getMsgType()) { in handleRfcommReply()826 switch(sapMsg.getMsgType()) { in handleRilInd()843 + SapMessage.getMsgTypeName(sapMsg.getMsgType())); in handleRilInd()853 + SapMessage.getMsgTypeName(sapMsg.getMsgType())); in sendRilMessage()875 + SapMessage.getMsgTypeName(msg.getMsgType())); in sendReply()
235 if (sapMsg != null && sapMsg.getMsgType() != SapMessage.INVALID_VALUE) in run()237 if (sapMsg.getMsgType() < SapMessage.ID_RIL_BASE) { in run()
201 public int getMsgType() { in getMsgType() method in SapMessage