Home
last modified time | relevance | path

Searched refs:SCHEME_TEL (Results 1 – 25 of 75) sorted by relevance

123

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java188 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccount()
222 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccountParsing_simultaneousCallingRestriction()
258 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccountParsing_simultaneousCallingRestrictionOnOffFlag()
289 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccountParsing_simultaneousCallingRestrictionOffOnFlag()
403 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccountExtrasEdge()
468 PhoneAccount.SCHEME_TEL)); in testAccounts()
539 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing()
545 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testDefaultOutgoing()
548 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
561 PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
[all …]
/packages/apps/Dialer/java/com/android/dialer/precall/impl/
DMalformedNumberRectifier.java56 if (!PhoneAccount.SCHEME_TEL.equals(builder.getUri().getScheme())) { in runWithoutUi()
64 builder.setUri(Uri.fromParts(PhoneAccount.SCHEME_TEL, result.get(), null)); in runWithoutUi()
DAssistedDialAction.java62 builder.getUri().getScheme().equals(PhoneAccount.SCHEME_TEL) in runWithoutUi()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionServiceTest.java152 .setSupportedUriSchemes(Arrays.asList(PhoneAccount.SCHEME_TEL)) in getPhoneAccount()
279 .setAddress(Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, null)) in onCreateOutgoingConnection()
312 .setAddress(Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, null)) in onCreateUnknownConnection()
381 .setAddress(Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, null)) in onCreateOutgoingConnection_phoneAccountIsNull_returnsNull()
413 .setAddress(Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, null)) in onCreateUnknownConnection_phoneAccountIsNull_returnsNull()
DHfpClientDeviceBlockTest.java170 Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, /* fragment= */ null)); in createOutgoingConnectionWithScoState()
DHfpClientConnectionTest.java95 Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, /* fragment= */ null)); in constructorWithCall()
121 Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, /* fragment= */ null)); in constructorWithNumber()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorSimCallManager.java126 Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null), outgoingCallExtras); in addNewOutgoingCall()
170 .setSupportedUriSchemes(Arrays.asList(PhoneAccount.SCHEME_TEL)) in buildSimCallManagerAccount()
182 .setSupportedUriSchemes(Arrays.asList(PhoneAccount.SCHEME_TEL)) in buildVideoProviderAccount()
DSimulatorConnectionService.java173 return Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null); in getPhoneNumber()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConferenceControllerTest.java135 Uri.fromParts(PhoneAccount.SCHEME_TEL, "Conference Call", null), 0); in testSrvccConferenceConnection()
139 Uri.fromParts(PhoneAccount.SCHEME_TEL, "5551213", null), 0); in testSrvccConferenceConnection()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallList.java64 private static Uri SELF_MANAGED_ADDRESS_1 = Uri.fromParts(PhoneAccount.SCHEME_TEL, "555-1212",
138 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in registerPhoneAccount()
DTestCallRedirectionService.java36 private static final Uri SAMPLE_HANDLE = Uri.fromParts(PhoneAccount.SCHEME_TEL, "0001112222",
DTestConnectionService.java434 Uri.fromParts(PhoneAccount.SCHEME_TEL, getRandomNumber(
482 Uri.fromParts(PhoneAccount.SCHEME_TEL, getRandomNumber(false), null)
/packages/apps/Dialer/java/com/android/dialer/util/
DCallUtil.java52 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in getCallUri()
/packages/apps/Contacts/src/com/android/contacts/
DNonPhoneActivity.java67 if (!PhoneAccount.SCHEME_TEL.equals(scheme)) return null; in getPhoneNumber()
/packages/apps/Settings/src/com/android/settings/emergency/
DEmergencyActionContentProvider.java109 Uri.fromParts(PhoneAccount.SCHEME_TEL, emergencyNumberUtils.getPoliceNumber(), in placeEmergencyCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DMmiUtils.java116 handle.getScheme().equals(PhoneAccount.SCHEME_TEL)); in isTelScheme()
DNewOutgoingCallIntentBroadcaster.java174 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, in onReceive()
327 ? PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL; in evaluateCall()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallIntentProcessor.java108 if (PhoneAccount.SCHEME_TEL.equals(scheme) && PhoneNumberUtils.isUriNumber(uriString)) { in processOutgoingCallIntent()
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java251 Uri uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, connection.getAddress(), null); in addNewUnknownCall()
290 Uri uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, connection.getAddress(), null); in sendIncomingCallIntent()
DConferenceParticipantConnection.java91 address = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in ConferenceParticipantConnection()
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DUtils.java111 if (PhoneAccount.SCHEME_TEL.equals(scheme)) { in piiHandle()
/packages/apps/Dialer/java/com/android/incallui/
DLog.java86 if (!PhoneAccount.SCHEME_TEL.equals(uri.getScheme())) { in piiHandle()
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCarModeDialerActivity.java104 telecomManager.placeCall(Uri.fromParts(PhoneAccount.SCHEME_TEL, in placeCall()
/packages/services/Telephony/tests/src/com/android/phone/tests/
DCallDialTest.java130 uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in fireIntent()
/packages/apps/Dialer/java/com/android/incallui/multisim/
DSwapSimWorker.java120 telecomManager.placeCall(Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null), extras); in doInBackground()

123