Home
last modified time | relevance | path

Searched refs:skipLauncherActivity (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/android/customtabs_benchmark/java/src/org/chromium/customtabs/test/
H A DMainActivity.java342 boolean skipLauncherActivity = intent.getBooleanExtra("skip_launcher_activity", false); in startCustomTabsBenchmark()
372 new CustomCallback(packageName, warmup, skipLauncherActivity, speculationMode, in startCustomTabsBenchmark()
380 public final boolean skipLauncherActivity; field in MainActivity.CustomCallback
392 public CustomCallback(String packageName, boolean warmup, boolean skipLauncherActivity, in CustomCallback() argument
397 this.skipLauncherActivity = skipLauncherActivity; in CustomCallback()
452 String logLine = (warmup ? "1" : "0") + "," + (skipLauncherActivity ? "1" : "0") + "," in logMetricsAndFinish()