Searched refs:DEBUG (Results 1 - 25 of 310) sorted by relevance

1234567891011>>

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DPrivateLog.java33 public static final boolean DEBUG = DictionaryProvider.DEBUG; field in class:PrivateLog
56 if (!DEBUG) return sInstance;
73 if (!DEBUG) return;
80 if (!DEBUG) return;
88 if (!DEBUG) return;
98 if (!DEBUG) return;
/packages/apps/UnifiedEmail/src/com/android/bitmap/
H A DAltBitmapCache.java33 private final static boolean DEBUG = false; field in class:AltBitmapCache
45 if (DEBUG) LogUtils.d(TAG, "AltBitmapCache: block %b", blocking);
70 if (DEBUG) {
77 if (DEBUG) {
93 if (DEBUG) LogUtils.d(TAG, "AltBitmapCache: offer +1");
H A DContiguousFIFOAggregator.java63 private static final boolean DEBUG = false; field in class:ContiguousFIFOAggregator
109 if (DEBUG) LogUtils.d(TAG, "ContiguousFIFOAggregator >> tasks: %s", prettyPrint());
138 if (DEBUG) LogUtils.d(TAG, "ContiguousFIFOAggregator < tasks: %s", prettyPrint());
174 if (DEBUG) LogUtils.d(TAG, "ContiguousFIFOAggregator ++ tasks: %s", prettyPrint());
205 if (DEBUG) LogUtils.d(TAG, "ContiguousFIFOAggregator - tasks: %s", prettyPrint());
226 if (DEBUG) LogUtils.d(TAG, "ContiguousFIFOAggregator first: %d", hash);
/packages/apps/Mms/src/com/android/mms/transaction/
H A DDefaultRetryScheme.java29 private static final boolean DEBUG = false; field in class:DefaultRetryScheme
30 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DThrottle.java35 public static final boolean DEBUG = false; // Don't submit with true field in class:Throttle
108 if (DEBUG) debugLog("Canceling scheduled callback");
121 if (DEBUG) debugLog("Timeout extended " + mTimeout);
124 if (DEBUG) debugLog("Timeout reset to " + mTimeout);
131 if (DEBUG) debugLog("onEvent");
136 if (DEBUG) debugLog(" callback already scheduled");
138 if (DEBUG) debugLog(" scheduling callback");
166 if (DEBUG) debugLog("Kicking callback");
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DSmoothingUtilsTests.java27 private static final boolean DEBUG = false; field in class:SmoothingUtilsTests
35 if (DEBUG) {
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSecurity.java54 private static final boolean DEBUG = true; // STOPSHIP Don't ship with this set to true field in class:AccountSecurity
132 if (MailActivityEmail.DEBUG || DEBUG) {
148 if (MailActivityEmail.DEBUG || DEBUG) {
189 if (MailActivityEmail.DEBUG || DEBUG) {
199 if (MailActivityEmail.DEBUG || DEBUG) {
205 if (MailActivityEmail.DEBUG || DEBU
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DAlphabetShiftState.java23 private static final boolean DEBUG = false; field in class:AlphabetShiftState
60 if (DEBUG)
78 if (DEBUG)
86 if (DEBUG)
H A DModifierKeyState.java23 protected static final boolean DEBUG = false; field in class:ModifierKeyState
39 if (DEBUG)
46 if (DEBUG)
54 if (DEBUG)
H A DSmoothingUtils.java33 private static final boolean DEBUG = false; field in class:SmoothingUtils
71 if (DEBUG) {
88 if (DEBUG) {
93 if (DEBUG) {
98 if (DEBUG) {
H A DShiftKeyState.java37 if (DEBUG)
44 if (DEBUG)
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationCursorLoader.java42 /** Only used for debugging. Turn {@link #DEBUG} on to make this useful. */
43 private static final boolean DEBUG = false; field in class:ConversationCursorLoader
60 if (DEBUG) {
69 if (DEBUG) {
92 if (DEBUG) {
100 if (DEBUG) {
122 if (DEBUG) {
127 if (DEBUG) {
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProviderIntentService.java33 if (Log.isLoggable(TAG, Log.DEBUG)) {
38 if (Log.isLoggable(TAG, Log.DEBUG)) {
/packages/apps/DeskClock/src/com/android/deskclock/
H A DScreensaver.java36 static final boolean DEBUG = false; field in class:Screensaver
81 if (DEBUG) Log.d(TAG, "Screensaver allocated");
87 if (DEBUG) Log.d(TAG, "Screensaver created");
96 if (DEBUG) Log.d(TAG, "Screensaver configuration changed");
105 if (DEBUG) Log.d(TAG, "Screensaver attached to window");
131 if (DEBUG) Log.d(TAG, "Screensaver detached from window");
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDockEventReceiver.java33 private static final boolean DEBUG = DockService.DEBUG; field in class:DockEventReceiver
55 if (DEBUG) {
65 if (DEBUG) Log.d(TAG,
98 if (DEBUG) Log.d(TAG, "Device is missing");
147 if (DEBUG) Log.d(TAG, "stopSelf id = " + startId);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCacheProcessing.java31 private static final boolean DEBUG = false; field in class:CacheProcessing
108 if (DEBUG) {
114 if (DEBUG) {
124 if (DEBUG) {
141 if (DEBUG) {
150 if (DEBUG) {
172 if (DEBUG) {
187 if (DEBUG) {
213 if (DEBUG) {
225 if (DEBUG) {
[all...]
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
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);
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DVCardService.java57 /* package */ final static boolean DEBUG = false; field in class:VCardService
90 if (DEBUG) { Log.d(LOG_TAG, "Connected to MediaScanner. Start scanning."); }
96 if (DEBUG) { Log.d(LOG_TAG, "scan completed: " + path); }
147 if (DEBUG) Log.d(LOG_TAG, "vCard Service is being created.");
194 if (DEBUG) Log.d(LOG_TAG, "VCardService is being destroyed.");
202 if (DEBUG) {
236 if (DEBUG) Log.d(LOG_TAG, "Reserve the path " + path);
264 if (DEBUG) {
280 if (DEBUG) Log.d(LOG_TAG, String.format("Received cancel request. (id: %d)", jobId));
307 if (DEBUG) Lo
[all...]
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DSmartDialCursorLoader.java40 private final boolean DEBUG = false; field in class:SmartDialCursorLoader
59 if (DEBUG) {
74 if (DEBUG) {
84 if (DEBUG) {
/packages/apps/Dialer/src/com/android/dialer/list/
H A DSmartDialNumberListAdapter.java43 private static final boolean DEBUG = false; field in class:SmartDialNumberListAdapter
49 if (DEBUG) {
58 if (DEBUG) {
85 if (DEBUG) {
/packages/apps/Email/src/com/android/email/mail/transport/
H A DMailTransport.java106 if (MailActivityEmail.DEBUG) {
128 if (MailActivityEmail.DEBUG) {
133 if (MailActivityEmail.DEBUG) {
138 if (MailActivityEmail.DEBUG) {
162 if (MailActivityEmail.DEBUG) {
167 if (MailActivityEmail.DEBUG) {
262 if (MailActivityEmail.DEBUG) {
294 if (d == -1 && MailActivityEmail.DEBUG) {
298 if (loggable && MailActivityEmail.DEBUG) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFirstFrameAnimatorHelper.java34 private static final boolean DEBUG = false; field in class:FirstFrameAnimatorHelper
76 if (DEBUG) {
127 if (DEBUG) print(animation);
131 if (DEBUG) print(animation);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFirstFrameAnimatorHelper.java34 private static final boolean DEBUG = false; field in class:FirstFrameAnimatorHelper
76 if (DEBUG) {
127 if (DEBUG) print(animation);
131 if (DEBUG) print(animation);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java61 * To enable MAP DEBUG/VERBOSE logging - run below cmd in adb shell, and
62 * restart com.android.bluetooth process. only enable DEBUG log:
63 * "setprop log.tag.BluetoothMapService DEBUG"; enable both VERBOSE and
64 * DEBUG log: "setprop log.tag.BluetoothMapService VERBOSE"
67 public static final boolean DEBUG = true; field in class:BluetoothMapService
153 if (DEBUG) Log.d(TAG, "Map Service startRfcommSocketListener");
163 if (DEBUG) Log.d(TAG, "Map Service initSocket");
239 if (DEBUG) Log.d(TAG, "MAP Service closeService in");
281 if (DEBUG) Log.d(TAG, "Map Service startObexServerSession");
311 if (DEBUG) Lo
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DViewNotificationService.java37 private static final boolean DEBUG = false; field in class:ViewNotificationService
41 if (DEBUG) { Log.d(TAG, "onHandleIntent(). Intent: " + intent); }

Completed in 807 milliseconds

1234567891011>>