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.java18 import static com.android.launcher3.tapl.TestHelpers.getLauncherInMyProcess;
75 return new ShellCommandRule(getLauncherCommand(getLauncherInMyProcess()), null);
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DTestHelpers.java48 ActivityInfo info = getLauncherInMyProcess(); in initIsInLauncherProcess()
66 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;
122 getLauncherCommand(getLauncherInMyProcess())); in FallbackRecentsTest()