Searched refs:getMsgTypeName (Results 1 – 3 of 3) sorted by relevance
417 SapMessage.getMsgTypeName(request.getMsgType())); in run()433 SapMessage.getMsgTypeName(response.getMsgType())); in run()438 SapMessage.getMsgTypeName(inMsg.getMsgType())); in run()559 Log.i(TAG,"Received message with type: " + SapMessage.getMsgTypeName(requestType)); in readSapMessage()
715 + SapMessage.getMsgTypeName(sapMsg.getMsgType())); in handleRfcommReply()831 + SapMessage.getMsgTypeName(sapMsg.getMsgType())); in handleRilInd()841 + SapMessage.getMsgTypeName(sapMsg.getMsgType())); in sendRilMessage()863 + SapMessage.getMsgTypeName(msg.getMsgType())); in sendReply()
372 if(DEBUG) Log.i(TAG, "readMessage() Read message: " + getMsgTypeName(requestType)); in readMessage()926 + " SapReqType: " + ((reqType== null)?"null":getMsgTypeName(reqType))); in createSolicited()1207 public static String getMsgTypeName(int msgType) { in getMsgTypeName() method in SapMessage