Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
DShellCommandRule.java20 import static com.android.launcher3.tapl.TestHelpers.getLauncherInMyProcess;
102 final ActivityInfo launcher = getLauncherInMyProcess();
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DTestHelpers.java54 ActivityInfo info = getLauncherInMyProcess(); in initIsInLauncherProcess()
72 public static ActivityInfo getLauncherInMyProcess() { in getLauncherInMyProcess() method in TestHelpers
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java24 import static com.android.launcher3.tapl.TestHelpers.getLauncherInMyProcess;
138 getLauncherCommand(getLauncherInMyProcess())); in FallbackRecentsTest()