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.java480 Call dialingCall = createForegroundCall(); in testAlertingCallClccResponse() local
481 calls.add(dialingCall); in testAlertingCallClccResponse()
482 when(dialingCall.getState()).thenReturn(CallState.DIALING); in testAlertingCallClccResponse()
483 when(dialingCall.isIncoming()).thenReturn(false); in testAlertingCallClccResponse()
484 when(dialingCall.isConference()).thenReturn(false); in testAlertingCallClccResponse()
485 when(dialingCall.getGatewayInfo()).thenReturn(new GatewayInfo(null, null, in testAlertingCallClccResponse()
500 Call dialingCall = createForegroundCall(); in testHoldingCallClccResponse() local
501 calls.add(dialingCall); in testHoldingCallClccResponse()
502 when(dialingCall.getState()).thenReturn(CallState.DIALING); in testHoldingCallClccResponse()
503 when(dialingCall.isIncoming()).thenReturn(false); in testHoldingCallClccResponse()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java779 Call dialingCall = mCallsManager.getOutgoingCall(); in getBluetoothCallStateForUpdate() local
793 } else if (dialingCall != null) { in getBluetoothCallStateForUpdate()