Searched refs:mAsyncOperationInProgress (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java227 private boolean mAsyncOperationInProgress; field in class:PrintPreviewController.MyHandler
232 mAsyncOperationInProgress = false;
253 while (!mPendingOperations.isEmpty() && !mAsyncOperationInProgress) {
268 mAsyncOperationInProgress = true;
285 mAsyncOperationInProgress = true;

Completed in 69 milliseconds