Home
last modified time | relevance | path

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

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