Searched refs:mInstallArgs (Results 1 – 6 of 6) sorted by relevance
81 private final List<String> mInstallArgs = new ArrayList<>(); field in WebviewAppLaunchTest102 mApkInstaller.install(apkPath.toPath(), mInstallArgs); in setUp() local
87 private final List<String> mInstallArgs = new ArrayList<>(); field in WebviewAppCrawlTest190 mApkInstaller.install(apkPath.toPath(), mInstallArgs); in setUp() local
104 private final List<String> mInstallArgs = new ArrayList<>(); field in AppCompileLaunchTest137 mApkPaths.stream().map(File::toPath).collect(Collectors.toList()), mInstallArgs); in testCompileLaunch() local185 mApkPaths.stream().map(File::toPath).collect(Collectors.toList()), mInstallArgs); in testCompileLaunch() local
103 private final List<String> mInstallArgs = new ArrayList<>(); field in AppCrawlTest182 mInstallArgs); in setUp() local
102 private final List<String> mInstallArgs = new ArrayList<>(); field in AppLaunchTest134 mApkPaths.stream().map(File::toPath).collect(Collectors.toList()), mInstallArgs); in setUp() local
92 private final List<String> mInstallArgs = new ArrayList<>(); field in AppSetupPreparer260 for (String installArg : mInstallArgs) { in setUpOnce()