/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | PhoneAccountRegistrarTest.java | 188 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccount() 222 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccountParsing_simultaneousCallingRestriction() 258 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccountParsing_simultaneousCallingRestrictionOnOffFlag() 289 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccountParsing_simultaneousCallingRestrictionOffOnFlag() 403 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testPhoneAccountExtrasEdge() 468 PhoneAccount.SCHEME_TEL)); in testAccounts() 539 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing() 545 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in testDefaultOutgoing() 548 mRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(PhoneAccount.SCHEME_TEL); in testDefaultOutgoing() 561 PhoneAccount.SCHEME_TEL); in testDefaultOutgoing() [all …]
|
/packages/apps/Dialer/java/com/android/dialer/precall/impl/ |
D | MalformedNumberRectifier.java | 56 if (!PhoneAccount.SCHEME_TEL.equals(builder.getUri().getScheme())) { in runWithoutUi() 64 builder.setUri(Uri.fromParts(PhoneAccount.SCHEME_TEL, result.get(), null)); in runWithoutUi()
|
D | AssistedDialAction.java | 62 builder.getUri().getScheme().equals(PhoneAccount.SCHEME_TEL) in runWithoutUi()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnectionServiceTest.java | 152 .setSupportedUriSchemes(Arrays.asList(PhoneAccount.SCHEME_TEL)) in getPhoneAccount() 279 .setAddress(Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, null)) in onCreateOutgoingConnection() 312 .setAddress(Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, null)) in onCreateUnknownConnection() 381 .setAddress(Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, null)) in onCreateOutgoingConnection_phoneAccountIsNull_returnsNull() 413 .setAddress(Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, null)) in onCreateUnknownConnection_phoneAccountIsNull_returnsNull()
|
D | HfpClientDeviceBlockTest.java | 170 Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, /* fragment= */ null)); in createOutgoingConnectionWithScoState()
|
D | HfpClientConnectionTest.java | 95 Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, /* fragment= */ null)); in constructorWithCall() 121 Uri.fromParts(PhoneAccount.SCHEME_TEL, TEST_NUMBER, /* fragment= */ null)); in constructorWithNumber()
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorSimCallManager.java | 126 Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null), outgoingCallExtras); in addNewOutgoingCall() 170 .setSupportedUriSchemes(Arrays.asList(PhoneAccount.SCHEME_TEL)) in buildSimCallManagerAccount() 182 .setSupportedUriSchemes(Arrays.asList(PhoneAccount.SCHEME_TEL)) in buildVideoProviderAccount()
|
D | SimulatorConnectionService.java | 173 return Uri.fromParts(PhoneAccount.SCHEME_TEL, phoneNumber, null); in getPhoneNumber()
|
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConferenceControllerTest.java | 135 Uri.fromParts(PhoneAccount.SCHEME_TEL, "Conference Call", null), 0); in testSrvccConferenceConnection() 139 Uri.fromParts(PhoneAccount.SCHEME_TEL, "5551213", null), 0); in testSrvccConferenceConnection()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedCallList.java | 64 private static Uri SELF_MANAGED_ADDRESS_1 = Uri.fromParts(PhoneAccount.SCHEME_TEL, "555-1212", 138 .addSupportedUriScheme(PhoneAccount.SCHEME_TEL) in registerPhoneAccount()
|
D | TestCallRedirectionService.java | 36 private static final Uri SAMPLE_HANDLE = Uri.fromParts(PhoneAccount.SCHEME_TEL, "0001112222",
|
D | TestConnectionService.java | 434 Uri.fromParts(PhoneAccount.SCHEME_TEL, getRandomNumber( 482 Uri.fromParts(PhoneAccount.SCHEME_TEL, getRandomNumber(false), null)
|
/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/Settings/src/com/android/settings/emergency/ |
D | EmergencyActionContentProvider.java | 109 Uri.fromParts(PhoneAccount.SCHEME_TEL, emergencyNumberUtils.getPoliceNumber(), in placeEmergencyCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | MmiUtils.java | 116 handle.getScheme().equals(PhoneAccount.SCHEME_TEL)); in isTelScheme()
|
D | NewOutgoingCallIntentBroadcaster.java | 174 PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL, in onReceive() 327 ? PhoneAccount.SCHEME_SIP : PhoneAccount.SCHEME_TEL; in evaluateCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
D | UserCallIntentProcessor.java | 108 if (PhoneAccount.SCHEME_TEL.equals(scheme) && PhoneNumberUtils.isUriNumber(uriString)) { in processOutgoingCallIntent()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | PstnIncomingCallNotifier.java | 251 Uri uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, connection.getAddress(), null); in addNewUnknownCall() 290 Uri uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, connection.getAddress(), null); in sendIncomingCallIntent()
|
D | ConferenceParticipantConnection.java | 91 address = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in ConferenceParticipantConnection()
|
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/ |
D | Utils.java | 111 if (PhoneAccount.SCHEME_TEL.equals(scheme)) { in piiHandle()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | Log.java | 86 if (!PhoneAccount.SCHEME_TEL.equals(uri.getScheme())) { in piiHandle()
|
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/ |
D | CarModeDialerActivity.java | 104 telecomManager.placeCall(Uri.fromParts(PhoneAccount.SCHEME_TEL, in placeCall()
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
D | CallDialTest.java | 130 uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null); in fireIntent()
|
/packages/apps/Dialer/java/com/android/incallui/multisim/ |
D | SwapSimWorker.java | 120 telecomManager.placeCall(Uri.fromParts(PhoneAccount.SCHEME_TEL, number, null), extras); in doInBackground()
|