Home
last modified time | relevance | path

Searched refs:imsUri (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingTest.java221 final Uri imsUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, String.valueOf(++sCounter), null); in testOutGoingCall() local
225 telecomManager.placeCall(imsUri, extras); in testOutGoingCall()
257 final Uri imsUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, String.valueOf(++sCounter), null); in testOutGoingCallStartFailed() local
261 telecomManager.placeCall(imsUri, extras); in testOutGoingCallStartFailed()
382 final Uri imsUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, String.valueOf(++sCounter), null); in testOutGoingCallForExecutor() local
386 telecomManager.placeCall(imsUri, extras); in testOutGoingCallForExecutor()
418 final Uri imsUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, String.valueOf(++sCounter), null); in testOutGoingCallHoldResume() local
422 telecomManager.placeCall(imsUri, extras); in testOutGoingCallHoldResume()
463 final Uri imsUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, String.valueOf(++sCounter), null); in testOutGoingCallHoldFailure() local
467 telecomManager.placeCall(imsUri, extras); in testOutGoingCallHoldFailure()
[all …]
DImsCallingTestOnMockModem.java528 final Uri imsUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, String.valueOf(++sCounter), null); in placeOutgoingCall() local
532 telecomManager.placeCall(imsUri, extras); in placeOutgoingCall()
DDomainSelectionCrossSimRedialingTestOnMockModem.java331 final Uri imsUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, address, null); in placeOutgoingCall() local
335 telecomManager.placeCall(imsUri, extras); in placeOutgoingCall()
DEmergencyCallDomainSelectionTestOnMockModem.java1299 final Uri imsUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, address, null); in placeOutgoingCall() local
1303 telecomManager.placeCall(imsUri, extras); in placeOutgoingCall()
DImsServiceTest.java2119 Uri imsUri; in testPublishWithImsAssociatedUri() local
2121 imsUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, "0001112222", null); in testPublishWithImsAssociatedUri()
2123 imsUri = Uri.fromParts(PhoneAccount.SCHEME_SIP, "test", null); in testPublishWithImsAssociatedUri()
2127 expectedUriBuilder.append("<contact>").append(imsUri.toString()).append("</contact>"); in testPublishWithImsAssociatedUri()
2187 new Uri[] { imsUri }); in testPublishWithImsAssociatedUri()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionServiceTestOnMockModem.java408 final Uri imsUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, address, null); in placeOutgoingCall() local
412 telecomManager.placeCall(imsUri, extras); in placeOutgoingCall()