Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java287 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 Content
590 public CallCommand(Uri uri, int userId, String method, String arg, Bundle extras) { in CallCommand() method in Content.CallCommand