Searched refs:phoneUri (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | PhoneAccountTest.java | 132 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/ |
D | CallBlockingTest.java | 79 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/ |
D | PhoneNumberUtilsTest.java | 151 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/ |
D | AttentionManagementVerifierActivity.java | 922 Uri phoneUri = Uri.withAppendedPath(ContactsContract.PhoneLookup.CONTENT_FILTER_URI, in lookupContact() local 926 c = mContext.getContentResolver().query(phoneUri, projection, null, null, null); in lookupContact()
|