Searched refs:callCommand (Results 1 – 4 of 4) sorted by relevance
51 private final CallCommand callCommand; field in CommandLineModule.AospCommandInjector60 CallCommand callCommand, in AospCommandInjector() argument66 this.callCommand = callCommand; in AospCommandInjector()75 builder.addCommand("call", callCommand); in inject()
115 public static Bundle callCommand(String command) { in callCommand() method in TestCommandReceiver116 return callCommand(command, null); in callCommand()119 public static Bundle callCommand(String command, String arg) { in callCommand() method in TestCommandReceiver
95 TestCommandReceiver.callCommand(TestCommandReceiver.ENABLE_TEST_LAUNCHER); in FallbackRecentsTest()101 TestCommandReceiver.callCommand(TestCommandReceiver.DISABLE_TEST_LAUNCHER); in FallbackRecentsTest()108 mLauncher.setSystemHealthSupplier(startTime -> TestCommandReceiver.callCommand( in FallbackRecentsTest()
108 mLauncher.setSystemHealthSupplier(startTime -> TestCommandReceiver.callCommand( in AbstractLauncherUiTest()