Searched refs:dialingCall (Results 1 – 2 of 2) sorted by relevance
531 Call dialingCall = createForegroundCall(); in testAlertingCallClccResponse() local532 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() local553 calls.add(dialingCall); in testHoldingCallClccResponse()554 when(dialingCall.getState()).thenReturn(CallState.DIALING); in testHoldingCallClccResponse()555 when(dialingCall.isIncoming()).thenReturn(false); in testHoldingCallClccResponse()[all …]
840 Call dialingCall = mCallsManager.getOutgoingCall(); in getBluetoothCallStateForUpdate() local855 } else if (dialingCall != null) { in getBluetoothCallStateForUpdate()