Searched defs:DeleteCommand (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java193 private DeleteCommand parseDeleteCommand() {
212 return new DeleteCommand(uri, userId, where);
410 private static class DeleteCommand extends Command { class in class:Content
413 public DeleteCommand(Uri uri, int userId, String where) { method in class:Content.DeleteCommand
461 private static class QueryCommand extends DeleteCommand {

Completed in 40 milliseconds