Home
last modified time | relevance | path

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

/packages/modules/common/java/com/android/modules/testing/utils/
DApexInstallHelper.java131 public void pushApexAndReboot(String apexFilename) throws Exception { in pushApexAndReboot() argument
133 File apexFile = mInstallUtilsHost.getTestFile(apexFilename); in pushApexAndReboot()
134 mSystemPreparer.pushFile(apexFile, "/system/apex/" + apexFilename); in pushApexAndReboot()
146 public void installApexAndReboot(String apexFilename) throws Exception { in installApexAndReboot() argument
148 File apexFile = mInstallUtilsHost.getTestFile(apexFilename); in installApexAndReboot()