/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | PhoneAccountRegistrarTest.java | 124 .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 …]
|
D | BasicCallTests.java | 271 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()
|
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 | 54 private static Uri SELF_MANAGED_ADDRESS_1 = Uri.fromParts(PhoneAccount.SCHEME_TEL, "555-1212", 111 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in registerPhoneAccount()
|
D | TestConnectionService.java | 420 Uri.fromParts(PhoneAccount.SCHEME_TEL, getDummyNumber( 468 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 | 283 .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()
|
D | PstnIncomingCallNotifier.java | 199 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()
|
D | TelephonyConnectionService.java | 293 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()
|
D | ConferenceParticipantConnection.java | 263 return Uri.fromParts(PhoneAccount.SCHEME_TEL, in getParticipantAddress()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | NewOutgoingCallIntentBroadcaster.java | 149 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/ |
D | SpecialCharSequenceMgr.java | 214 applicationContext, PhoneAccount.SCHEME_TEL)); in handleAdnEntry() 269 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/experimental/LoaderApp/src/com/android/loaderapp/util/ |
D | Constants.java | 34 public static final String SCHEME_TEL = "tel"; field in Constants
|
/packages/services/Telephony/src/com/android/phone/ |
D | EmergencyDialer.java | 241 if (data != null && (PhoneAccount.SCHEME_TEL.equals(data.getScheme()))) { in onCreate() 591 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/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 | 534 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/ |
D | CallUtil.java | 52 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()
|
/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()
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
D | UserCallIntentProcessor.java | 100 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, uriString, null); in processOutgoingCallIntent()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnection.java | 94 Uri number = Uri.fromParts(PhoneAccount.SCHEME_TEL, mCurrentCall.getNumber(), null); in finishInitializing()
|