Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java227 public LauncherInstrumentation(boolean isLauncherTest) { in LauncherInstrumentation() argument
228 this(InstrumentationRegistry.getInstrumentation(), isLauncherTest); in LauncherInstrumentation()
247 public LauncherInstrumentation(Instrumentation instrumentation, boolean isLauncherTest) { in LauncherInstrumentation() argument
283 final int iterations = isLauncherTest ? 300 : 100; in LauncherInstrumentation()