Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java198 public void onClip() { in onClip() method in HfpNativeInterfaceTest
200 mNativeInterface.onClip(number, TEST_DEVICE_ADDRESS); in onClip()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java549 void onClip(String number, byte[] address) { in onClip() method in NativeInterface