Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java165 public void onCallSetup() { in onCallSetup() method in HfpNativeInterfaceTest
167 mNativeInterface.onCallSetup(callsetup, TEST_DEVICE_ADDRESS); in onCallSetup()
178 mNativeInterface.onCallSetup(callheld, TEST_DEVICE_ADDRESS); in onCallHeld()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java500 void onCallSetup(int callsetup, byte[] address) { in onCallSetup() method in NativeInterface