Home
last modified time | relevance | path

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

123

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java124 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccount()
164 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccountExtrasEdge()
219 PhoneAccount.SCHEME_TEL)); in testAccounts()
234 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing()
240 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testDefaultOutgoing()
243 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
256 PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
263 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testDefaultOutgoing()
266 PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
272 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing()
[all …]
DBasicCallTests.java271 Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null)); in testIncomingEmergencyCallback()
324 Uri.fromParts(PhoneAccount.SCHEME_TEL, "650-555-1212", null)); in testIncomingCallFromContactWithSendToVoicemailIsRejected()
368 Uri.fromParts(PhoneAccount.SCHEME_TEL, "650-555-1212", null)); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
415 Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null)); in testIncomingCallFromBlockedNumberIsRejected()
DMissedCallNotifierImplTest.java463 Uri escapedHandle = Uri.fromParts(PhoneAccount.SCHEME_TEL, in testLoadOneCallFromDb()
520 Uri escapedTelHandle = Uri.fromParts(PhoneAccount.SCHEME_TEL, in testLoadTwoCallsFromDb()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConnectionService.java48 uriSchemes.add(PhoneAccount.SCHEME_TEL); in buildPhoneAccount()
64 return Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null); in getPhoneNumber()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallList.java54 private static Uri SELF_MANAGED_ADDRESS_1 = Uri.fromParts(PhoneAccount.SCHEME_TEL, "555-1212",
111 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in registerPhoneAccount()
DTestConnectionService.java420 Uri.fromParts(PhoneAccount.SCHEME_TEL, getDummyNumber(
468 Uri.fromParts(PhoneAccount.SCHEME_TEL, getDummyNumber(false), null)
DTestDialerActivity.java97 telecomManager.placeCall(Uri.fromParts(PhoneAccount.SCHEME_TEL, in placeCall()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java283 .setAddress(Uri.fromParts(PhoneAccount.SCHEME_TEL, line1Number, null)) in registerPstnPhoneAccount()
285 Uri.fromParts(PhoneAccount.SCHEME_TEL, subNumber, null)) in registerPstnPhoneAccount()
291 PhoneAccount.SCHEME_TEL, PhoneAccount.SCHEME_VOICEMAIL)) in registerPstnPhoneAccount()
DPstnIncomingCallNotifier.java199 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.java293 handle = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in onCreateOutgoingConnection()
295 if (!PhoneAccount.SCHEME_TEL.equals(scheme)) { in onCreateOutgoingConnection()
349 handle = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in onCreateOutgoingConnection()
DConferenceParticipantConnection.java263 return Uri.fromParts(PhoneAccount.SCHEME_TEL, in getParticipantAddress()
/packages/services/Telecomm/src/com/android/server/telecom/
DNewOutgoingCallIntentBroadcaster.java149 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, in onReceive()
291 String scheme = isUriNumber ? PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL; in processIntent()
/packages/apps/Dialer/java/com/android/dialer/app/
DSpecialCharSequenceMgr.java214 applicationContext, PhoneAccount.SCHEME_TEL)); in handleAdnEntry()
269 TelecomUtil.getDefaultOutgoingPhoneAccount(context, PhoneAccount.SCHEME_TEL)); in handlePinEntry()
/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/experimental/LoaderApp/src/com/android/loaderapp/util/
DConstants.java34 public static final String SCHEME_TEL = "tel"; field in Constants
/packages/services/Telephony/src/com/android/phone/
DEmergencyDialer.java241 if (data != null && (PhoneAccount.SCHEME_TEL.equals(data.getScheme()))) { in onCreate()
591 intent.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, mLastNumber, null)); in placeCall()
DCallGatewayManager.java188 if (PhoneAccount.SCHEME_TEL.equals(uri.getScheme())) { in formatProviderUri()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java211 if (PhoneAccount.SCHEME_TEL.equals(contact.getScheme())) { in sendMapMessage()
259 return PhoneAccount.SCHEME_TEL + ":" + number; in getContactURIFromPhone()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java534 PhoneAccount.SCHEME_TEL.equals(callInfo.getHandle().getScheme()); in canRespondViaSms()
581 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, in reloadFromDatabase()
/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/Dialer/java/com/android/incallui/
DLog.java86 if (!PhoneAccount.SCHEME_TEL.equals(uri.getScheme())) { in piiHandle()
/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/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java94 Uri number = Uri.fromParts(PhoneAccount.SCHEME_TEL, mCurrentCall.getNumber(), null); in finishInitializing()

123