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