Home
last modified time | relevance | path

Searched defs:callCommand (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DTestCommandReceiver.java37 public static Bundle callCommand(String command) { in callCommand() method in TestCommandReceiver
41 public static Bundle callCommand(String command, String arg) { in callCommand() method in TestCommandReceiver
45 public static Bundle callCommand(String command, String arg, Bundle extras) { in callCommand() method in TestCommandReceiver
/packages/apps/Dialer/java/com/android/dialer/commandline/
DCommandLineModule.java51 private final CallCommand callCommand; field in CommandLineModule.AospCommandInjector
60 CallCommand callCommand, in AospCommandInjector()