Searched refs:mInstallFileNames (Results 1 - 1 of 1) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
H A DInstrumentationApkTest.java41 private Collection<String> mInstallFileNames = new ArrayList<String>(); field in class:InstrumentationApkTest
61 mInstallFileNames.add(apkFileName);
74 for (String apkFileName : mInstallFileNames) {

Completed in 92 milliseconds