Searched refs:DEBUG (Results 1 - 25 of 269) sorted by last modified time

1234567891011

/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
H A DGrassRS.java46 private static final boolean DEBUG = false; field in class:GrassRS
48 private static final int LOCATION_UPDATE_MIN_TIME = DEBUG ? 5 * 60 * 1000 : 60 * 60 * 1000; // 1 hour
49 private static final int LOCATION_UPDATE_MIN_DISTANCE = DEBUG ? 10 : 150 * 1000; // 150 km
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarAlarmManager.java147 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
233 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
273 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
385 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
406 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
422 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
432 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
490 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
H A DCalendarDatabaseHelper.java3301 if (Log.isLoggable(TAG, Log.DEBUG)) {
3315 if (Log.isLoggable(TAG, Log.DEBUG)) {
3346 if (Log.isLoggable(TAG, Log.DEBUG)) {
H A DCalendarInstancesHelper.java285 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
H A DCalendarProvider2.java478 if (Log.isLoggable(TAG, Log.DEBUG)) {
2305 if (Log.isLoggable(TAG, Log.DEBUG)) {
2479 if (Log.isLoggable(TAG, Log.DEBUG)) {
2502 if (Log.isLoggable(TAG, Log.DEBUG)) {
2521 if (Log.isLoggable(TAG, Log.DEBUG)) {
2675 if (Log.isLoggable(TAG, Log.DEBUG)) {
2697 if (Log.isLoggable(TAG, Log.DEBUG)) {
2764 if (Log.isLoggable(TAG, Log.DEBUG)) {
2786 if (Log.isLoggable(TAG, Log.DEBUG)) {
3728 if (Log.isLoggable(TAG, Log.DEBUG)) {
[all...]
H A DCalendarProviderIntentService.java33 if (Log.isLoggable(TAG, Log.DEBUG)) {
38 if (Log.isLoggable(TAG, Log.DEBUG)) {
H A DCalendarReceiver.java82 if (Log.isLoggable(TAG, Log.DEBUG)) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogProvider.java99 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
109 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
H A DContactDirectoryManager.java54 private static final boolean DEBUG = false; // DON'T SUBMIT WITH TRUE field in class:ContactDirectoryManager
229 if (DEBUG) {
257 if (DEBUG) Log.d(TAG, "package=" + packageName);
281 if (DEBUG) Log.d(TAG, " directory=" + info);
347 if (DEBUG) Log.d(TAG, "Ignoring onPackageChanged for self");
360 if (DEBUG) {
396 if (DEBUG) {
H A DContactsProvider2.java1395 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
1412 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
H A DVoicemailContentProvider.java58 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
67 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java88 private static final boolean DEBUG_LOGGING = Log.isLoggable(TAG, Log.DEBUG);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVCardTest.java34 private static final boolean DEBUG = false; field in class:VCardTest
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java878 private final static boolean DEBUG = false; field in class:MmsProvider
H A DMmsSmsProvider.java74 private static final boolean DEBUG = false; field in class:MmsSmsProvider
886 if (DEBUG) {
/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColors.java34 static final boolean DEBUG = false; field in class:Colors
37 if (!DEBUG) return;
H A DColorsGLRenderer.java50 static final boolean DEBUG = false; field in class:ColorsGLRenderer
53 if (!DEBUG) return;
108 if (DEBUG) {
118 if (DEBUG) {
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DAlbumDataAdapter.java38 private static final boolean DEBUG = false; field in class:AlbumDataAdapter
180 if (DEBUG) Log.i(TAG, data.title + " is " +
183 if (DEBUG) Log.w(TAG, "no checkbox found in settings row!");
H A DKeyboardInterpreter.java27 private static final boolean DEBUG = false; field in class:KeyboardInterpreter
66 if (DEBUG) Log.d(TAG, "dropped unexpected: " + keyCode);
112 if (DEBUG) Log.d(TAG, "dropped unexpected: " + keyCode);
H A DPhotoCarousel.java41 private static final boolean DEBUG = false; field in class:PhotoCarousel
301 if (DEBUG) {
H A DPhotoSource.java43 private static final boolean DEBUG = false; field in class:PhotoSource
260 if (DEBUG) {
H A DPhotoTable.java56 private static final boolean DEBUG = false; field in class:PhotoTable
988 if (DEBUG) {
H A DPhotoTouchListener.java30 private static final boolean DEBUG = false; field in class:PhotoTouchListener
242 if (DEBUG) {
H A DSectionedAlbumDataAdapter.java36 private static final boolean DEBUG = false; field in class:SectionedAlbumDataAdapter
67 if (DEBUG) Log.i(TAG, "onChanged");
70 if (DEBUG) Log.i(TAG, "numAlbums = " + mAlbumData.getCount());
74 if (DEBUG) Log.i(TAG, "previous = " + previous +", title = " + item.account);
80 if (DEBUG) Log.i(TAG, "numSections = " + numSections);
96 if (DEBUG) Log.i(TAG, i + ": " + sections[i]);
179 if (DEBUG) Log.i(TAG, "header at " + position);
191 if (DEBUG) Log.i(TAG, "non-header at " + position +
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionaryProvider.java49 public static final boolean DEBUG = false; field in class:DictionaryProvider

Completed in 371 milliseconds

1234567891011