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.java230 public LauncherInstrumentation(boolean isLauncherTest) { in LauncherInstrumentation() argument
231 this(InstrumentationRegistry.getInstrumentation(), isLauncherTest); in LauncherInstrumentation()
250 public LauncherInstrumentation(Instrumentation instrumentation, boolean isLauncherTest) { in LauncherInstrumentation() argument
286 final int iterations = isLauncherTest ? 300 : 100; in LauncherInstrumentation()