Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/commandline/impl/
H A DCallCommand.java38 public class CallCommand implements Command { class
43 CallCommand(@ApplicationContext Context appContext) { in CallCommand() method in CallCommand
/aosp12/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java586 private static class CallCommand extends Command { class in Content
590 public CallCommand(Uri uri, int userId, String method, String arg, Bundle extras) { in CallCommand() method in Content.CallCommand