Searched refs:callCommand (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
D | TestCommandReceiver.java | 37 public static Bundle callCommand(String command) { in callCommand() method in TestCommandReceiver 38 return callCommand(command, null); in callCommand() 41 public static Bundle callCommand(String command, String arg) { in callCommand() method in TestCommandReceiver 42 return callCommand(command, arg, null); in callCommand() 45 public static Bundle callCommand(String command, String arg, Bundle extras) { in callCommand() method in TestCommandReceiver
|
/packages/apps/Dialer/java/com/android/dialer/commandline/ |
D | CommandLineModule.java | 51 private final CallCommand callCommand; field in CommandLineModule.AospCommandInjector 60 CallCommand callCommand, in AospCommandInjector() argument 66 this.callCommand = callCommand; in AospCommandInjector() 75 builder.addCommand("call", callCommand); in inject()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | FallbackRecentsTest.java | 119 TestCommandReceiver.callCommand(TestCommandReceiver.ENABLE_TEST_LAUNCHER); in FallbackRecentsTest() 130 TestCommandReceiver.callCommand(TestCommandReceiver.DISABLE_TEST_LAUNCHER); in FallbackRecentsTest() 140 mLauncher.setSystemHealthSupplier(startTime -> TestCommandReceiver.callCommand( in FallbackRecentsTest()
|
D | ViewInflationDuringSwipeUp.java | 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()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | AbstractLauncherUiTest.java | 192 mLauncher.setSystemHealthSupplier(startTime -> TestCommandReceiver.callCommand( in AbstractLauncherUiTest()
|