Home
last modified time | relevance | path

Searched refs:hexStringToByteUID (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java276 AvrcpControllerService.hexStringToByteUID(uid)); in processMessage()
302 AvrcpControllerService.hexStringToByteUID(playItemUid), in processMessage()
807 AvrcpControllerService.hexStringToByteUID(null)); in processMessage()
932 (byte) mScope, AvrcpControllerService.hexStringToByteUID(mPlayItemId), in processMessage()
DAvrcpControllerService.java1080 public static byte[] hexStringToByteUID(String uidStr) { in hexStringToByteUID() method in AvrcpControllerService