Searched refs:getMsgTypeName (Results 1 – 3 of 3) sorted by relevance
798 Log.i(TAG_HANDLER, "handleRfcommReply() handling " + SapMessage.getMsgTypeName( in handleRfcommReply()934 Log.w(TAG_HANDLER, "Unhandled message - type: " + SapMessage.getMsgTypeName( in handleRilInd()947 "sendRilMessage() - " + SapMessage.getMsgTypeName(sapMsg.getMsgType())); in sendRilMessage()983 "sendReply() RFCOMM - " + SapMessage.getMsgTypeName(msg.getMsgType())); in sendReply()
63 reqType == null ? "null" : SapMessage.getMsgTypeName(reqType))); in removeOngoingReqAndSendMessage()133 : SapMessage.getMsgTypeName(reqType))); in powerResponse()
399 Log.i(TAG, "readMessage() Read message: " + getMsgTypeName(requestType)); in readMessage()930 (reqType == null) ? "null" : getMsgTypeName(reqType))); in createSolicited()1204 public static String getMsgTypeName(int msgType) { in getMsgTypeName() method in SapMessage