Home
last modified time | relevance | path

Searched refs:getMsgType (Results 1 – 4 of 4) 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()
445 && inMsg.getMsgType() == response.getMsgType() in run()
507 if(received.getMsgType() != expected.getMsgType()) { in compareSapMessages()
509 + received.getMsgType() +" != " + expected.getMsgType()); in compareSapMessages()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java719 + 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()
DSapRilReceiver.java235 if (sapMsg != null && sapMsg.getMsgType() != SapMessage.INVALID_VALUE) in run()
237 if (sapMsg.getMsgType() < SapMessage.ID_RIL_BASE) { in run()
DSapMessage.java201 public int getMsgType() { in getMsgType() method in SapMessage