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.java288 AvrcpControllerService.hexStringToByteUID(uid)); in processMessage()
315 AvrcpControllerService.hexStringToByteUID(playItemUid), (int) 0); in processMessage()
735 AvrcpControllerService.hexStringToByteUID(null)); in processMessage()
826 AvrcpControllerService.hexStringToByteUID(mPlayItemId), (int) 0); in processMessage()
DAvrcpControllerService.java1094 public static byte[] hexStringToByteUID(String uidStr) { in hexStringToByteUID() method in AvrcpControllerService