Home
last modified time | relevance | path

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

12345678910>>...15

/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/apps/Settings/src/com/android/settings/bluetooth/
DDockService.java55 static final boolean DEBUG = false; field in DockService
127 if (DEBUG) Log.d(TAG, "onCreate"); in onCreate()
152 if (DEBUG) Log.d(TAG, "onDestroy"); in onDestroy()
184 if (DEBUG) Log.d(TAG, "onStartCommand startId: " + startId + " flags: " + flags); in onStartCommand()
188 if (DEBUG) Log.d(TAG, "START_NOT_STICKY - intent is null."); in onStartCommand()
230 if (DEBUG) Log.d(TAG, "START_NOT_STICKY - Bad intent."); in onStartCommand()
266 if(DEBUG) Log.d(TAG, "processMessage: " + msgType + " state: " + state + " device = " in processMessage()
304 if (DEBUG) { in msgTypeDisableBluetooth()
315 if(DEBUG) { in msgTypeDisableBluetooth()
336 if (DEBUG) { in msgTypeUndockedPermanent()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java77 public static final boolean DEBUG = true; field in BluetoothMapService
171 if (DEBUG) Log.d(TAG, "MAP Service closeService in"); in closeService()
215 if (DEBUG) Log.d(TAG, "Map Service START ObexServerSessions()"); in startObexServerSessions()
268 if (DEBUG) Log.d(TAG, "MAP Service STOP ObexServerSessions()"); in stopObexServerSessions()
374 if(DEBUG)Log.i(TAG, " Acquired Wake Lock by message");
384 if(DEBUG) Log.i(TAG, " Released Wake Lock by message");
399 if (DEBUG) Log.d(TAG, "mPermission = " + mPermission); in onConnectHandler()
402 if (DEBUG) Log.d(TAG, "incoming connection accepted from: " in onConnectHandler()
430 if (DEBUG) Log.d(TAG, "Map state " + mState + " -> " + state + ", result = " in setState()
458 if (DEBUG) Log.d(TAG, "disconnectMap"); in disconnectMap()
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.java29 public final static boolean DEBUG = "eng".equals(Build.TYPE) || "userdebug".equals(Build.TYPE); field in LogUtils
32 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) { in v()
38 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) { in v()
44 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) { in d()
50 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) { in d()
56 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) { in i()
62 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) { in i()
68 if (DEBUG || Log.isLoggable(LOGTAG, Log.WARN)) { in w()
74 if (DEBUG || Log.isLoggable(LOGTAG, Log.WARN)) { in w()
80 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
[all …]
/packages/apps/Dialer/src/com/android/dialer/database/
DDialerDatabaseHelper.java61 private static final boolean DEBUG = false; field in DialerDatabaseHelper
315 if (DEBUG) { in getInstance()
491 if (DEBUG) { in doInBackground()
500 if (DEBUG) { in onCancelled()
508 if (DEBUG) { in onPostExecute()
755 if (DEBUG) { in updateSmartDialDatabase()
758 final StopWatch stopWatch = DEBUG ? StopWatch.start("Updating databases") : null; in updateSmartDialDatabase()
766 if (DEBUG) { in updateSmartDialDatabase()
776 if (DEBUG) { in updateSmartDialDatabase()
786 if (DEBUG) { in updateSmartDialDatabase()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java64 private static final boolean DEBUG = false; field in Avrcp
183 if (DEBUG) Log.v(TAG, "make"); in make()
278 if (DEBUG) Log.v(TAG, "New genId = " + msg.arg1 + ", clearing = " + msg.arg2); in handleMessage()
283 if (DEBUG) Log.v(TAG, "MESSAGE_GET_RC_FEATURES: address="+address+ in handleMessage()
290 if (DEBUG) Log.v(TAG, "MESSAGE_GET_PLAY_STATUS"); in handleMessage()
301 if (DEBUG) Log.v(TAG, "MESSAGE_GET_ELEM_ATTRS:numAttr=" + numAttr); in handleMessage()
312 if (DEBUG) Log.v(TAG, "MESSAGE_REGISTER_NOTIFICATION:event=" + msg.arg1 + in handleMessage()
318 if (DEBUG) Log.v(TAG, "MESSAGE_PLAY_INTERVAL_TIMEOUT"); in handleMessage()
324 if (DEBUG) Log.v(TAG, "MESSAGE_VOLUME_CHANGED: volume=" + ((byte)msg.arg1 & 0x7f) in handleMessage()
350 if (DEBUG) Log.d(TAG, "MESSAGE_ADJUST_VOLUME: direction=" + msg.arg1); in handleMessage()
[all …]
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DVCardService.java58 /* package */ final static boolean DEBUG = false; field in VCardService
91 if (DEBUG) { Log.d(LOG_TAG, "Connected to MediaScanner. Start scanning."); } in onMediaScannerConnected()
97 if (DEBUG) { Log.d(LOG_TAG, "scan completed: " + path); } in onScanCompleted()
148 if (DEBUG) Log.d(LOG_TAG, "vCard Service is being created."); in onCreate()
195 if (DEBUG) Log.d(LOG_TAG, "VCardService is being destroyed."); in onDestroy()
203 if (DEBUG) { in handleImportRequest()
237 if (DEBUG) Log.d(LOG_TAG, "Reserve the path " + path); in handleExportRequest()
265 if (DEBUG) { in tryExecute()
281 if (DEBUG) Log.d(LOG_TAG, String.format("Received cancel request. (id: %d)", jobId)); in handleCancelRequest()
308 if (DEBUG) Log.d(LOG_TAG, "Received available export destination request."); in handleRequestAvailableExportDestination()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DConnectToWifiFragment.java54 private static final boolean DEBUG = false; field in ConnectToWifiFragment
114 if (DEBUG) Log.d(TAG, "Timeout waiting on supplicant state change"); in onCreate()
116 if (DEBUG) Log.d(TAG, "Fake timeout; we're actually connected"); in onCreate()
120 if (DEBUG) Log.d(TAG, "Timeout is real; telling the listener"); in onCreate()
134 if (DEBUG) { in onCreate()
189 if (DEBUG) { in onCreate()
194 if (DEBUG) { in onCreate()
199 if (DEBUG) { in onCreate()
222 if (DEBUG) Log.d(TAG, "Connectivity changed"); in onConnectivityChange()
241 if (DEBUG) Log.d(TAG, "NetworkInfo is null; network is not connected"); in isNetworkConnected()
[all …]
DWifiConfigurationActivity.java51 private static final boolean DEBUG = false; field in WifiConfigurationActivity
78 if (DEBUG) Log.d(TAG, "onCreate"); in onCreate()
85 if (DEBUG) Log.d(TAG, "onResume"); in onResume()
93 if (DEBUG) Log.d(TAG, "onPause"); in onPause()
98 if (DEBUG) Log.d(TAG, "getInitialState"); in getInitialState()
104 if (DEBUG) Log.d(TAG, "onConnectivityChange intent " + intent); in onConnectivityChange()
115 if (DEBUG) Log.d(TAG, "onConnectivityChange mInetConnected " + mInetConnected); in onConnectivityChange()
146 if (DEBUG) Log.d(TAG, "refreshActionList"); in refreshActionList()
260 if (DEBUG) Log.d(TAG, "updateView mState " + (ActionType) mState); in updateView()
309 if (DEBUG) Log.d(TAG, "onActionClicked " + action.getKey()); in onActionClicked()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DDeviceOwnerProvisioningService.java57 private static final boolean DEBUG = false; // To control logging. field in DeviceOwnerProvisioningService
115 if (DEBUG) ProvisionLogger.logd("Device owner provisioning service ONSTARTCOMMAND."); in onStartCommand()
119 if (DEBUG) ProvisionLogger.logd("Provisioning already in flight."); in onStartCommand()
134 if (DEBUG) ProvisionLogger.logd("First start of the service."); in onStartCommand()
197 if (DEBUG) ProvisionLogger.logd("Starting device owner provisioning"); in startDeviceOwnerProvisioning()
357 if (DEBUG) { in sendError()
368 if (DEBUG) { in progressUpdate()
384 if (DEBUG) ProvisionLogger.logd("Reporting success."); in onProvisioningSuccess()
408 if (DEBUG) ProvisionLogger.logd("Starting cdma activation activity"); in initializeProvisioningEnvironment()
416 if (DEBUG) ProvisionLogger.logd("Setting time zone to " + timeZone); in setTimeAndTimezone()
[all …]
DDeviceOwnerProvisioningActivity.java68 private static final boolean DEBUG = false; // To control logging. field in DeviceOwnerProvisioningActivity
96 if (DEBUG) ProvisionLogger.logd("Device owner provisioning activity ONCREATE"); in onCreate()
229 if (DEBUG) ProvisionLogger.logd("Successfully provisioned"); in handleProvisioningIntent()
236 if (DEBUG) { in handleProvisioningIntent()
244 if (DEBUG) { in handleProvisioningIntent()
330 if (DEBUG) ProvisionLogger.logd("Handling pending intent " + intent.getAction()); in handlePendingIntents()
354 if (DEBUG) ProvisionLogger.logd("Wifi request result is OK"); in onActivityResult()
413 if (DEBUG) ProvisionLogger.logd("Device owner provisioning activity ONDESTROY"); in onDestroy()
423 if (DEBUG) ProvisionLogger.logd("Device owner provisioning activity ONRESTART"); in onRestart()
429 if (DEBUG) ProvisionLogger.logd("Device owner provisioning activity ONRESUME"); in onResume()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherBackupHelper.java72 private static final boolean DEBUG = LauncherBackupAgentHelper.DEBUG; field in LauncherBackupHelper
286 if (DEBUG) Log.d(TAG, "read " + bytesRead + " of " + dataSize + " available"); in restoreEntity()
306 if (DEBUG) Log.e(TAG, "Ignoring key not present in the backup state " + backupKey); in restoreEntity()
409 if (DEBUG) Log.d(TAG, "favorite already backup up: " + id); in backupFavorites()
428 if (DEBUG) Log.d(TAG, "read (" + buffer.length + "): " + in restoreFavorite()
449 if (DEBUG) Log.d(TAG, "dumping screens after: " + mLastBackupRestoreTime); in backupScreens()
478 if (DEBUG) Log.d(TAG, "read (" + buffer.length + "): " + in restoreScreen()
496 if (DEBUG) Log.d(TAG, "Launcher is not initialized, delaying icon backup"); in backupIcons()
527 if (DEBUG) Log.d(TAG, "already saved icon " + backupKey); in backupIcons()
532 if (DEBUG) Log.d(TAG, "I can count this high: " + backupUpIconCount); in backupIcons()
[all …]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryHistoryChart.java53 static final boolean DEBUG = false; field in BatteryHistoryChart
348 if (DEBUG) Log.d(TAG, "New BatteryHistoryChart!"); in BatteryHistoryChart()
479 if (DEBUG) Log.d(TAG, "Setting stats..."); in setStats()
679 if (DEBUG) Log.d(TAG, "onSizeChanged: " + oldw + "x" + oldh + " to " + w + "x" + h); in onSizeChanged()
689 if (DEBUG) Log.d(TAG, "Rebuilding chart for: " + w + "x" + h); in onSizeChanged()
1113 if (DEBUG) Log.d(TAG, "onDraw: " + width + "x" + height); in onDraw()
1123 if (DEBUG) Log.d(TAG, "buildBitmap: " + width + "x" + height); in buildBitmap()
1138 if (DEBUG) { in drawChart()
1142 if (DEBUG) Log.d(TAG, "Drawing level path."); in drawChart()
1145 if (DEBUG) Log.d(TAG, "Drawing time remain path."); in drawChart()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java81 private static final boolean DEBUG = false; field in ConversationCursor
231 if (DEBUG) LogUtils.i(LOG_TAG, "[Paused: %s]", this); in pause()
239 if (DEBUG) LogUtils.i(LOG_TAG, "[Resumed: %s]", this); in resume()
244 if (DEBUG) LogUtils.i(LOG_TAG, "IN checkNotifyUI, this=%s", this); in checkNotifyUI()
295 if (DEBUG) LogUtils.i(LOG_TAG, "in cache job pos=%s c=%s", mStartPos, in doInBackground()
586 if (DEBUG) { in doInBackground()
610 if (DEBUG) { in onPostExecute()
621 if (DEBUG) { in onCancelled()
643 } else if (DEBUG) { in doQuery()
694 (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) ? key in resetCursor()
[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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardBuilder.java122 private static final boolean DEBUG = false; field in KeyboardBuilder
217 if (DEBUG) startTag("<%s> %s", TAG_KEYBOARD, mParams.mId); in parseKeyboard()
302 if (DEBUG) startTag("<%s>%s", TAG_ROW, skip ? " skipped" : ""); in parseKeyboardContent()
308 if (DEBUG) startTag("<%s>%s", TAG_GRID_ROWS, skip ? " skipped" : ""); in parseKeyboardContent()
321 if (DEBUG) endTag("</%s>", tag); in parseKeyboardContent()
372 if (DEBUG) endTag("</%s>", tag); in parseRowContent()
391 if (DEBUG) { in parseGridRows()
470 if (DEBUG) startEndTag("<%s /> skipped", TAG_KEY); in parseKey()
482 if (DEBUG) { in parseKey()
494 if (DEBUG) startEndTag("<%s /> skipped", TAG_SPACER); in parseSpacer()
[all …]
/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java94 private static final boolean DEBUG = false; field in MessagingNotification
209 if (DEBUG) { in setCurrentlyDisplayedThreadId()
225 if (DEBUG) { in nonBlockingUpdateNewMessageIndicator()
250 if (DEBUG) { in blockingUpdateNewMessageIndicator()
257 if (DEBUG || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in blockingUpdateNewMessageIndicator()
275 if (DEBUG) { in blockingUpdateNewMessageIndicator()
281 if (DEBUG || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in blockingUpdateNewMessageIndicator()
288 if (DEBUG) { in blockingUpdateNewMessageIndicator()
343 if (DEBUG) { in blockingUpdateAllNotifications()
833 if (DEBUG) { in updateNotification()
[all …]
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAppList.java76 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in NotificationAppList
144 if (DEBUG) Log.d(TAG, "Saving listView state"); in onPause()
201 if (DEBUG) Log.d(TAG, String.format("Eating %dpx into %dpx padding for %dpx scroll, ld=%d", in repositionScrollbar()
395 if (DEBUG) Log.d(TAG, "APP_NOTIFICATION_PREFS_CATEGORY_INTENT is " in queryNotificationConfigActivities()
410 if (DEBUG) Log.d(TAG, "Found " + resolveInfos.size() + " preference activities" in applyConfigActivities()
438 if (DEBUG) Log.d(TAG, "Collecting apps...");
448 if (DEBUG) Log.d(TAG, " launchable activities:");
450 if (DEBUG) Log.d(TAG, " " + lai.getComponentName().toString());
456 if (DEBUG) Log.d(TAG, " config activities:");
458 if (DEBUG) Log.d(TAG, " "
[all …]
/packages/apps/Settings/src/com/android/settings/
DTetherService.java45 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in TetherService
79 if (DEBUG) Log.d(TAG, "Creating WifiProvisionService"); in onCreate()
94 if (DEBUG) Log.d(TAG, "Adding tether " + type); in onStartCommand()
100 if (DEBUG) Log.d(TAG, "Removing tether " + type); in onStartCommand()
145 if (DEBUG) Log.d(TAG, "Destroying WifiProvisionService"); in onDestroy()
210 if (DEBUG) Log.d(TAG, "Sending provisioning broadcast: " + provisionAction + " type: " in startProvisioning()
241 if (DEBUG) Log.d(TAG, "Scheduling alarm at interval " + periodMs); in scheduleAlarm()
259 if (DEBUG) Log.d(TAG, "Tethering still active, not cancelling alarm"); in cancelAlarmIfNecessary()
266 if (DEBUG) Log.d(TAG, "Tethering no longer active, canceling recheck"); in cancelAlarmIfNecessary()
272 if (DEBUG) Log.d(TAG, "Got provision result " + intent);
/packages/apps/Settings/src/com/android/settings/applications/
DProcStatsEntry.java35 private static boolean DEBUG = ProcessStatsUi.DEBUG; field in ProcStatsEntry
70 if (DEBUG) Log.d(TAG, "New proc entry " + proc.mName + ": dur=" + mDuration in ProcStatsEntry()
107 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": single pkg " + mPackages.get(0)); in evaluateTargetPackage()
117 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ", pkg " in evaluateTargetPackage()
137 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": best pkg " in evaluateTargetPackage()
151 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
159 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
164 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
181 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
190 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
[all …]
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java59 static final boolean DEBUG = true; field in AlertService
179 if (DEBUG) { in processMessage()
272 if (DEBUG) { in updateAlertNotification()
277 if (DEBUG) { in updateAlertNotification()
298 if (DEBUG) Log.d(TAG, "No fired or scheduled alerts"); in updateAlertNotification()
310 if (DEBUG) { in generateAlerts()
396 if (DEBUG) { in generateAlerts()
405 if (DEBUG) { in generateAlerts()
413 if (DEBUG) { in generateAlerts()
423 if (DEBUG) { in generateAlerts()
[all …]
/packages/apps/Mms/src/com/android/mms/data/
DConversation.java47 private static final boolean DEBUG = false; field in Conversation
112 if (DEBUG) { in Conversation()
123 if (DEBUG) { in Conversation()
143 if (DEBUG) { in get()
167 if (DEBUG) { in get()
207 if (DEBUG) { in get()
214 if (DEBUG) Log.v(TAG, "Conversation get URI: " + uri); in get()
220 if (DEBUG) { in get()
260 if (DEBUG) Log.v(TAG, "sameRecipient incomingRecipient: " + incomingRecipient + in sameRecipient()
467 if (DEBUG || DELETEDEBUG) { in ensureThreadId()
[all …]
/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/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java80 static final boolean DEBUG = false; // Don't submit with true field in ContactPhotoManager
693 if (DEBUG) dumpStats(); in ContactPhotoManagerImpl()
704 if (DEBUG) dumpStats(); in ContactPhotoManagerImpl()
709 if (DEBUG) { in ContactPhotoManagerImpl()
731 if (!DEBUG) return; in dumpStats()
773 if (DEBUG) Log.d(TAG, "onTrimMemory: " + level); in onTrimMemory()
794 if (DEBUG) Log.d(TAG, "loadPhoto request: " + photoId); in loadThumbnail()
810 if (DEBUG) Log.d(TAG, "loadPhoto request: " + photoUri); in loadPhoto()
878 if (DEBUG) Log.d(TAG, "refreshCache -- no fresh entries."); in refreshCache()
881 if (DEBUG) Log.d(TAG, "refreshCache"); in refreshCache()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionPreviewFragment.java49 private static final boolean DEBUG = false; field in CaptionPreviewFragment
73 if(DEBUG) Log.d(TAG, "onCreate"); in onCreate()
84 if(DEBUG) Log.d(TAG, "onEnableChanged"); in onCreate()
90 if(DEBUG) Log.d(TAG, "onUserStyleChanged"); in onCreate()
97 if(DEBUG) Log.d(TAG, "onLocaleChanged"); in onCreate()
104 if(DEBUG) Log.d(TAG, "onFontScaleChanged " + fontScale); in onCreate()
143 if(DEBUG) Log.d(TAG, "onCreateView"); in onCreateView()
150 if(DEBUG) Log.d(TAG, "onViewCreated"); in onViewCreated()
275 if(DEBUG) Log.d(TAG, "refreshPreviewText"); in refreshPreviewText()

12345678910>>...15