Home
last modified time | relevance | path

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

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