Searched refs:mApkPaths (Results 1 – 4 of 4) sorted by relevance
99 private final List<File> mApkPaths = new ArrayList<>(); field in AppCompileLaunchTest137 mApkPaths.stream().map(File::toPath).collect(Collectors.toList()), mInstallArgs); in testCompileLaunch()185 mApkPaths.stream().map(File::toPath).collect(Collectors.toList()), mInstallArgs); in testCompileLaunch()302 testUtils.saveApks(mSaveApkWhen, mIsLastTestPass, mPackageName, mApkPaths); in tearDown()
97 private final List<File> mApkPaths = new ArrayList<>(); field in AppLaunchTest134 mApkPaths.stream().map(File::toPath).collect(Collectors.toList()), mInstallArgs); in setUp()247 testUtils.saveApks(mSaveApkWhen, mIsLastTestPass, mPackageName, mApkPaths); in tearDown()
76 private List<File> mApkPaths = new ArrayList<>(); field in WebviewAppLaunchTest100 for (File apkPath : mApkPaths) { in setUp()
82 private List<File> mApkPaths = new ArrayList<>(); field in WebviewAppCrawlTest188 for (File apkPath : mApkPaths) { in setUp()