Searched refs:TestCommandReceiver (Results 1 – 6 of 6) sorted by relevance
23 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;
27 public class TestCommandReceiver { class
57 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()
22 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()
60 import com.android.launcher3.testcomponent.TestCommandReceiver;170 mLauncher.setSystemHealthSupplier(startTime -> TestCommandReceiver.callCommand( in AbstractLauncherUiTest()171 TestCommandReceiver.GET_SYSTEM_HEALTH_MESSAGE, startTime.toString()). in AbstractLauncherUiTest()
46 "src/com/android/launcher3/testcomponent/TestCommandReceiver.java",