Home
last modified time | relevance | path

Searched defs:apex (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DApexShimValidationTest.java250 final File apex = new File(destDir, entry.getName()); in extractApexes() local
252 FileUtil.writeToFile(apexZip.getInputStream(entry), apex); in extractApexes() local
268 private void runDeapexerExtract(File deapexer, File debugfs, File apex, File outDir) { in runDeapexerExtract()
/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java123 public ITestDevice.ApexInfo getApexInfo(File apex) { in getApexInfo()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java519 TestApp apex = new TestApp( in testsFailsNonStagedApexInstall() local