Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java318 private GetTypeCommand parseGetTypeCommand() { in parseGetTypeCommand()
335 return new GetTypeCommand(uri, userId); in parseGetTypeCommand()
608 private static class GetTypeCommand extends Command { class in Content
609 public GetTypeCommand(Uri uri, int userId) { in GetTypeCommand() method in Content.GetTypeCommand