Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java855 int numHeldCalls = mCallInfo.getNumHeldCalls(); in updateHeadsetWithCallState()
1096 public int getNumHeldCalls() { in getNumHeldCalls() method in BluetoothInCallService.CallInfo
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java133 doReturn(0).when(mMockCallInfo).getNumHeldCalls(); in setUp()
1085 doReturn(2).when(mMockCallInfo).getNumHeldCalls(); in testOnCallStateChangedGSMSwap()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManager.java3446 public int getNumHeldCalls() {