Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/packages/apps/Email/provider_src/com/android/email/activity/setup/
DAccountSecurity.java62 private static final boolean DEBUG = false; // Don't ship with this set to true field in AccountSecurity
325 if (DebugUtils.DEBUG || DEBUG) { in completeCreate()
341 if (DebugUtils.DEBUG || DEBUG) { in completeCreate()
382 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
392 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
398 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
417 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
437 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
443 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
457 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
[all …]
/packages/services/Car/service/src/com/android/car/trust/
DBleManager.java100 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertising()
120 if (Log.isLoggable(TAG, Log.DEBUG)) { in openGattServer()
149 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertisingInternally()
168 if (Log.isLoggable(TAG, Log.DEBUG)) { in stopAdvertising()
186 if (Log.isLoggable(TAG, Log.DEBUG)) { in notifyCharacteristicChanged()
232 if (Log.isLoggable(TAG, Log.DEBUG)) { in stopGattServer()
301 if (Log.isLoggable(TAG, Log.DEBUG)) {
320 if (Log.isLoggable(TAG, Log.DEBUG)) {
329 if (Log.isLoggable(TAG, Log.DEBUG)) {
342 if (Log.isLoggable(TAG, Log.DEBUG)) {
[all …]
DCarBleTrustAgent.java61 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
87 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDestroy()
101 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked()
107 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked()
113 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked()
126 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceUnlocked()
132 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceUnlocked()
145 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenRemoved()
159 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenStateReceived()
172 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenAdded()
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java19 import static com.android.documentsui.base.SharedMinimal.DEBUG;
166 if (DEBUG) { in onCreate()
184 if (DEBUG) { in onDestroy()
202 if (DEBUG) { in onDestroy()
215 if (DEBUG) { in onStartCommand()
251 if (DEBUG) { in handleOperation()
275 if (DEBUG) { in handleCancel()
316 if (DEBUG) { in deleteJob()
339 if (DEBUG) { in shutdown()
348 if (DEBUG) { in shutdown()
[all …]
/packages/apps/Contacts/src/com/android/contacts/vcard/
DVCardService.java49 /* package */ final static boolean DEBUG = false; field in VCardService
77 if (DEBUG) { Log.d(LOG_TAG, "Connected to MediaScanner. Start scanning."); } in onMediaScannerConnected()
83 if (DEBUG) { Log.d(LOG_TAG, "scan completed: " + path); } in onScanCompleted()
122 if (DEBUG) Log.d(LOG_TAG, "vCard Service is being created."); in onCreate()
143 if (DEBUG) Log.d(LOG_TAG, "VCardService is being destroyed."); in onDestroy()
152 if (DEBUG) { in handleImportRequest()
190 if (DEBUG) Log.d(LOG_TAG, "Reserve the path " + path); in handleExportRequest()
221 if (DEBUG) { in tryExecute()
237 if (DEBUG) Log.d(LOG_TAG, String.format("Received cancel request. (id: %d)", jobId)); in handleCancelRequest()
314 if (DEBUG) { in updateMediaScanner()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DEmojiAltPhysicalKeyDetector.java39 private static final boolean DEBUG = false; field in EmojiAltPhysicalKeyDetector
59 if (DEBUG) { in onKeyDown()
66 if (DEBUG) { in onKeyDown()
72 if (DEBUG) { in onKeyDown()
80 if (DEBUG) { in onKeyUp()
97 if (DEBUG) { in onKeyUp()
104 if (DEBUG) { in onKeyUp()
113 if (DEBUG) { in onKeyUp()
150 if (DEBUG) { in onKeyDown()
162 if (DEBUG) { in onKeyUp()
[all …]
/packages/apps/Settings/src/com/android/settings/applications/
DProcStatsEntry.java39 private static boolean DEBUG = ProcessStatsUi.DEBUG; field in ProcStatsEntry
76 if (DEBUG) Log.d(TAG, "New proc entry " + proc.getName() + ": dur=" + mBgDuration in ProcStatsEntry()
88 if (DEBUG) Log.d(TAG, "New proc entry " + procName + ": dur=" + mBgDuration in ProcStatsEntry()
128 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": single pkg " + mPackages.get(0)); in evaluateTargetPackage()
149 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ", pkg " in evaluateTargetPackage()
170 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": best pkg " in evaluateTargetPackage()
186 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
194 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
201 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
207 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcStatsEntry.java39 private static boolean DEBUG = ProcessStatsUi.DEBUG; field in ProcStatsEntry
76 if (DEBUG) Log.d(TAG, "New proc entry " + proc.getName() + ": dur=" + mBgDuration in ProcStatsEntry()
88 if (DEBUG) Log.d(TAG, "New proc entry " + procName + ": dur=" + mBgDuration in ProcStatsEntry()
128 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": single pkg " + mPackages.get(0)); in evaluateTargetPackage()
149 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ", pkg " in evaluateTargetPackage()
170 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": best pkg " in evaluateTargetPackage()
186 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
194 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
201 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
207 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
[all …]
/packages/services/BuiltInPrintService/src/com/android/bips/
DLocalDiscoverySession.java46 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()
[all …]
DLocalPrintJob.java45 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()
[all …]
/packages/apps/TV/src/com/android/tv/
DInputSessionManager.java67 private static final boolean DEBUG = false; field in InputSessionManager
98 if (DEBUG) Log.d(TAG, "TvView session created: " + session); in createTvViewSession()
107 if (DEBUG) Log.d(TAG, "TvView session released: " + session); in releaseTvViewSession()
120 if (DEBUG) Log.d(TAG, "Recording session created: " + session); in createRecordingSession()
131 if (DEBUG) Log.d(TAG, "Recording session released: " + session); in releaseRecordingSession()
269 if (DEBUG) Log.d(TAG, "TvViewSession: connection failed"); in TvViewSession()
278 if (DEBUG) Log.d(TAG, "TvViewSession: disconnected"); in TvViewSession()
293 if (DEBUG) { in tune()
306 if (DEBUG) { in tune()
331 if (DEBUG) { in tune()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java67 public static final boolean DEBUG = true; //FIXME set to false; field in BluetoothMapService
156 if (DEBUG) { in closeService()
225 if (DEBUG) { in startObexServerSessions()
285 if (DEBUG) { in stopObexServerSessions()
403 if (DEBUG) { in handleMessage()
418 if (DEBUG) { in handleMessage()
425 if (DEBUG) { in handleMessage()
434 if (DEBUG) { in handleMessage()
463 if (DEBUG) { in onConnectHandler()
499 if (DEBUG) { in setState()
[all …]
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlayer.java39 private static final boolean DEBUG = false; field in DvrPlayer
133 if (DEBUG) Log.d(TAG, "prepare()"); in prepare()
147 if (DEBUG) Log.d(TAG, "play()"); in play()
165 if (DEBUG) Log.d(TAG, "pause()"); in pause()
189 if (DEBUG) Log.d(TAG, "fastForward()"); in fastForward()
200 if (DEBUG) Log.d(TAG, "Let's play with speed: " + speed); in fastForward()
211 if (DEBUG) Log.d(TAG, "rewind()"); in rewind()
222 if (DEBUG) Log.d(TAG, "Let's play with speed: " + speed); in rewind()
230 if (DEBUG) Log.d(TAG, "seekTo()"); in seekTo()
238 if (DEBUG) Log.d(TAG, "Now: " + getPlaybackPosition() + ", shift to: " + positionMs); in seekTo()
[all …]
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DTetherService.java54 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in TetherService
87 if (DEBUG) Log.d(TAG, "Creating TetherService"); in onCreate()
135 if (DEBUG) Log.d(TAG, "Adding tether " + type); in onStartCommand()
145 if (DEBUG) Log.d(TAG, "Removing tether " + type + ", index " + index); in onStartCommand()
151 if (DEBUG) Log.d(TAG, "Don't cancel alarm during provisioning"); in onStartCommand()
167 if (DEBUG) Log.d(TAG, "Stopping self. startid: " + startId); in onStartCommand()
186 if (DEBUG) Log.d(TAG, "Destroying TetherService"); in onDestroy()
199 if (DEBUG) Log.d(TAG, "mCurrentTypeIndex: " + mCurrentTypeIndex); in removeTypeAtIndex()
267 if (DEBUG) Log.d(TAG, "Sending provisioning broadcast: " + intent.getAction() in startProvisioning()
316 if (DEBUG) Log.d(TAG, "Scheduling alarm at interval " + periodMs); in scheduleAlarm()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DTetherService.java54 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in TetherService
85 if (DEBUG) Log.d(TAG, "Creating TetherService"); in onCreate()
121 if (DEBUG) Log.d(TAG, "Adding tether " + type); in onStartCommand()
131 if (DEBUG) Log.d(TAG, "Removing tether " + type + ", index " + index); in onStartCommand()
137 if (DEBUG) Log.d(TAG, "Don't cancel alarm during provisioning"); in onStartCommand()
153 if (DEBUG) Log.d(TAG, "Stopping self. startid: " + startId); in onStartCommand()
172 if (DEBUG) Log.d(TAG, "Destroying TetherService"); in onDestroy()
185 if (DEBUG) Log.d(TAG, "mCurrentTypeIndex: " + mCurrentTypeIndex); in removeTypeAtIndex()
253 if (DEBUG) Log.d(TAG, "Sending provisioning broadcast: " + intent.getAction() in startProvisioning()
302 if (DEBUG) Log.d(TAG, "Scheduling alarm at interval " + periodMs); in scheduleAlarm()
[all …]
/packages/apps/TV/src/com/android/tv/dvr/
DBaseDvrDataManager.java48 private static final boolean DEBUG = false; field in BaseDvrDataManager
122 if (DEBUG) Log.d(TAG, "notify DVR schedule load finished"); in notifyDvrScheduleLoadFinished()
133 if (DEBUG) Log.d(TAG, "notify recorded programs load finished"); in notifyRecordedProgramLoadFinished()
141 if (DEBUG) Log.d(TAG, "notify " + l + " added " + Arrays.asList(recordedPrograms)); in notifyRecordedProgramsAdded()
149 if (DEBUG) Log.d(TAG, "notify " + l + " changed " + Arrays.asList(recordedPrograms)); in notifyRecordedProgramsChanged()
157 if (DEBUG) Log.d(TAG, "notify " + l + " removed " + Arrays.asList(recordedPrograms)); in notifyRecordedProgramsRemoved()
165 if (DEBUG) Log.d(TAG, "notify " + l + " added " + Arrays.asList(seriesRecordings)); in notifySeriesRecordingAdded()
173 if (DEBUG) Log.d(TAG, "notify " + l + " removed " + Arrays.asList(seriesRecordings)); in notifySeriesRecordingRemoved()
181 if (DEBUG) Log.d(TAG, "notify " + l + " changed " + Arrays.asList(seriesRecordings)); in notifySeriesRecordingChanged()
189 if (DEBUG) Log.d(TAG, "notify " + l + " added " + Arrays.asList(scheduledRecording)); in notifyScheduledRecordingAdded()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCacheProcessing.java31 private static final boolean DEBUG = false; field in CacheProcessing
108 if (DEBUG) { in apply()
114 if (DEBUG) { in apply()
124 if (DEBUG) { in apply()
141 if (DEBUG) { in process()
150 if (DEBUG) { in process()
172 if (DEBUG) { in process()
187 if (DEBUG) { in process()
213 if (DEBUG) { in process()
225 if (DEBUG) { in process()
[all …]
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSession.java33 private static final boolean DEBUG = false; field in TunerRecordingSession
59 if (DEBUG) { in onTune()
68 if (DEBUG) { in onRelease()
77 if (DEBUG) { in onStartRecording()
86 if (DEBUG) { in onStopRecording()
95 if (DEBUG) { in onTuned()
104 if (DEBUG) { in onRecordingUri()
112 if (DEBUG) { in onRecordFinished()
/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/
DZappingTimeTest.java58 private static final boolean DEBUG = false; field in ZappingTimeTest
319 if (DEBUG) { in onStateChanged()
331 if (DEBUG) { in onError()
341 if (DEBUG) { in onVideoSizeChanged()
348 if (DEBUG) { in onDrawnToSurface()
359 if (DEBUG) { in onAudioUnplayable()
366 if (DEBUG) { in onSmoothTrickplayForceStopped()
375 if (DEBUG) { in onBufferStartTimeChanged()
382 if (DEBUG) { in onBufferStateChanged()
389 if (DEBUG) { in onDiskTooSlow()
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.java66 public final static boolean DEBUG = BuildConfig.DEBUG field in LogUtils.Logger
76 public boolean isVerboseLoggable() { return DEBUG || Log.isLoggable(logTag, Log.VERBOSE); } in isVerboseLoggable()
77 public boolean isDebugLoggable() { return DEBUG || Log.isLoggable(logTag, Log.DEBUG); } in isDebugLoggable()
78 public boolean isInfoLoggable() { return DEBUG || Log.isLoggable(logTag, Log.INFO); } in isInfoLoggable()
79 public boolean isWarnLoggable() { return DEBUG || Log.isLoggable(logTag, Log.WARN); } in isWarnLoggable()
80 public boolean isErrorLoggable() { return DEBUG || Log.isLoggable(logTag, Log.ERROR); } in isErrorLoggable()
81 public boolean isWtfLoggable() { return DEBUG || Log.isLoggable(logTag, Log.ASSERT); } in isWtfLoggable()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DThrottle.java35 public static final boolean DEBUG = false; // Don't submit with true field in Throttle
110 if (DEBUG) debugLog("Canceling scheduled callback"); in cancelScheduledCallback()
124 if (DEBUG) debugLog("Timeout extended " + mTimeout); in updateTimeout()
127 if (DEBUG) debugLog("Timeout reset to " + mTimeout); in updateTimeout()
134 if (DEBUG) debugLog("onEvent"); in onEvent()
139 if (DEBUG) debugLog(" callback already scheduled"); in onEvent()
141 if (DEBUG) debugLog(" scheduling callback"); in onEvent()
169 if (DEBUG) debugLog("Kicking callback"); in run()
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
DBackend.java46 private static final boolean DEBUG = false; field in Backend
64 if (DEBUG) Log.d(TAG, "Backend()"); in Backend()
94 if (DEBUG) Log.d(TAG, "getCapabilities()"); in getCapabilities()
112 if (DEBUG) Log.d(TAG, "print()"); in print()
120 if (DEBUG) Log.d(TAG, "StartJobTask onCancelled " + result); in print()
126 if (DEBUG) Log.d(TAG, "StartJobTask onPostExecute " + result); in print()
153 if (DEBUG) Log.d(TAG, "cancel()"); in cancel()
156 if (DEBUG) Log.d(TAG, "cancelling start task"); in cancel()
159 if (DEBUG) Log.d(TAG, "cancelling job via new task"); in cancel()
163 if (DEBUG) Log.d(TAG, "Nothing to cancel in backend, ignoring"); in cancel()
[all …]
/packages/apps/Settings/src/com/android/settings/dashboard/
DSummaryLoader.java47 private static final boolean DEBUG = false; field in SummaryLoader
94 if (DEBUG) { in setSummary()
99 if (DEBUG) { in setSummary()
110 if (DEBUG) { in updateSummaryIfNeeded()
121 if (DEBUG) { in updateSummaryIfNeeded()
183 if (DEBUG) Log.d(TAG, "Couldn't find " + clsName, e); in getSummaryProvider()
185 if (DEBUG) Log.d(TAG, "Couldn't find " + SUMMARY_PROVIDER_FACTORY, e); in getSummaryProvider()
187 if (DEBUG) Log.d(TAG, "Couldn't cast " + SUMMARY_PROVIDER_FACTORY, e); in getSummaryProvider()
189 if (DEBUG) Log.d(TAG, "Couldn't get " + SUMMARY_PROVIDER_FACTORY, e); in getSummaryProvider()
230 if (DEBUG) { in setListeningW()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dashboard/
DSummaryLoader.java47 private static final boolean DEBUG = false; field in SummaryLoader
94 if (DEBUG) { in setSummary()
99 if (DEBUG) { in setSummary()
110 if (DEBUG) { in updateSummaryIfNeeded()
121 if (DEBUG) { in updateSummaryIfNeeded()
183 if (DEBUG) Log.d(TAG, "Couldn't find " + clsName, e); in getSummaryProvider()
185 if (DEBUG) Log.d(TAG, "Couldn't find " + SUMMARY_PROVIDER_FACTORY, e); in getSummaryProvider()
187 if (DEBUG) Log.d(TAG, "Couldn't cast " + SUMMARY_PROVIDER_FACTORY, e); in getSummaryProvider()
189 if (DEBUG) Log.d(TAG, "Couldn't get " + SUMMARY_PROVIDER_FACTORY, e); in getSummaryProvider()
230 if (DEBUG) { in setListeningW()
[all …]
/packages/services/Car/tests/CarTrustAgentClientApp/src/com/android/car/trust/client/
DSimpleBleClient.java87 if (Log.isLoggable(TAG, Log.DEBUG)) { in start()
97 if (Log.isLoggable(TAG, Log.DEBUG)) { in start()
178 if (Log.isLoggable(TAG, Log.DEBUG)) { in executeAction()
224 if (Log.isLoggable(TAG, Log.DEBUG)) {
233 if (Log.isLoggable(TAG, Log.DEBUG)) {
249 if (Log.isLoggable(TAG, Log.DEBUG)) {
268 if (Log.isLoggable(TAG, Log.DEBUG)) {
296 if (Log.isLoggable(TAG, Log.DEBUG)) {
307 if (Log.isLoggable(TAG, Log.DEBUG)) {
320 if (Log.isLoggable(TAG, Log.DEBUG)) {
[all …]

12345678910>>...30