Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Email/src/org/apache/james/mime4j/
DLog.java64 public void debug(Object message) { in debug() method in Log
69 public void debug(Object message, Throwable t) { in debug() method in Log
/packages/apps/Browser/src/com/android/browser/
DBrowserPreferencesPage.java54 Header debug = new Header(); in onBuildHeaders() local
/packages/apps/Calendar/src/com/android/calendar/
DGoogleCalendarUriIntentFilter.java46 static final boolean debug = false; field in GoogleCalendarUriIntentFilter
/packages/apps/Mms/src/com/android/mms/
DLogTag.java81 public static void debug(String format, Object... args) { in debug() method in LogTag
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DUtils.java336 public static void debug(String message, Object ... args) { in debug() method in Utils