Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java187 public void onRespAndHold() { in onRespAndHold() method in HfpNativeInterfaceTest
189 mNativeInterface.onRespAndHold(respAndHold, TEST_DEVICE_ADDRESS); in onRespAndHold()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java535 void onRespAndHold(int respAndHold, byte[] address) { in onRespAndHold() method in NativeInterface