Home
last modified time | relevance | path

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

/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintService.java82 private final List<Runnable> mPendingCommands = new ArrayList<Runnable>(); field in RemotePrintService
192 mPendingCommands.add(new Runnable() { in handleOnAllPrintJobsHandled()
218 mPendingCommands.add(new Runnable() { in handleRequestCancelPrintJob()
245 mPendingCommands.add(new Runnable() { in handleOnPrintJobQueued()
272 mPendingCommands.add(new Runnable() { in handleCreatePrinterDiscoverySession()
305 mPendingCommands.add(new Runnable() { in handleDestroyPrinterDiscoverySession()
341 mPendingCommands.add(new Runnable() { in handleStartPrinterDiscovery()
369 mPendingCommands.add(new Runnable() { in handleStopPrinterDiscovery()
399 mPendingCommands.add(new Runnable() { in handleValidatePrinters()
442 mPendingCommands.add(() -> handleRequestCustomPrinterIcon(printerId)); in handleRequestCustomPrinterIcon()
[all …]