Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java104 assertThat(mMockCallInfo.getNumHeldCalls()).isEqualTo(1); in getHeldCall()
DBluetoothInCallServiceTest.java152 doReturn(0).when(mMockCallInfo).getNumHeldCalls(); in setUp()
1568 doReturn(2).when(mMockCallInfo).getNumHeldCalls(); in testOnCallStateChangedGSMSwap()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1192 int numHeldCalls = mCallInfo.getNumHeldCalls(); in updateHeadsetWithCallState()
1453 public int getNumHeldCalls() { in getNumHeldCalls() method in BluetoothInCallService.CallInfo
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java4403 public int getNumHeldCalls() {