Searched refs:mApkPaths (Results 1 – 2 of 2) sorted by relevance
51 private Collection<File> mApkPaths = new ArrayList<File>(); field in InstallApkSetup87 for (File apk : mApkPaths) { in setUp()139 return mApkPaths; in getApkPaths()147 mApkPaths = paths; in setApkPaths()
35 private Collection<File> mApkPaths = new ArrayList<File>(); field in LocalAppBuildProvider45 for (File apkPath : mApkPaths) { in getBuild()