Searched refs:CallCommand (Results 1 – 3 of 3) sorted by relevance
21 import com.android.dialer.commandline.impl.CallCommand;51 private final CallCommand callCommand;60 CallCommand callCommand, in AospCommandInjector()
38 public class CallCommand implements Command { class43 CallCommand(@ApplicationContext Context appContext) { in CallCommand() method in CallCommand
287 public CallCommand parseCallCommand() { in parseCallCommand()315 return new CallCommand(uri, userId, method, arg, extras); in parseCallCommand()586 private static class CallCommand extends Command { class in Content590 public CallCommand(Uri uri, int userId, String method, String arg, Bundle extras) { in CallCommand() method in Content.CallCommand