Home
last modified time | relevance | path

Searched refs:placeOutgoingCall (Results 1 – 14 of 14) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DCallDomainSelectionTestOnMockModem.java221 private void placeOutgoingCall(String phoneNumber) { in placeOutgoingCall() method in CallDomainSelectionTestOnMockModem
333 placeOutgoingCall(TEST_DIAL_NUMBER); in testCombinedAttachPsSelected()
395 placeOutgoingCall(TEST_DIAL_NUMBER); in testVoiceCallOverPs()
447 placeOutgoingCall(TEST_DIAL_NUMBER); in testVoiceCallOverCs()
511 placeOutgoingCall(TEST_DIAL_NUMBER); in testVoiceCallOverVoWifi()
571 placeOutgoingCall(TEST_DIAL_NUMBER); in testCallWhenImsForSmsOnlyAndCsfbSupported()
630 placeOutgoingCall(TEST_DIAL_NUMBER); in testCallWhenImsForSmsOnlyAndCsfbNotSupported()
668 placeOutgoingCall(TEST_DIAL_NUMBER); in testVoiceCallInNoService()
707 placeOutgoingCall(TEST_DIAL_NUMBER); in testPsVoiceCallEndedWhenRinging()
756 placeOutgoingCall(TEST_DIAL_NUMBER); in testCsVoiceCallEndedWhenAlerting()
[all …]
DImsCallingTestOnMockModem.java210 Call call = placeOutgoingCall(); in testSrvccActiveCall()
261 Call call = placeOutgoingCall(); in testSendAnbrQuery()
296 Call call = placeOutgoingCall(); in testNotifyAnbr()
438 Call call = placeOutgoingCall(); in testSrvccHoldingCall()
521 private Call placeOutgoingCall() throws Exception { in placeOutgoingCall() method in ImsCallingTestOnMockModem
DEmergencyCallDomainSelectionTestOnMockModem.java974 placeOutgoingCall(TEST_EMERGENCY_NUMBER); in testDefaultWifiImsRegisteredScanTimeoutSelectWifiImsPdn()
1005 placeOutgoingCall(TEST_EMERGENCY_NUMBER); in testDefaultWifiImsRegisteredCellularTimeoutSelectWifiImsPdn()
1036 placeOutgoingCall(TEST_EMERGENCY_NUMBER); in testDefaultCsThenPs()
1097 placeOutgoingCall(TEST_EMERGENCY_NUMBER); in testOutGoingEmergencyCall()
1193 placeOutgoingCall(TEST_EMERGENCY_NUMBER); in verifyCsDialed()
1210 placeOutgoingCall(TEST_EMERGENCY_NUMBER); in verifyPsDialed()
1245 placeOutgoingCall(TEST_EMERGENCY_NUMBER); in verifyScanPreferred()
1295 private void placeOutgoingCall(String address) throws Exception { in placeOutgoingCall() method in EmergencyCallDomainSelectionTestOnMockModem
DDomainSelectionCrossSimRedialingTestOnMockModem.java315 placeOutgoingCall(TEST_EMERGENCY_NUMBER); in testCrossStackSlot0ThenSlot1()
327 private void placeOutgoingCall(String address) throws Exception { in placeOutgoingCall() method in DomainSelectionCrossSimRedialingTestOnMockModem
/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DCtsSelfManagedConnectionServiceControl.java105 public boolean placeOutgoingCall(PhoneAccountHandle handle, String uri) {
106 return mConnServiceCallController.placeOutgoingCall(mTelecomManager, handle, uri);
DConnectionServiceCallController.java91 public boolean placeOutgoingCall(TelecomManager telecomManager, in placeOutgoingCall() method in ConnectionServiceCallController
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionServiceTestOnMockModem.java229 Call call = placeOutgoingCall(TEST_EMERGENCY_NUMBER); in testDomainSelectionServiceEmergencyCallCanceled()
254 placeOutgoingCall(TEST_EMERGENCY_NUMBER); in testDomainSelectionServiceEmergencyCallTerminateSelection()
276 placeOutgoingCall(TEST_EMERGENCY_NUMBER); in testDomainSelectionServiceEmergencyCallReselectDomain()
319 placeOutgoingCall(TEST_EMERGENCY_NUMBER); in testDomainSelectionServiceEmergencyCall()
363 placeOutgoingCall(TEST_EMERGENCY_NUMBER); in testDomainSelectionServiceEmergencyNetworkScan()
401 private Call placeOutgoingCall(String address) throws Exception { in placeOutgoingCall() method in DomainSelectionServiceTestOnMockModem
/cts/tests/tests/telecom/aidl/android/telecom/cts/selfmanagedcstestapp/
DICtsSelfManagedConnectionServiceControl.aidl34 boolean placeOutgoingCall(in PhoneAccountHandle handle, in String uri); in placeOutgoingCall() method
/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java434 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
456 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testOutgoingCallRejectedByRemoteParty()
541 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testVideoCallStateDowngradeToAudio()
652 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, handle, address); in placeAndVerifyOutgoingCall()
1036 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testAudioRoute()
1095 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testIncomingWhileOngoingWithinLimit()
1208 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testCallLimit()
1242 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testDisconnectSelfManagedCallForEmergency()
1293 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testEmergencyCallOngoingNewOutgoingCall()
1343 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testPlaceCallToNonRegisteredSelfManagedConnectionService()
[all …]
DThirdPartyCallScreeningServiceTest.java244 placeOutgoingCall(false /* addContact */); in testHasPermissionAndNoContactOutgoing()
256 placeOutgoingCall(false /* addContact */); in testNoPermissionAndNoContactOutgoing()
267 placeOutgoingCall(true /* addCountact */); in testHasPermissionAndHasContactOutgoing()
278 placeOutgoingCall(true /* addCountact */); in testNoPermissionAndHasContactOutgoing()
377 private void placeOutgoingCall(boolean addContact) throws Exception { in placeOutgoingCall() method in ThirdPartyCallScreeningServiceTest
DNonUiInCallServiceTest.java139 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testMidCallComponentEnablementWithNoneAvailableAtStart()
DDefaultPhoneAccountTest.java367 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, handle, address); in placeAndVerifySelfManagedCall()
DTestUtils.java762 public static void placeOutgoingCall(Instrumentation instrumentation, in placeOutgoingCall() method in TestUtils
765 placeOutgoingCall(instrumentation, telecomManager, handle, address, in placeOutgoingCall()
777 public static void placeOutgoingCall(Instrumentation instrumentation, in placeOutgoingCall() method in TestUtils
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java128 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, TEST_SELF_MANAGED_HANDLE, in testInCallServiceOutgoing()
175 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, TEST_SELF_MANAGED_HANDLE, in testSelfManagedSignalling()