Home
last modified time | relevance | path

Searched refs:phoneUri (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java132 Uri phoneUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, PHONE_NUMBER, null); in placeCallUsingTelecomManager() local
135 mTelecomManager.placeCall(phoneUri, extras); in placeCallUsingTelecomManager()
167 final Uri phoneUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, PHONE_NUMBER, null); in testIncomingCall() local
168 bundle.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, phoneUri); in testIncomingCall()
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java79 final Uri phoneUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, mBlockedPhoneNumber, null); in testIncomingCallFromBlockedNumberIsRejected() local
80 bundle.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, phoneUri); in testIncomingCallFromBlockedNumberIsRejected()
/cts/tests/tests/telephony/src/android/telephony/cts/
DPhoneNumberUtilsTest.java151 Uri phoneUri = Uri.withAppendedPath(personRecord, People.Phones.CONTENT_DIRECTORY); in testGetMethods() local
155 phoneRecord = cr.insert(phoneUri, values); in testGetMethods()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java962 Uri phoneUri = Uri.withAppendedPath(ContactsContract.PhoneLookup.CONTENT_FILTER_URI, in lookupContact() local
966 c = mContext.getContentResolver().query(phoneUri, projection, null, null, null); in lookupContact()