Home
last modified time | relevance | path

Searched refs:TestCommandReceiver (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A DTestCommandProvider.java23 import static com.android.launcher3.testcomponent.TestCommandReceiver.DISABLE_TEST_LAUNCHER;
24 import static com.android.launcher3.testcomponent.TestCommandReceiver.ENABLE_TEST_LAUNCHER;
25 import static com.android.launcher3.testcomponent.TestCommandReceiver.EXTRA_VALUE;
26 import static com.android.launcher3.testcomponent.TestCommandReceiver.GET_SYSTEM_HEALTH_MESSAGE;
27 import static com.android.launcher3.testcomponent.TestCommandReceiver.KILL_PROCESS;
28 import static com.android.launcher3.testcomponent.TestCommandReceiver.SET_LIST_VIEW_SERVICE_BINDER;
H A DTestCommandReceiver.java27 public class TestCommandReceiver { class
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DFallbackRecentsTest.java57 import com.android.launcher3.testcomponent.TestCommandReceiver;
118 TestCommandReceiver.callCommand(TestCommandReceiver.ENABLE_TEST_LAUNCHER); in FallbackRecentsTest()
129 TestCommandReceiver.callCommand(TestCommandReceiver.DISABLE_TEST_LAUNCHER); in FallbackRecentsTest()
139 mLauncher.setSystemHealthSupplier(startTime -> TestCommandReceiver.callCommand( in FallbackRecentsTest()
140 TestCommandReceiver.GET_SYSTEM_HEALTH_MESSAGE, startTime.toString()). in FallbackRecentsTest()
H A DViewInflationDuringSwipeUp.java22 import static com.android.launcher3.testcomponent.TestCommandReceiver.EXTRA_VALUE;
23 import static com.android.launcher3.testcomponent.TestCommandReceiver.SET_LIST_VIEW_SERVICE_BINDER;
57 import com.android.launcher3.testcomponent.TestCommandReceiver;
157 TestCommandReceiver.callCommand(SET_LIST_VIEW_SERVICE_BINDER, null, args); in testSwipeUp_with_list_widgets()
178 TestCommandReceiver.callCommand(SET_LIST_VIEW_SERVICE_BINDER, null, new Bundle()); in testSwipeUp_with_list_widgets()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DAbstractLauncherUiTest.java60 import com.android.launcher3.testcomponent.TestCommandReceiver;
170 mLauncher.setSystemHealthSupplier(startTime -> TestCommandReceiver.callCommand( in AbstractLauncherUiTest()
171 TestCommandReceiver.GET_SYSTEM_HEALTH_MESSAGE, startTime.toString()). in AbstractLauncherUiTest()
/aosp12/packages/apps/Launcher3/tests/
H A DAndroid.bp46 "src/com/android/launcher3/testcomponent/TestCommandReceiver.java",