HomeSort by relevance Sort by last modified time
    Searched refs:getMsgType (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SapServerTest.java 417 SapMessage.getMsgTypeName(request.getMsgType()));
433 SapMessage.getMsgTypeName(response.getMsgType()));
438 SapMessage.getMsgTypeName(inMsg.getMsgType()));
445 && inMsg.getMsgType() == response.getMsgType()
507 if(received.getMsgType() != expected.getMsgType()) {
508 Log.i(TAG, "received.getMsgType() != expected.getMsgType() "
509 + received.getMsgType() +" != " + expected.getMsgType())
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapRilReceiver.java 235 if (sapMsg != null && sapMsg.getMsgType() != SapMessage.INVALID_VALUE)
237 if (sapMsg.getMsgType() < SapMessage.ID_RIL_BASE) {
SapServer.java 703 + SapMessage.getMsgTypeName(sapMsg.getMsgType()));
705 switch(sapMsg.getMsgType()) {
    [all...]
SapMessage.java 201 public int getMsgType() {
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapEventReport.java 163 public BluetoothMapBmessage.Type getMsgType() {

Completed in 87 milliseconds