Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java220 public void onCurrentCalls() { in onCurrentCalls() method in HfpNativeInterfaceTest
226 mNativeInterface.onCurrentCalls(index, dir, state, mparty, number, TEST_DEVICE_ADDRESS); in onCurrentCalls()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java577 void onCurrentCalls(int index, int dir, int state, int mparty, String number, byte[] address) { in onCurrentCalls() method in NativeInterface