Searched refs:isLauncherTest (Results 1 – 1 of 1) sorted by relevance
227 public LauncherInstrumentation(boolean isLauncherTest) { in LauncherInstrumentation() argument228 this(InstrumentationRegistry.getInstrumentation(), isLauncherTest); in LauncherInstrumentation()247 public LauncherInstrumentation(Instrumentation instrumentation, boolean isLauncherTest) { in LauncherInstrumentation() argument283 final int iterations = isLauncherTest ? 300 : 100; in LauncherInstrumentation()