Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java277 public void onInBandRing() { in onInBandRing() method in HfpNativeInterfaceTest
279 mNativeInterface.onInBandRing(inBand, TEST_DEVICE_ADDRESS); in onInBandRing()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java642 void onInBandRing(int inBand, byte[] address) { in onInBandRing() method in NativeInterface