Home
last modified time | relevance | path

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

/cts/tests/tests/attributionsource/src/android/attributionsource/cts/
DRuntimePermissionsAppOpTrackingTest.kt1032 val opProxyInfo: AppOpsManager.OpEventProxyInfo? in <lambda>() constant
1033 opProxyInfo = if (accessorTrusted) { in <lambda>()
1049 .that(opProxyInfo!!.uid).isEqualTo(attributionSource.uid) in <lambda>()
1051 .that(opProxyInfo.packageName).isEqualTo(attributionSource.packageName) in <lambda>()
1059 .that(opProxyInfo.attributionTag).isNull() in <lambda>()
1062 .that(opProxyInfo.attributionTag) in <lambda>()