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() {
542 private interface CommandDoneCallback { interface in RemotePrintDocument
560 protected final CommandDoneCallback mDoneCallback;
571 CommandDoneCallback doneCallback) { in AsyncCommand()
739 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) { in LayoutCommand()
1009 private final CommandDoneCallback mWriteDoneCallback;
1016 MutexFileProvider fileProvider, CommandDoneCallback callback) { in WriteCommand()