Searched refs:dialingCall (Results 1 – 2 of 2) sorted by relevance
481 Call dialingCall = createForegroundCall(); in testAlertingCallClccResponse() local482 calls.add(dialingCall); in testAlertingCallClccResponse()483 when(dialingCall.getState()).thenReturn(CallState.DIALING); in testAlertingCallClccResponse()484 when(dialingCall.isIncoming()).thenReturn(false); in testAlertingCallClccResponse()485 when(dialingCall.isConference()).thenReturn(false); in testAlertingCallClccResponse()486 when(dialingCall.getGatewayInfo()).thenReturn(new GatewayInfo(null, null, in testAlertingCallClccResponse()501 Call dialingCall = createForegroundCall(); in testHoldingCallClccResponse() local502 calls.add(dialingCall); in testHoldingCallClccResponse()503 when(dialingCall.getState()).thenReturn(CallState.DIALING); in testHoldingCallClccResponse()504 when(dialingCall.isIncoming()).thenReturn(false); in testHoldingCallClccResponse()[all …]
818 Call dialingCall = mCallsManager.getOutgoingCall(); in getBluetoothCallStateForUpdate() local832 } else if (dialingCall != null) { in getBluetoothCallStateForUpdate()