Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java85 private final CommandDoneCallback mCommandResultCallback =
86 new CommandDoneCallback() {
559 private interface CommandDoneCallback { interface in RemotePrintDocument
580 protected final CommandDoneCallback mDoneCallback;
591 CommandDoneCallback doneCallback) { in AsyncCommand()
741 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) { in LayoutCommand()
1011 private final CommandDoneCallback mWriteDoneCallback;
1018 MutexFileProvider fileProvider, CommandDoneCallback callback) { in WriteCommand()