Searched refs:dialingCall (Results 1 – 2 of 2) sorted by relevance
550 BluetoothCall dialingCall = createForegroundCall(); in testAlertingCallClccResponse() local551 calls.add(dialingCall); in testAlertingCallClccResponse()552 mBluetoothInCallService.onCallAdded(dialingCall); in testAlertingCallClccResponse()554 when(dialingCall.getState()).thenReturn(Call.STATE_DIALING); in testAlertingCallClccResponse()555 when(dialingCall.isIncoming()).thenReturn(false); in testAlertingCallClccResponse()556 when(dialingCall.isConference()).thenReturn(false); in testAlertingCallClccResponse()557 when(dialingCall.getGatewayInfo()).thenReturn( in testAlertingCallClccResponse()573 BluetoothCall dialingCall = createForegroundCall(); in testHoldingCallClccResponse() local574 calls.add(dialingCall); in testHoldingCallClccResponse()575 mBluetoothInCallService.onCallAdded(dialingCall); in testHoldingCallClccResponse()[all …]
921 BluetoothCall dialingCall = mCallInfo.getOutgoingCall(); in getBluetoothCallStateForUpdate() local936 } else if (!mCallInfo.isNullCall(dialingCall)) { in getBluetoothCallStateForUpdate()