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

1234567891011

/packages/apps/Email/src/com/android/email/data/
H A DThrottlingCursorLoader.java64 if (Throttle.DEBUG) debugLog("startLoading");
71 if (Throttle.DEBUG) debugLog("forceLoad");
78 if (Throttle.DEBUG) debugLog("stopLoading");
85 if (Throttle.DEBUG) debugLog("onCancelled");
92 if (Throttle.DEBUG) debugLog("onReset");
99 if (Throttle.DEBUG) debugLog("onContentChanged");
105 if (Throttle.DEBUG) debugLog("callSuperOnContentChanged");
/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;
H A DUtils.java25 private final static String TAG = Utils.class.getSimpleName() + ":DEBUG --";
26 private final static boolean DEBUG = DictionaryProvider.DEBUG; field in class:Utils
78 if (!DEBUG) return;
95 if (!DEBUG) return;
/packages/apps/Email/src/com/android/email/
H A DThrottle.java37 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/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/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 DShiftKeyState.java37 if (DEBUG)
44 if (DEBUG)
/packages/apps/DeskClock/src/com/android/deskclock/
H A DScreensaver.java40 static final boolean DEBUG = false; field in class:Screensaver
51 if (DEBUG) Log.d(TAG, "Screensaver allocated");
57 if (DEBUG) Log.d(TAG, "Screensaver created");
63 if (DEBUG) Log.d(TAG, "Screensaver configuration changed");
72 if (DEBUG) Log.d(TAG, "Screensaver attached to window");
87 if (DEBUG) Log.d(TAG, "Screensaver detached from window");
/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/Email/src/com/android/email/mail/transport/
H A DMailTransport.java162 if (Email.DEBUG) {
184 if (Email.DEBUG) {
189 if (Email.DEBUG) {
215 if (Email.DEBUG) {
220 if (Email.DEBUG) {
286 if (Email.DEBUG) {
295 if (Email.DEBUG) {
303 if (Email.DEBUG) {
311 if (Email.DEBUG) {
335 if (Email.DEBUG) {
[all...]
/packages/apps/Email/src/com/android/email/provider/
H A DWidgetProvider.java40 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
48 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
57 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
66 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
75 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DSmartDialLoaderTask.java51 static private final boolean DEBUG = false; field in class:SmartDialLoaderTask
98 if (DEBUG) {
102 final StopWatch stopWatch = DEBUG ? StopWatch.start("Start Match") : null;
104 if (DEBUG) {
109 if (DEBUG) {
137 if (DEBUG) {
/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);
H A DDockService.java55 static final boolean DEBUG = false; field in class:DockService
127 if (DEBUG) Log.d(TAG, "onCreate");
152 if (DEBUG) Log.d(TAG, "onDestroy");
184 if (DEBUG) Log.d(TAG, "onStartCommand startId: " + startId + " flags: " + flags);
188 if (DEBUG) Log.d(TAG, "START_NOT_STICKY - intent is null.");
230 if (DEBUG) Log.d(TAG, "START_NOT_STICKY - Bad intent.");
266 if(DEBUG) Log.d(TAG, "processMessage: " + msgType + " state: " + state + " device = "
304 if (DEBUG) {
315 if(DEBUG) {
336 if (DEBUG) {
[all...]
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSecurity.java180 if (Email.DEBUG) {
190 if (Email.DEBUG) {
196 if (Email.DEBUG) {
215 if (Email.DEBUG) {
234 if (Email.DEBUG) {
240 if (Email.DEBUG) {
254 if (Email.DEBUG) {
260 if (Email.DEBUG) {
272 if (Email.DEBUG) {
326 if (Email.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);
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/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/Launcher2/src/com/android/launcher2/
H A DFirstFrameAnimatorHelper.java35 private static final boolean DEBUG = false; field in class:FirstFrameAnimatorHelper
77 if (DEBUG) {
128 if (DEBUG) print(animation);
132 if (DEBUG) print(animation);
/packages/apps/Email/src/com/android/email/activity/
H A DEmailActivity.java175 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onCreate");
230 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
240 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
249 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
257 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onStart");
264 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onResume");
277 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onPause");
284 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onStop");
291 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onDestroy");
300 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
[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); }
/packages/apps/Contacts/src/com/android/contacts/list/
H A DProviderStatusWatcher.java41 private static final boolean DEBUG = false; field in class:ProviderStatusWatcher
122 if (DEBUG) {
146 if (DEBUG) {
165 if (DEBUG) {
218 if (DEBUG) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DMainLogBuffer.java63 private static final boolean DEBUG = false field in class:MainLogBuffer
86 mNumWordsUntilSafeToSample = DEBUG ? 0 : numInitialWordsToIgnore;
166 if (DEBUG) {
193 if (DEBUG) {
244 if (DEBUG) {
/packages/apps/Mms/src/com/android/mms/util/
H A DDraftCache.java56 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
74 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
91 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
109 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
175 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
203 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
212 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {

Completed in 529 milliseconds

1234567891011