Home
last modified time | relevance | path

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

/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DApexShimValidationTest.java151 final List<File> apexes = extractApexes(mDeapexingDir); in testPackageNameOfShimApkInAllBundledApexesIsAllowed() local
152 for (File apex : apexes) { in testPackageNameOfShimApkInAllBundledApexesIsAllowed()
241 final List<File> apexes = new ArrayList<>(); in extractApexes() local
253 apexes.add(apex); in extractApexes()
256 .that(apexes).isNotEmpty(); in extractApexes()
257 return apexes; in extractApexes()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java189 Set<ITestDevice.ApexInfo> apexes; in getApexPackageList() local
191 apexes = mDevice.getActiveApexes(); in getApexPackageList()
192 for (ITestDevice.ApexInfo ap : apexes) { in getApexPackageList()