Searched refs:phoneUri (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | PhoneAccountTest.java | 138 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/ |
D | CallBlockingTest.java | 82 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/ |
D | PhoneNumberUtilsTest.java | 180 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/ |
D | AttentionManagementVerifierActivity.java | 1166 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/ |
D | NotificationManagerTest.java | 396 Uri phoneUri = Uri.withAppendedPath(ContactsContract.PhoneLookup.CONTENT_FILTER_URI, in lookupContact() local 400 c = mContext.getContentResolver().query(phoneUri, projection, null, null, null); in lookupContact()
|