Searched defs:opEntry (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/appop/src/android/app/appops/cts/ |
D | AppOpEventCollectionTest.kt | 98 val opEntry = getOpEntry(myUid, myPackage, OPSTR_RESERVED_FOR_TESTING)!! in ensureCorrectOpStr() constant 139 val opEntry = getOpEntry(myUid, myPackage, OPSTR_RESERVED_FOR_TESTING)!! in noteWithAttributionAndCheckOpEntries() constant 190 val opEntry = getOpEntry(uid, BACKGROUND_PACKAGE, OPSTR_RESERVED_FOR_TESTING)!! in noteInBackgroundWithAttributionAndCheckOpEntries() constant 243 val opEntry = getOpEntry(shellUid, SHELL_PACKAGE_NAME, OPSTR_RESERVED_FOR_TESTING)!! in noteSelfAndTrustedAccessAndCheckOpEntries() constant 275 val opEntry = getOpEntry(myUid, myPackage, OPSTR_RESERVED_FOR_TESTING)!! in noteForTwoAttributionsCheckOpEntries() constant 304 val opEntry = getOpEntry(otherUid, otherPkg, OPSTR_RESERVED_FOR_TESTING)!! in noteFromTwoProxiesAndVerifyProxyInfo() constant 376 val opEntry = getOpEntry(otherUid, otherPkg, OPSTR_RESERVED_FOR_TESTING)!! in startStopTrustedProxyVerifyRunningAndTime() constant 423 val opEntry = getOpEntry(otherUid, otherPkg, OPSTR_RESERVED_FOR_TESTING)!! in startStopUntrustedProxyVerifyRunningAndTime() constant 464 val opEntry = getOpEntry(otherUid, otherPkg, OPSTR_RESERVED_FOR_TESTING)!! in startStopTrustedAndUntrustedProxyVerifyProxyInfo() constant
|
D | AppOpsDeviceAwareTest.kt | 167 val opEntry = opEntries[0] in getPackagesForOps_isDeviceAware() constant
|
D | AttributionTest.kt | 163 val opEntry = getOpEntry(appUid, APP_PKG, OPSTR_RESERVED_FOR_TESTING)!! in canUseUndeclaredAttributionTagButTreatedAsNull() constant
|
/cts/tests/tests/activityrecognition/src/android/activityrecognition/cts/ |
D | ActivityRecognizerAttributionTags.kt | 127 val opEntry = opEntries[j] in assertNotedOpsSinceLastArAccess() constant
|
/cts/tests/tests/attributionsource/src/android/attributionsource/cts/ |
D | RuntimePermissionsAppOpTrackingTest.kt | 891 for (opEntry in accessorPackageOps!!.ops) { in <lambda>() constant 929 for (opEntry in accessorPackageOps.ops) { in <lambda>() constant 1026 for (opEntry in receiverPackageOps!!.ops) { in <lambda>() constant
|