Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java531 Call dialingCall = createForegroundCall(); in testAlertingCallClccResponse() local
532 calls.add(dialingCall); in testAlertingCallClccResponse()
533 when(dialingCall.getState()).thenReturn(CallState.DIALING); in testAlertingCallClccResponse()
534 when(dialingCall.isIncoming()).thenReturn(false); in testAlertingCallClccResponse()
535 when(dialingCall.isConference()).thenReturn(false); in testAlertingCallClccResponse()
536 when(dialingCall.getGatewayInfo()).thenReturn(new GatewayInfo(null, null, in testAlertingCallClccResponse()
552 Call dialingCall = createForegroundCall(); in testHoldingCallClccResponse() local
553 calls.add(dialingCall); in testHoldingCallClccResponse()
554 when(dialingCall.getState()).thenReturn(CallState.DIALING); in testHoldingCallClccResponse()
555 when(dialingCall.isIncoming()).thenReturn(false); in testHoldingCallClccResponse()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java840 Call dialingCall = mCallsManager.getOutgoingCall(); in getBluetoothCallStateForUpdate() local
855 } else if (dialingCall != null) { in getBluetoothCallStateForUpdate()