Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DSapServerTest.java417 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java715 + 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()
DSapMessage.java372 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