Home
last modified time | relevance | path

Searched refs:handleChangeFolderRsp (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java299 void handleChangeFolderRsp(byte[] address, int count) { in handleChangeFolderRsp() method in AvrcpControllerNativeInterface
303 mAvrcpController.handleChangeFolderRsp(device, count); in handleChangeFolderRsp()
DAvrcpControllerService.java644 void handleChangeFolderRsp(BluetoothDevice device, int count) { in handleChangeFolderRsp() method in AvrcpControllerService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceTest.java288 public void handleChangeFolderRsp() { in handleChangeFolderRsp() method in AvrcpControllerServiceTest
291 mService.handleChangeFolderRsp(mRemoteDevice, count); in handleChangeFolderRsp()