Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedGsmCallState.java67 createOutgoingCall(String number) { in createOutgoingCall() method in CallInfo
725 mCalls[freeSlot] = CallInfo.createOutgoingCall(phNum); in onDial()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java1038 BluetoothCall outgoingCall = createOutgoingCall(); in testOnCallStateChangedAlerting()
1192 private BluetoothCall createOutgoingCall() { in createOutgoingCall() method in BluetoothInCallServiceTest