Searched refs:dialingCall (Results 1 – 2 of 2) sorted by relevance
480 Call dialingCall = createForegroundCall(); in testAlertingCallClccResponse() local481 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() local501 calls.add(dialingCall); in testHoldingCallClccResponse()502 when(dialingCall.getState()).thenReturn(CallState.DIALING); in testHoldingCallClccResponse()503 when(dialingCall.isIncoming()).thenReturn(false); in testHoldingCallClccResponse()[all …]
779 Call dialingCall = mCallsManager.getOutgoingCall(); in getBluetoothCallStateForUpdate() local793 } else if (dialingCall != null) { in getBluetoothCallStateForUpdate()