Home
last modified time | relevance | path

Searched refs:dialingCall (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java550 BluetoothCall dialingCall = createForegroundCall(); in testAlertingCallClccResponse() local
551 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() local
574 calls.add(dialingCall); in testHoldingCallClccResponse()
575 mBluetoothInCallService.onCallAdded(dialingCall); in testHoldingCallClccResponse()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java921 BluetoothCall dialingCall = mCallInfo.getOutgoingCall(); in getBluetoothCallStateForUpdate() local
936 } else if (!mCallInfo.isNullCall(dialingCall)) { in getBluetoothCallStateForUpdate()