Home
last modified time | relevance | path

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

/cts/tests/tests/attributionsource/src/android/attributionsource/cts/
DRuntimePermissionsAppOpTrackingTest.kt322 testTrustedAccessAttributeToAnother(ContactsContract.Contacts.CONTENT_URI, in <lambda>()
329 testTrustedAccessAttributeToAnother(CalendarContract.Calendars.CONTENT_URI, in <lambda>()
338 testTrustedAccessAttributeToAnother(Telephony.Sms.CONTENT_URI, in <lambda>()
345 testTrustedAccessAttributeToAnother(CallLog.Calls.CONTENT_URI, in <lambda>()
350 private fun testTrustedAccessAttributeToAnother(uri: Uri, permission: String) { in <lambda>() method in android.attributionsource.cts.RuntimePermissionsAppOpTrackingTest