Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DNativeInterface.java200 public boolean queryCurrentCalls(byte[] address) { in queryCurrentCalls() method in NativeInterface
H A DHeadsetClientStateMachine.java365 mNativeInterface.queryCurrentCalls(getByteAddress(mCurrentDevice)); in queryCallsStart()