Lines Matching refs:DEBUG
46 private static final boolean DEBUG = false; field in LocalDiscoverySession
79 if (DEBUG) Log.d(TAG, "onStartPrinterDiscovery() " + priorityList); in onStartPrinterDiscovery()
98 if (DEBUG) Log.d(TAG, "onStopPrinterDiscovery()"); in onStopPrinterDiscovery()
113 if (DEBUG) Log.d(TAG, "onValidatePrinters() " + printerIds); in onValidatePrinters()
118 if (DEBUG) Log.d(TAG, "onStartPrinterStateTracking() " + printerId); in onStartPrinterStateTracking()
131 if (DEBUG) Log.d(TAG, "onStopPrinterStateTracking() " + printerId.getLocalId()); in onStopPrinterStateTracking()
141 if (DEBUG) Log.d(TAG, "onDestroy"); in onDestroy()
150 if (DEBUG) Log.d(TAG, "onPrinterFound() " + discoveredPrinter); in onPrinterFound()
171 if (DEBUG) Log.d(TAG, "onPrinterLost() " + lostPrinter); in onPrinterLost()
195 if (DEBUG) Log.d(TAG, "Expiring " + localPrinter); in monitorExpiredPrinters()
215 if (DEBUG) Log.d(TAG, "handlePrinter record " + localPrinter); in handlePrinter()
230 if (DEBUG) Log.d(TAG, "Ignore update with no caps " + localPrinter); in handlePrinter()
235 if (DEBUG) { in handlePrinter()