Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java138 Uri phoneUri = Uri.fromParts( in placeCallUsingTelecomManager() local
142 mTelecomManager.placeCall(phoneUri, extras); in placeCallUsingTelecomManager()
201 final Uri phoneUri = Uri.fromParts( in internalTestIncomingCall() local
203 bundle.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, phoneUri); in internalTestIncomingCall()
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java82 final Uri phoneUri = Uri.fromParts(PhoneAccount.SCHEME_TEL, mBlockedPhoneNumber, null); in testIncomingCallFromBlockedNumberIsRejected() local
83 bundle.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, phoneUri); in testIncomingCallFromBlockedNumberIsRejected()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DPhoneNumberUtilsTest.java180 Uri phoneUri = Uri.withAppendedPath(personRecord, People.Phones.CONTENT_DIRECTORY); in testGetMethods() local
184 phoneRecord = cr.insert(phoneUri, values); in testGetMethods()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java1166 Uri phoneUri = Uri.withAppendedPath(ContactsContract.PhoneLookup.CONTENT_FILTER_URI, in lookupContact() local
1170 c = mContext.getContentResolver().query(phoneUri, projection, null, null, null); in lookupContact()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java396 Uri phoneUri = Uri.withAppendedPath(ContactsContract.PhoneLookup.CONTENT_FILTER_URI, in lookupContact() local
400 c = mContext.getContentResolver().query(phoneUri, projection, null, null, null); in lookupContact()