Home
last modified time | relevance | path

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

12

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/unit/
DPhoneAccountRegistrarTest.java78 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccount()
115 assertEquals(null, mRegistrar.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL)); in testAccounts()
155 assertNull(mRegistrar.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing()
161 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testDefaultOutgoing()
164 mRegistrar.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
175 defaultAccount = mRegistrar.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
182 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testDefaultOutgoing()
184 defaultAccount = mRegistrar.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
189 assertNull(mRegistrar.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java156 .setAddress(Uri.fromParts(PhoneAccount.SCHEME_TEL, line1Number, null)) in registerPstnPhoneAccount()
158 Uri.fromParts(PhoneAccount.SCHEME_TEL, subNumber, null)) in registerPstnPhoneAccount()
164 PhoneAccount.SCHEME_TEL, PhoneAccount.SCHEME_VOICEMAIL)) in registerPstnPhoneAccount()
DPstnIncomingCallNotifier.java220 Uri uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, connection.getAddress(), null); in addNewUnknownCall()
238 Uri uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, connection.getAddress(), null); in sendIncomingCallIntent()
DTelephonyConnectionService.java117 handle = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in onCreateOutgoingConnection()
119 if (!PhoneAccount.SCHEME_TEL.equals(scheme)) { in onCreateOutgoingConnection()
/packages/services/Telecomm/src/com/android/server/telecom/
DNewOutgoingCallIntentBroadcaster.java126 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, resultNumber, null); in onReceive()
241 String scheme = isUriNumber ? PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL; in processIntent()
DCallActivity.java110 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, uriString, null); in processOutgoingCallIntent()
DPhoneAccountRegistrar.java1130 supportedUriSchemes.add(PhoneAccount.SCHEME_TEL);
1133 supportedUriSchemes.add(PhoneAccount.SCHEME_TEL);
DCallReceiver.java62 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, uriString, null); in processOutgoingCallIntent()
DLog.java139 if (!PhoneAccount.SCHEME_TEL.equals(uri.getScheme())) { in piiHandle()
DMissedCallNotifier.java306 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, in updateOnStartup()
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
DTestConnectionService.java313 Uri.fromParts(PhoneAccount.SCHEME_TEL, getDummyNumber(isVideoCall), null) in onCreateIncomingConnection()
356 Uri.fromParts(PhoneAccount.SCHEME_TEL, getDummyNumber(false), null) in onCreateUnknownConnection()
/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/services/Telephony/src/com/android/phone/
DEmergencyDialer.java213 if (data != null && (PhoneAccount.SCHEME_TEL.equals(data.getScheme()))) { in onCreate()
517 intent.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, mLastNumber, null)); in placeCall()
DCallGatewayManager.java188 if (PhoneAccount.SCHEME_TEL.equals(uri.getScheme())) { in formatProviderUri()
DSimContacts.java358 Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null)); in onKeyDown()
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DConstants.java34 public static final String SCHEME_TEL = "tel"; field in Constants
/packages/apps/Contacts/src/com/android/contacts/
DNonPhoneActivity.java62 if (!PhoneAccount.SCHEME_TEL.equals(scheme)) return null; in getPhoneNumber()
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DCallUtil.java152 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in getCallUri()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipUtil.java115 supportedUriSchemes.add(PhoneAccount.SCHEME_TEL); in createPhoneAccount()
/packages/services/Telephony/tests/src/com/android/phone/tests/
DCallDialTest.java130 uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in fireIntent()
/packages/apps/InCallUI/src/com/android/incallui/
DLog.java112 if (!PhoneAccount.SCHEME_TEL.equals(uri.getScheme())) { in piiHandle()
/packages/apps/Contacts/src/com/android/contacts/activities/
DShowOrCreateActivity.java129 } else if (PhoneAccount.SCHEME_TEL.equals(scheme)) { in onCreate()
/packages/apps/Browser/src/com/android/browser/
DUrlHandler.java73 Uri.parse(WebView.SCHEME_TEL + in shouldOverrideUrlLoading()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2565 Uri.fromParts(SCHEME_TEL, dialNumber, null)); in processDialCall()
3004 Uri.fromParts(SCHEME_TEL, dialNumber, null)); in processKeyPressed()
3264 private static final String SCHEME_TEL = "tel"; field in HeadsetStateMachine
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DShortcutIntentBuilder.java310 phoneUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null); in createPhoneNumberShortcutIntent()

12