Home
last modified time | relevance | path

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

12

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java123 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccount()
163 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccountExtrasEdge()
218 PhoneAccount.SCHEME_TEL)); in testAccounts()
233 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing()
239 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testDefaultOutgoing()
242 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
255 PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
262 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testDefaultOutgoing()
265 PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
271 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing()
[all …]
DBasicCallTests.java254 Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null)); in testIncomingEmergencyCallback()
305 Uri.fromParts(PhoneAccount.SCHEME_TEL, "650-555-1212", null)); in testIncomingCallFromContactWithSendToVoicemailIsRejected()
347 Uri.fromParts(PhoneAccount.SCHEME_TEL, "650-555-1212", null)); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
392 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.java53 private static Uri SELF_MANAGED_ADDRESS_1 = Uri.fromParts(PhoneAccount.SCHEME_TEL, "555-1212",
104 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in registerPhoneAccount()
DTestConnectionService.java422 Uri.fromParts(PhoneAccount.SCHEME_TEL, getDummyNumber(
470 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.java262 .setAddress(Uri.fromParts(PhoneAccount.SCHEME_TEL, line1Number, null)) in registerPstnPhoneAccount()
264 Uri.fromParts(PhoneAccount.SCHEME_TEL, subNumber, null)) in registerPstnPhoneAccount()
270 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.java293 handle = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in onCreateOutgoingConnection()
295 if (!PhoneAccount.SCHEME_TEL.equals(scheme)) { in onCreateOutgoingConnection()
350 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.java148 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, in onReceive()
275 String scheme = isUriNumber ? PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL; in processIntent()
/packages/apps/Dialer/java/com/android/dialer/app/
DSpecialCharSequenceMgr.java215 applicationContext, PhoneAccount.SCHEME_TEL)); in handleAdnEntry()
270 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/services/Telephony/src/com/android/phone/
DEmergencyDialer.java221 if (data != null && (PhoneAccount.SCHEME_TEL.equals(data.getScheme()))) { in onCreate()
531 intent.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, mLastNumber, null)); in placeCall()
DCallGatewayManager.java188 if (PhoneAccount.SCHEME_TEL.equals(uri.getScheme())) { in formatProviderUri()
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DConstants.java34 public static final String SCHEME_TEL = "tel"; field in Constants
/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.java532 PhoneAccount.SCHEME_TEL.equals(callInfo.getHandle().getScheme()); in canRespondViaSms()
579 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, in reloadFromDatabase()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneAccountHandles.java39 handle = TelecomUtil.getDefaultOutgoingPhoneAccount(context, PhoneAccount.SCHEME_TEL); in getAccount()
/packages/apps/Dialer/java/com/android/dialer/util/
DCallUtil.java48 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()
DCallUtil.java115 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in getCallUri()
/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()

12