/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | PhoneAccountRegistrarTest.java | 123 .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 …]
|
D | BasicCallTests.java | 254 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()
|
D | MissedCallNotifierImplTest.java | 463 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/ |
D | SimulatorConnectionService.java | 48 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/ |
D | SelfManagedCallList.java | 53 private static Uri SELF_MANAGED_ADDRESS_1 = Uri.fromParts(PhoneAccount.SCHEME_TEL, "555-1212", 104 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in registerPhoneAccount()
|
D | TestConnectionService.java | 422 Uri.fromParts(PhoneAccount.SCHEME_TEL, getDummyNumber( 470 Uri.fromParts(PhoneAccount.SCHEME_TEL, getDummyNumber(false), null)
|
D | TestDialerActivity.java | 97 telecomManager.placeCall(Uri.fromParts(PhoneAccount.SCHEME_TEL, in placeCall()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelecomAccountRegistry.java | 262 .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()
|
D | PstnIncomingCallNotifier.java | 191 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()
|
D | TelephonyConnectionService.java | 293 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()
|
D | ConferenceParticipantConnection.java | 263 return Uri.fromParts(PhoneAccount.SCHEME_TEL, in getParticipantAddress()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | NewOutgoingCallIntentBroadcaster.java | 148 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/ |
D | SpecialCharSequenceMgr.java | 215 applicationContext, PhoneAccount.SCHEME_TEL)); in handleAdnEntry() 270 TelecomUtil.getDefaultOutgoingPhoneAccount(context, PhoneAccount.SCHEME_TEL)); in handlePinEntry()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | WebViewContextMenu.java | 105 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/ |
D | EmergencyDialer.java | 221 if (data != null && (PhoneAccount.SCHEME_TEL.equals(data.getScheme()))) { in onCreate() 531 intent.setData(Uri.fromParts(PhoneAccount.SCHEME_TEL, mLastNumber, null)); in placeCall()
|
D | CallGatewayManager.java | 188 if (PhoneAccount.SCHEME_TEL.equals(uri.getScheme())) { in formatProviderUri()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
D | Constants.java | 34 public static final String SCHEME_TEL = "tel"; field in Constants
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MceStateMachine.java | 211 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/ |
D | MissedCallNotifierImpl.java | 532 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/ |
D | PhoneAccountHandles.java | 39 handle = TelecomUtil.getDefaultOutgoingPhoneAccount(context, PhoneAccount.SCHEME_TEL); in getAccount()
|
/packages/apps/Dialer/java/com/android/dialer/util/ |
D | CallUtil.java | 48 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in getCallUri()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | NonPhoneActivity.java | 67 if (!PhoneAccount.SCHEME_TEL.equals(scheme)) return null; in getPhoneNumber()
|
D | CallUtil.java | 115 return Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in getCallUri()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | Log.java | 86 if (!PhoneAccount.SCHEME_TEL.equals(uri.getScheme())) { in piiHandle()
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
D | CallDialTest.java | 130 uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in fireIntent()
|