Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java230 private DeleteCommand parseDeleteCommand() { in parseDeleteCommand()
252 return new DeleteCommand(uri, userId, extras); in parseDeleteCommand()
571 private static class DeleteCommand extends Command { class in Content
574 public DeleteCommand(Uri uri, int userId, Bundle extras) { in DeleteCommand() method in Content.DeleteCommand