Home
last modified time | relevance | path

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

/cts/tests/tests/attributionsource/src/android/attributionsource/cts/
DRuntimePermissionsAppOpTrackingTest.kt480 var attributionChainId: Int? = null in <lambda>() variable
483 if (attributionChainId == null) { in <lambda>()
484 attributionChainId = it in <lambda>()
487 return@ArgumentMatcher (attributionChainId == it) in <lambda>()
632 var attributionChainId: Int? = null in <lambda>() variable
635 if (attributionChainId == null) { in <lambda>()
636 attributionChainId = it in <lambda>()
639 return@ArgumentMatcher (attributionChainId == it) in <lambda>()
/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpsTest.kt389 attributionChainId: Int) { in startOpTwiceAndVerifyDeviceAttributedChangeListener()