Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java295 public void onRingIndication() { in onRingIndication() method in HfpNativeInterfaceTest
296 mNativeInterface.onRingIndication(TEST_DEVICE_ADDRESS); in onRingIndication()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java661 void onRingIndication(byte[] address) { in onRingIndication() method in NativeInterface