Searched refs:testAppFile (Results 1 – 2 of 2) sorted by relevance
117 File testAppFile = mHostUtils.getTestFile(filename); in installApex() local119 String installResult = mHostUtils.installStagedPackage(testAppFile); in installApex()123 ApexInfo testApexInfo = mHostUtils.getApexInfo(testAppFile); in installApex()
79 File testAppFile = mInstallUtils.getTestFile(APP_FILENAME); in installTestApp() local80 String installResult = getDevice().installPackage(testAppFile, true); in installTestApp()