HomeSort by relevance Sort by last modified time
    Searched refs:getMsgTypeName (Results 1 - 3 of 3) 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()));
559 Log.i(TAG,"Received message with type: " + SapMessage.getMsgTypeName(requestType));
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapServer.java 703 + SapMessage.getMsgTypeName(sapMsg.getMsgType()));
    [all...]
SapMessage.java 372 if(DEBUG) Log.i(TAG, "readMessage() Read message: " + getMsgTypeName(requestType));
    [all...]

Completed in 696 milliseconds