Home
last modified time | relevance | path

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

123

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java147 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccount()
255 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccountExtrasEdge()
312 PhoneAccount.SCHEME_TEL)); in testAccounts()
329 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing()
335 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testDefaultOutgoing()
338 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
351 PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
358 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testDefaultOutgoing()
361 PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
367 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing()
[all …]
DBasicCallTests.java318 Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null)); in testIncomingEmergencyCallback()
383 Uri.fromParts(PhoneAccount.SCHEME_TEL, "650-555-1212", null)); in testIncomingCallFromContactWithSendToVoicemailIsRejected()
433 Uri.fromParts(PhoneAccount.SCHEME_TEL, "650-555-1212", null)); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
485 Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null)); in testIncomingCallFromBlockedNumberIsRejected()
/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/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/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallList.java59 private static Uri SELF_MANAGED_ADDRESS_1 = Uri.fromParts(PhoneAccount.SCHEME_TEL, "555-1212",
121 .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/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java243 Uri uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, connection.getAddress(), null); in addNewUnknownCall()
282 Uri uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, connection.getAddress(), null); in sendIncomingCallIntent()
DTelecomAccountRegistry.java492 .setAddress(Uri.fromParts(PhoneAccount.SCHEME_TEL, line1Number, null)) in buildPstnPhoneAccount()
494 Uri.fromParts(PhoneAccount.SCHEME_TEL, subNumber, null)) in buildPstnPhoneAccount()
500 PhoneAccount.SCHEME_TEL, PhoneAccount.SCHEME_VOICEMAIL)) in buildPstnPhoneAccount()
/packages/services/Telecomm/src/com/android/server/telecom/
DNewOutgoingCallIntentBroadcaster.java168 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, in onReceive()
311 ? PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL; in evaluateCall()
/packages/apps/Dialer/java/com/android/dialer/util/
DCallUtil.java52 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in getCallUri()
/packages/apps/Dialer/java/com/android/dialer/commandline/impl/
DCallCommand.java71 telecomManager.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL); in run()
/packages/apps/Contacts/src/com/android/contacts/
DNonPhoneActivity.java67 if (!PhoneAccount.SCHEME_TEL.equals(scheme)) return null; in getPhoneNumber()
DCallUtil.java139 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in getCallUri()
/packages/apps/Settings/src/com/android/settings/emergency/
DEmergencyActionContentProvider.java109 Uri.fromParts(PhoneAccount.SCHEME_TEL, emergencyNumberUtils.getPoliceNumber(), in placeEmergencyCall()
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DUtils.java111 if (PhoneAccount.SCHEME_TEL.equals(scheme)) { in piiHandle()
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DSpecialCharSequenceMgr.java230 applicationContext, PhoneAccount.SCHEME_TEL)); in handleAdnEntry()
287 TelecomUtil.getDefaultOutgoingPhoneAccount(context, PhoneAccount.SCHEME_TEL)); in handlePinEntry()
/packages/apps/Dialer/java/com/android/incallui/
DLog.java86 if (!PhoneAccount.SCHEME_TEL.equals(uri.getScheme())) { in piiHandle()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallIntentProcessor.java105 if (PhoneAccount.SCHEME_TEL.equals(scheme) && PhoneNumberUtils.isUriNumber(uriString)) { in processOutgoingCallIntent()
/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()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java585 PhoneAccount.SCHEME_TEL.equals(callInfo.getHandle().getScheme()); in canRespondViaSms()
640 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, in reloadFromDatabase()

123