Searched refs:DEBUG (Results 76 - 100 of 379) sorted by relevance

1234567891011>>

/packages/apps/Settings/src/com/android/settings/location/
H A DSettingsInjector.java116 if (Log.isLoggable(TAG, Log.DEBUG)) {
134 if (Log.isLoggable(TAG, Log.DEBUG)) {
209 if (Log.isLoggable(TAG, Log.DEBUG)) {
240 if (Log.isLoggable(TAG, Log.DEBUG)) {
297 if (Log.isLoggable(TAG, Log.DEBUG)) {
369 if (Log.isLoggable(TAG, Log.DEBUG)) {
432 if (Log.isLoggable(TAG, Log.DEBUG)) {
446 if (Log.isLoggable(TAG, Log.DEBUG)) {
465 if (Log.isLoggable(TAG, Log.DEBUG) && startMillis != 0) {
/packages/apps/InCallUI/src/com/android/incallui/
H A DLog.java34 public static final boolean DEBUG = android.util.Log.isLoggable(TAG, android.util.Log.DEBUG); field in class:Log
40 if (DEBUG) {
46 if (DEBUG) {
52 if (DEBUG) {
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionRequest.java38 private static final boolean DEBUG = Utils.V; field in class:BluetoothPermissionRequest
56 if (DEBUG) Log.d(TAG, "onReceive" + action);
66 if (DEBUG) Log.d(TAG, "onReceive request type: " + mRequestType + " return "
192 if (DEBUG) Log.d(TAG, "checkUserChoice(): Unknown RequestType " + mRequestType);
236 if (DEBUG) Log.d(TAG,"checkUserChoice(): returning " + processed);
H A DCachedBluetoothDeviceManager.java33 private static final boolean DEBUG = Utils.D; field in class:CachedBluetoothDeviceManager
168 if (DEBUG) {
/packages/apps/Settings/src/com/android/settings/notification/
H A DAppNotificationSettings.java49 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:AppNotificationSettings
70 if (DEBUG) Log.d(TAG, "onActivityCreated mCreated=" + mCreated);
108 if (DEBUG) Log.d(TAG, "onCreate getIntent()=" + intent);
124 if (DEBUG) Log.d(TAG, "Load details for pkg=" + pkg + " uid=" + uid);
H A DZenModeAutomaticConditionSelection.java39 private static final boolean DEBUG = true; field in class:ZenModeAutomaticConditionSelection
86 if (DEBUG) Log.d(TAG, "setSelectedCondition conditionId=" + conditionId
117 if (DEBUG) Log.d(TAG, "requestZenModeConditions " + Condition.relevanceToString(relevance));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsBinaryDictionary.java50 private static final boolean DEBUG = false; field in class:ContactsBinaryDictionary
135 if (DEBUG) {
235 if (DEBUG) {
281 if (DEBUG) {
312 if (DEBUG) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardBuilder.java122 private static final boolean DEBUG = false; field in class:KeyboardBuilder
217 if (DEBUG) startTag("<%s> %s", TAG_KEYBOARD, mParams.mId);
302 if (DEBUG) startTag("<%s>%s", TAG_ROW, skip ? " skipped" : "");
308 if (DEBUG) startTag("<%s>%s", TAG_GRID_ROWS, skip ? " skipped" : "");
321 if (DEBUG) endTag("</%s>", tag);
372 if (DEBUG) endTag("</%s>", tag);
391 if (DEBUG) {
470 if (DEBUG) startEndTag("<%s /> skipped", TAG_KEY);
482 if (DEBUG) {
494 if (DEBUG) startEndTa
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DContactsApplication.java46 * To enable: adb shell setprop log.tag.ContactsStrictMode DEBUG
112 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
119 if (Log.isLoggable(STRICT_MODE_TAG, Log.DEBUG)) {
128 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
/packages/apps/Email/src/com/android/email/activity/setup/
H A DDebugFragment.java48 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
57 enableDebugLoggingView.setChecked(MailActivityEmail.DEBUG);
90 MailActivityEmail.DEBUG = isChecked;
/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DPackageInstallerCompatVL.java35 private static final boolean DEBUG = false; field in class:PackageInstallerCompatVL
109 if (DEBUG) Log.d(TAG, "updates resumed");
122 if (DEBUG) Log.d(TAG, "app is null, delaying send");
/packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
H A DdmMemory.cc7 #ifdef DEBUG
39 #ifdef DEBUG
181 #else //!DEBUG
204 #endif //DEBUG
215 #ifdef DEBUG
/packages/apps/OMA-DM/engine/xpl/src/
H A DdmMemory.cc21 #ifdef DEBUG
53 #ifdef DEBUG
196 #else //!DEBUG
221 #endif //DEBUG
232 #ifdef DEBUG
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
H A DDeviceNameSettingsActivity.java42 private static final boolean DEBUG = false; field in class:DeviceNameSettingsActivity
52 if (DEBUG) Log.v(TAG, "Starting Device Name activity");
159 if (DEBUG) Log.v(TAG, String.format("Setting device name to %s", name));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
H A DPersonalizationHelper.java33 private static final boolean DEBUG = false; field in class:PersonalizationHelper
48 if (DEBUG) {
102 if (DEBUG) {
/packages/apps/Exchange/src/com/android/exchange/
H A DEas.java39 public static boolean DEBUG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE field in class:Eas
133 // DEBUG takes precedence and is never true in a user build
134 if (!DEBUG) {
/packages/apps/Mms/src/com/android/mms/util/
H A DBackgroundLoaderManager.java110 if (Log.isLoggable(TAG, Log.DEBUG)) {
129 if (Log.isLoggable(TAG, Log.DEBUG)) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DInputPairer.java129 private static final boolean DEBUG = true; field in class:InputPairer
138 if (DEBUG) {
146 if (DEBUG) {
204 if (DEBUG) {
214 if (DEBUG) {
244 if (DEBUG) {
250 if (DEBUG) {
633 if (DEBUG) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DConnectivityStatusIconUriGetter.java37 private static final boolean DEBUG = true; field in class:ConnectivityStatusIconUriGetter
68 if (DEBUG) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DViewMode.java271 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) {
280 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) {
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarAlarmManager.java158 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
239 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
279 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
391 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
412 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
428 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
438 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
496 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java59 static final boolean DEBUG = true; field in class:AlertService
179 if (DEBUG) {
272 if (DEBUG) {
277 if (DEBUG) {
298 if (DEBUG) Log.d(TAG, "No fired or scheduled alerts");
310 if (DEBUG) {
396 if (DEBUG) {
405 if (DEBUG) {
413 if (DEBUG) {
423 if (DEBUG) {
[all...]
/packages/apps/Mms/src/com/android/mms/data/
H A DConversation.java47 private static final boolean DEBUG = false; field in class:Conversation
112 if (DEBUG) {
123 if (DEBUG) {
143 if (DEBUG) {
167 if (DEBUG) {
207 if (DEBUG) {
214 if (DEBUG) Log.v(TAG, "Conversation get URI: " + uri);
220 if (DEBUG) {
260 if (DEBUG) Log.v(TAG, "sameRecipient incomingRecipient: " + incomingRecipient +
467 if (DEBUG || DELETEDEBU
[all...]
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java94 private static final boolean DEBUG = false; field in class:MessagingNotification
209 if (DEBUG) {
225 if (DEBUG) {
250 if (DEBUG) {
257 if (DEBUG || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
275 if (DEBUG) {
281 if (DEBUG || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
288 if (DEBUG) {
343 if (DEBUG) {
833 if (DEBUG) {
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DBrowserBackupAgent.java49 static final boolean DEBUG = false; field in class:BrowserBackupAgent
124 if (DEBUG) Log.v(TAG, "Restoring " + N + " bookmarks");
136 if (DEBUG) Log.v(TAG, "Did not see url: " + mark.url);
140 if (DEBUG) Log.v(TAG, "Skipping extant url: " + mark.url);

Completed in 692 milliseconds

1234567891011>>