Lines Matching refs:DEBUG
45 private static final boolean DEBUG = false; field in LocalPrintJob
94 if (DEBUG) Log.d(TAG, "start() " + mPrintJob); in start()
107 if (DEBUG) Log.d(TAG, "Discovery timeout"); in start()
120 if (DEBUG) Log.d(TAG, "restart() " + mPrintJob + " in state " + mState); in restart()
128 if (DEBUG) Log.d(TAG, "cancel() " + mPrintJob + " in state " + mState); in cancel()
160 if (DEBUG) Log.d(TAG, "onPrinterFound() " + printer.name + " state=" + mState); in onPrinterFound()
209 if (DEBUG) Log.d(TAG, "onConnectionDelayed " + delayed); in onConnectionDelayed()
230 if (DEBUG) Log.d(TAG, "Capabilities for " + mPath + " are " + capabilities); in onCapabilities()
238 if (DEBUG) Log.d(TAG, "Starting backend print of " + mPrintJob); in onCapabilities()
261 if (DEBUG) Log.d(TAG, "onJobStatus() " + jobStatus); in handleJobStatus()
267 if (DEBUG) Log.d(TAG, "Recording new certificate"); in handleJobStatus()
321 if (DEBUG) Log.d(TAG, "Certificate change detected."); in handleBadCertificate()
336 if (DEBUG) Log.d(TAG, "finish() success=" + success + ", error=" + error); in finish()