Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceTest.java366 public void getRcPsm() { in getRcPsm() method in AvrcpControllerServiceTest
369 mService.getRcPsm(mRemoteDevice, psm); in getRcPsm()
498 mService.getRcPsm(mRemoteDevice, 1); in dump_doesNotCrash()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java137 void getRcPsm(byte[] address, int psm) { in getRcPsm() method in AvrcpControllerNativeInterface
141 mAvrcpController.getRcPsm(device, psm); in getRcPsm()
DAvrcpControllerService.java470 void getRcPsm(BluetoothDevice device, int psm) { in getRcPsm() method in AvrcpControllerService