Home
last modified time | relevance | path

Searched defs:opEntry (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpEventCollectionTest.kt98 val opEntry = getOpEntry(myUid, myPackage, OPSTR_WIFI_SCAN)!! in ensureCorrectOpStr() constant
139 val opEntry = getOpEntry(myUid, myPackage, OPSTR_WIFI_SCAN)!! in noteWithAttributionAndCheckOpEntries() constant
190 val opEntry = getOpEntry(uid, BACKGROUND_PACKAGE, OPSTR_WIFI_SCAN)!! in noteInBackgroundWithAttributionAndCheckOpEntries() constant
243 val opEntry = getOpEntry(shellUid, SHELL_PACKAGE_NAME, OPSTR_WIFI_SCAN)!! in noteSelfAndTrustedAccessAndCheckOpEntries() constant
275 val opEntry = getOpEntry(myUid, myPackage, OPSTR_WIFI_SCAN)!! in noteForTwoAttributionsCheckOpEntries() constant
304 val opEntry = getOpEntry(otherUid, otherPkg, OPSTR_WIFI_SCAN)!! in noteFromTwoProxiesAndVerifyProxyInfo() constant
371 val opEntry = getOpEntry(otherUid, otherPkg, OPSTR_WIFI_SCAN)!! in startStopTrustedProxyVerifyRunningAndTime() constant
417 val opEntry = getOpEntry(otherUid, otherPkg, OPSTR_WIFI_SCAN)!! in startStopUntrustedProxyVerifyRunningAndTime() constant
459 val opEntry = getOpEntry(otherUid, otherPkg, OPSTR_WIFI_SCAN)!! in startStopTrustedAndUntrustedProxyVerifyProxyInfo() constant
DAttributionTest.kt158 val opEntry = getOpEntry(appUid, APP_PKG, OPSTR_WIFI_SCAN)!! in canUseUndeclaredAttributionTagButTreatedAsNull() constant
/cts/tests/tests/activityrecognition/src/android/activityrecognition/cts/
DActivityRecognizerAttributionTags.kt127 val opEntry = opEntries[j] in assertNotedOpsSinceLastArAccess() constant
/cts/tests/tests/permission5/src/android/permission5/cts/
DRuntimePermissionsAppOpTrackingTest.kt833 for (opEntry in accessorPackageOps!!.ops) { in <lambda>() constant
871 for (opEntry in accessorPackageOps.ops) { in <lambda>() constant
964 for (opEntry in receiverPackageOps!!.ops) { in <lambda>() constant