Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/commandline/
DCommandLineModule.java51 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/tests/src/com/android/launcher3/testcomponent/
DTestCommandReceiver.java106 public static Bundle callCommand(String command) { in callCommand() method in TestCommandReceiver
107 return callCommand(command, null); in callCommand()
110 public static Bundle callCommand(String command, String arg) { in callCommand() method in TestCommandReceiver
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java94 TestCommandReceiver.callCommand(TestCommandReceiver.ENABLE_TEST_LAUNCHER); in FallbackRecentsTest()
100 TestCommandReceiver.callCommand(TestCommandReceiver.DISABLE_TEST_LAUNCHER); in FallbackRecentsTest()