Home
last modified time | relevance | path

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

/frameworks/base/services/print/java/com/android/server/print/
DPrintShellCommand.java31 final class PrintShellCommand extends ShellCommand { class
34 PrintShellCommand(@NonNull IPrintManager service) { in PrintShellCommand() method in PrintShellCommand
DPrintManagerService.java134 new PrintShellCommand(this).exec(this, in, out, err, args, callback, resultReceiver); in onShellCommand()