Searched defs:debug (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DGoogleCalendarUriIntentFilter.java44 static final boolean debug = false; field in class:GoogleCalendarUriIntentFilter
72 if (debug) Log.d(TAG, "eid=" + eidParam );
78 if (debug) Log.d(TAG, "decoded eid=" + new String(decodedBytes) );
120 if (debug) Log.d(TAG, "eid= " + eid );
121 if (debug) Log.d(TAG, "email= " + email );
122 if (debug) Log.d(TAG, "domain=" + domain );
150 if (debug) Log.d(TAG, "eidParts=" + syncId + "/" + ownerAccount);
154 if (debug) Log.d(TAG, "selection: " + selection);
158 if (debug) Log.d(TAG, "Found: " + eventCursor.getCount());
174 if (debug) Lo
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/debug/
H A DExternalDictionaryGetterForDebug.java17 package com.android.inputmethod.latin.debug;
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
H A DLog.java64 public void debug(Object message) { method in class:Log
69 public void debug(Object message, Throwable t) { method in class:Log
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
H A DContactsDumpActivity.java17 package com.android.providers.contacts.debug;
H A DDataExporter.java17 package com.android.providers.contacts.debug;
H A DDumpFileProvider.java17 package com.android.providers.contacts.debug;
/packages/apps/Mms/src/com/android/mms/
H A DLogTag.java81 public static void debug(String format, Object... args) { method in class:LogTag
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_pan.cpp36 #define debug(fmt, ...) ALOGD ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__) macro
61 debug("state:%d, local_role:%d, ifname:%s", state, local_role, ifname);
72 debug("state:%d, local_role:%d, remote_role:%d", state, local_role, remote_role);
110 debug("pan");
167 debug("in");
171 debug("out");
175 debug("in");
180 debug("out");
188 debug("in");
H A Dcom_android_bluetooth_gatt.cpp37 #define debug(fmt, ...) ALOGD ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__) macro
/packages/apps/Camera2/src/com/android/camera/crop/
H A DUtils.java337 public static void debug(String message, Object... args) { method in class:Utils
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DUtils.java337 public static void debug(String message, Object ... args) { method in class:Utils
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
H A DUtils.java337 public static void debug(String message, Object ... args) { method in class:Utils
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlParser.java63 // Turn on for debug information.
686 debug("Unknown element: " + tagName);
978 debug("Unknown attribute: " + name);
1128 private static void debug(String str) { method in class:HtmlParser
H A DHtmlTree.java268 // debug data. Clients should fix their code so that the endpoints from
271 StringBuilder debug = new StringBuilder("Returning unbalanced HTML:\n");
272 debug.append(getHtml());
273 debug.append("\nfromNode: ").append(fromNode);
274 debug.append("\ntoNode: ").append(toNode);
275 debug.append("\nNum nodes_: ").append(getNumNodes());
277 debug.append("\nChunk:\n").append(chunk);
279 logger.severe(debug.toString());
349 debug("Creating block: " +
387 debug("Forcin
961 private static final void debug(String str) { method in class:HtmlTree
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlParser.java63 // Turn on for debug information.
686 debug("Unknown element: " + tagName);
978 debug("Unknown attribute: " + name);
1128 private static void debug(String str) { method in class:HtmlParser
H A DHtmlTree.java301 // debug data. Clients should fix their code so that the endpoints from
304 StringBuilder debug = new StringBuilder("Returning unbalanced HTML:\n");
305 debug.append(getHtml());
306 debug.append("\nfromNode: ").append(fromNode);
307 debug.append("\ntoNode: ").append(toNode);
308 debug.append("\nNum nodes_: ").append(getNumNodes());
310 debug.append("\nChunk:\n").append(chunk);
312 logger.severe(debug.toString());
382 debug("Creating block: " +
420 debug("Forcin
1004 private static final void debug(String str) { method in class:HtmlTree
[all...]

Completed in 472 milliseconds