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.java84 private final CommandDoneCallback mCommandResultCallback =
85 new CommandDoneCallback() {
553 private interface CommandDoneCallback { interface in RemotePrintDocument
574 protected final CommandDoneCallback mDoneCallback;
585 CommandDoneCallback doneCallback) { in AsyncCommand()
735 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) { in LayoutCommand()
1005 private final CommandDoneCallback mWriteDoneCallback;
1012 MutexFileProvider fileProvider, CommandDoneCallback callback) { in WriteCommand()