Searched refs:apexFilename (Results 1 – 1 of 1) sorted by relevance
131 public void pushApexAndReboot(String apexFilename) throws Exception { in pushApexAndReboot() argument133 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() argument148 File apexFile = mInstallUtilsHost.getTestFile(apexFilename); in installApexAndReboot()