HomeSort by relevance Sort by last modified time
    Searched refs:DeleteCommand (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 193 private DeleteCommand parseDeleteCommand() {
212 return new DeleteCommand(uri, userId, where);
410 private static class DeleteCommand extends Command {
413 public DeleteCommand(Uri uri, int userId, String where) {
461 private static class QueryCommand extends DeleteCommand {
  /external/libppp/src/
command.c 183 static int DeleteCommand(struct cmdargs const *);
849 {"delete", NULL, DeleteCommand, LOCAL_AUTH,
851 {NULL, "delete!", DeleteCommand, LOCAL_AUTH,
    [all...]

Completed in 47 milliseconds