Home
last modified time | relevance | path

Searched defs:apkFiles (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTestAppInstallSetup.java424 ITestDevice testDevice, String packageName, List<File> apkFiles) in installSinglePackage()
457 protected Map<File, String> resolveApkFiles(TestInformation testInfo, List<File> apkFiles) in resolveApkFiles()
507 List<File> apkFiles; in findApkFiles() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DTestAppInstallSetupTest.java614 List<File> apkFiles = (List<File>) EasyMock.getCurrentArguments()[0]; in runSetUpAndCaptureInstalls() local