Searched refs:DeleteCommand (Results 1 – 1 of 1) sorted by relevance
230 private DeleteCommand parseDeleteCommand() { in parseDeleteCommand()252 return new DeleteCommand(uri, userId, extras); in parseDeleteCommand()571 private static class DeleteCommand extends Command { class in Content574 public DeleteCommand(Uri uri, int userId, Bundle extras) { in DeleteCommand() method in Content.DeleteCommand