/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | CallDomainSelectionTestOnMockModem.java | 221 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 …]
|
D | ImsCallingTestOnMockModem.java | 210 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
|
D | EmergencyCallDomainSelectionTestOnMockModem.java | 974 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
|
D | DomainSelectionCrossSimRedialingTestOnMockModem.java | 315 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/ |
D | CtsSelfManagedConnectionServiceControl.java | 105 public boolean placeOutgoingCall(PhoneAccountHandle handle, String uri) { 106 return mConnServiceCallController.placeOutgoingCall(mTelecomManager, handle, uri);
|
D | ConnectionServiceCallController.java | 91 public boolean placeOutgoingCall(TelecomManager telecomManager, in placeOutgoingCall() method in ConnectionServiceCallController
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | DomainSelectionServiceTestOnMockModem.java | 229 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/ |
D | ICtsSelfManagedConnectionServiceControl.aidl | 34 boolean placeOutgoingCall(in PhoneAccountHandle handle, in String uri); in placeOutgoingCall() method
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | SelfManagedConnectionServiceTest.java | 434 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 …]
|
D | ThirdPartyCallScreeningServiceTest.java | 244 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
|
D | NonUiInCallServiceTest.java | 139 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, in testMidCallComponentEnablementWithNoneAvailableAtStart()
|
D | DefaultPhoneAccountTest.java | 367 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, handle, address); in placeAndVerifySelfManagedCall()
|
D | TestUtils.java | 762 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/ |
D | SelfManagedAwareInCallServiceTest.java | 128 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, TEST_SELF_MANAGED_HANDLE, in testInCallServiceOutgoing() 175 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, TEST_SELF_MANAGED_HANDLE, in testSelfManagedSignalling()
|