Home
last modified time | relevance | path

Searched refs:getNumActiveCall (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetPhoneState.java179 int getNumActiveCall() { in getNumActiveCall() method in HeadsetPhoneState
H A DHeadsetSystemInterface.java349 return ((mHeadsetPhoneState.getNumActiveCall() > 0) || (mHeadsetPhoneState.getNumHeldCall() in isInCall()
H A DHeadsetStateMachine.java1741 call = phoneState.getNumActiveCall(); in processAtCind()