Home
last modified time | relevance | path

Searched defs:LAUNCHER_TYPE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java430 protected <T> T getFromLauncher(Function<LAUNCHER_TYPE, T> f) { in getFromLauncher()
473 message, Function<LAUNCHER_TYPE, Boolean> condition) { in waitForLauncherCondition()
479 protected <O> O getOnceNotNull(String message, Function<LAUNCHER_TYPE, O> f) { in getOnceNotNull()
486 String message, Function<LAUNCHER_TYPE, Boolean> condition, long timeout) { in waitForLauncherCondition()
494 protected <T> T getOnceNotNull(String message, Function<LAUNCHER_TYPE, T> f, long timeout) { in getOnceNotNull()
510 Runnable testThreadAction, Function<LAUNCHER_TYPE, Boolean> condition, in waitForLauncherCondition()