Home
last modified time | relevance | path

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

12

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java112 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccount()
142 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccountExtrasEdge()
198 PhoneAccount.SCHEME_TEL)); in testAccounts()
214 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing()
220 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testDefaultOutgoing()
223 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
236 PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
243 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testDefaultOutgoing()
246 PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
252 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing()
DBasicCallTests.java287 Uri.fromParts(PhoneAccount.SCHEME_TEL, "650-555-1212", null)); in testIncomingCallFromContactWithSendToVoicemailIsRejected()
328 Uri.fromParts(PhoneAccount.SCHEME_TEL, "650-555-1212", null)); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
371 Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null)); in testIncomingCallFromBlockedNumberIsRejected()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionService.java193 Uri number = Uri.fromParts(PhoneAccount.SCHEME_TEL, call.getNumber(), null); in handleCall()
246 Uri number = Uri.fromParts(PhoneAccount.SCHEME_TEL, call.getNumber(), null); in onCreateIncomingConnection()
296 Uri number = Uri.fromParts(PhoneAccount.SCHEME_TEL, call.getNumber(), null); in onCreateUnknownConnection()
489 .setSupportedUriSchemes(Arrays.asList(PhoneAccount.SCHEME_TEL)) in getAccount()
/packages/services/Telephony/src/com/android/services/telephony/
DConferenceParticipantConnection.java216 if (PhoneAccount.SCHEME_TEL.equals(address.getScheme())) { in getParticipantAddress()
253 return Uri.fromParts(PhoneAccount.SCHEME_TEL, in getParticipantAddress()
DTelecomAccountRegistry.java216 .setAddress(Uri.fromParts(PhoneAccount.SCHEME_TEL, line1Number, null)) in registerPstnPhoneAccount()
218 Uri.fromParts(PhoneAccount.SCHEME_TEL, subNumber, null)) in registerPstnPhoneAccount()
224 PhoneAccount.SCHEME_TEL, PhoneAccount.SCHEME_VOICEMAIL)) in registerPstnPhoneAccount()
DPstnIncomingCallNotifier.java191 Uri uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, connection.getAddress(), null); in addNewUnknownCall()
230 Uri uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, connection.getAddress(), null); in sendIncomingCallIntent()
DTelephonyConnectionService.java136 handle = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in onCreateOutgoingConnection()
138 if (!PhoneAccount.SCHEME_TEL.equals(scheme)) { in onCreateOutgoingConnection()
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DConstants.java34 public static final String SCHEME_TEL = "tel"; field in Constants
/packages/services/Telecomm/src/com/android/server/telecom/
DNewOutgoingCallIntentBroadcaster.java143 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, in onReceive()
269 String scheme = isUriNumber ? PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL; in processIntent()
DCallIntentProcessor.java106 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, uriString, null); in processOutgoingCallIntent()
/packages/apps/Dialer/src/com/android/dialer/
DSpecialCharSequenceMgr.java254 PhoneAccount.SCHEME_TEL)); in handleAdnEntry()
303 TelecomUtil.getDefaultOutgoingPhoneAccount(context, PhoneAccount.SCHEME_TEL)); in handlePinEntry()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java357 Uri.fromParts(PhoneAccount.SCHEME_TEL, getDummyNumber( in onCreateIncomingConnection()
409 Uri.fromParts(PhoneAccount.SCHEME_TEL, getDummyNumber(false), null) in onCreateUnknownConnection()
DTestDialerActivity.java94 telecomManager.placeCall(Uri.fromParts(PhoneAccount.SCHEME_TEL, in placeCall()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DWebViewContextMenu.java105 new Intent(Intent.ACTION_DIAL, Uri.parse(WebView.SCHEME_TEL)), in WebViewContextMenu()
286 Uri.parse(WebView.SCHEME_TEL + extra)); in onCreateContextMenu()
/packages/apps/Contacts/src/com/android/contacts/
DNonPhoneActivity.java69 if (!PhoneAccount.SCHEME_TEL.equals(scheme)) return null; in getPhoneNumber()
/packages/services/Telephony/src/com/android/phone/
DCallGatewayManager.java188 if (PhoneAccount.SCHEME_TEL.equals(uri.getScheme())) { in formatProviderUri()
DEmergencyDialer.java223 if (data != null && (PhoneAccount.SCHEME_TEL.equals(data.getScheme()))) { in onCreate()
528 intent.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, mLastNumber, null)); in placeCall()
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DCallUtil.java112 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in getCallUri()
/packages/services/Telephony/tests/src/com/android/phone/tests/
DCallDialTest.java130 uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in fireIntent()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallIntentProcessor.java100 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, uriString, null); in processOutgoingCallIntent()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipUtil.java123 supportedUriSchemes.add(PhoneAccount.SCHEME_TEL); in createPhoneAccount()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DLog.java112 if (!PhoneAccount.SCHEME_TEL.equals(uri.getScheme())) { in piiHandle()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java558 PhoneAccount.SCHEME_TEL.equals(call.getHandle().getScheme()); in canRespondViaSms()
594 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, in reloadFromDatabase()
/packages/apps/Contacts/src/com/android/contacts/activities/
DShowOrCreateActivity.java136 } else if (PhoneAccount.SCHEME_TEL.equals(scheme)) { in onCreate()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DDefaultVoicemailNotifier.java224 .getDefaultOutgoingPhoneAccount(mContext, PhoneAccount.SCHEME_TEL); in getNotificationInfo()

12