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

/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java244 public CallCommand parseCallCommand() {
273 return new CallCommand(uri, userId, method, arg, values);
424 private static class CallCommand extends Command { class in class:Content
428 public CallCommand(Uri uri, int userId, String method, String arg, ContentValues values) { method in class:Content.CallCommand

Completed in 67 milliseconds