Home
last modified time | relevance | path

Searched refs:getMsgTypeName (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapServer.java798 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()
H A DSapRilReceiver.java63 reqType == null ? "null" : SapMessage.getMsgTypeName(reqType))); in removeOngoingReqAndSendMessage()
133 : SapMessage.getMsgTypeName(reqType))); in powerResponse()
H A DSapMessage.java399 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