Searched refs:onCurrentCalls (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/ |
D | HfpNativeInterfaceTest.java | 220 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/ |
D | NativeInterface.java | 577 void onCurrentCalls(int index, int dir, int state, int mparty, String number, byte[] address) { in onCurrentCalls() method in NativeInterface
|