Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
H A DHeadsetTestUtils.java118 verify(headsetPhoneState, timeout(timeoutMs).times(1)).setNumActiveCall( in verifyPhoneStateChangeSetters()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetPhoneState.java184 public void setNumActiveCall(int numActive) { in setNumActiveCall() method in HeadsetPhoneState
H A DHeadsetService.java1625 mSystemInterface.getHeadsetPhoneState().setNumActiveCall(numActive); in phoneStateChanged()