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

123456789

/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/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)
H A DPointerTrackerQueue.java29 private static final boolean DEBUG = false; field in class:PointerTrackerQueue
43 if (DEBUG) {
67 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/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/Settings/src/com/android/settings/bluetooth/
H A DDockEventReceiver.java33 private static final boolean DEBUG = DockService.DEBUG; field in class:DockEventReceiver
55 if (DEBUG) {
63 if (DEBUG) Log.d(TAG, "Device is missing");
95 if (DEBUG) Log.d(TAG, "Device is missing");
144 if (DEBUG) Log.d(TAG, "stopSelf id = " + startId);
H A DDockService.java54 static final boolean DEBUG = false; field in class:DockService
124 if (DEBUG) Log.d(TAG, "onCreate");
149 if (DEBUG) Log.d(TAG, "onDestroy");
181 if (DEBUG) Log.d(TAG, "onStartCommand startId: " + startId + " flags: " + flags);
185 if (DEBUG) Log.d(TAG, "START_NOT_STICKY - intent is null.");
227 if (DEBUG) Log.d(TAG, "START_NOT_STICKY - Bad intent.");
263 if(DEBUG) Log.d(TAG, "processMessage: " + msgType + " state: " + state + " device = "
299 if (DEBUG) {
310 if(DEBUG) {
330 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/apps/Contacts/src/com/android/contacts/vcard/
H A DExportVCardActivity.java51 private static final boolean DEBUG = VCardService.DEBUG; field in class:ExportVCardActivity
59 if (DEBUG) Log.d(LOG_TAG, "IncomingHandler received message.");
83 if (DEBUG) {
135 if (DEBUG) {
181 if (DEBUG) Log.d(LOG_TAG, "connected to service, requesting a destination file name");
191 if (DEBUG) Log.d(LOG_TAG, "onServiceDisconnected()");
269 if (DEBUG) Log.d(LOG_TAG, "ExportVCardActivity#onClick() is called");
275 if (DEBUG) Log.d(LOG_TAG, "ExportVCardActivity#onCancel() is called");
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); }
145 if (DEBUG) Log.d(LOG_TAG, "vCard Service is being created.");
186 if (DEBUG) Log.d(LOG_TAG, "VCardService is being destroyed.");
194 if (DEBUG) {
228 if (DEBUG) Log.d(LOG_TAG, "Reserve the path " + path);
256 if (DEBUG) {
272 if (DEBUG) Log.d(LOG_TAG, String.format("Received cancel request. (id: %d)", jobId));
299 if (DEBUG) Lo
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVCardTest.java33 private static final boolean DEBUG = false; field in class:VCardTest
/packages/apps/Email/src/com/android/email/activity/
H A DEmailActivity.java174 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onCreate");
229 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
239 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
248 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
256 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onStart");
263 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onResume");
276 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onPause");
283 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onStop");
290 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onDestroy");
299 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DViewNotificationService.java35 private static final boolean DEBUG = false; field in class:ViewNotificationService
39 if (DEBUG) { Log.d(TAG, "onHandleIntent(). Intent: " + intent); }
/packages/apps/Email/src/com/android/email/mail/transport/
H A DMailTransport.java162 if (Email.DEBUG) {
183 if (Email.DEBUG) {
188 if (Email.DEBUG) {
213 if (Email.DEBUG) {
218 if (Email.DEBUG) {
319 if (Email.DEBUG) {
352 if (d == -1 && Email.DEBUG) {
356 if (Email.DEBUG) {
/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) {
H A DPhoneFavoriteFragment.java66 private static final boolean DEBUG = false; field in class:PhoneFavoriteFragment
86 if (DEBUG) Log.d(TAG, "ContactTileLoaderListener#onCreateLoader.");
92 if (DEBUG) Log.d(TAG, "ContactTileLoaderListener#onLoadFinished");
118 if (DEBUG) Log.d(TAG, "ContactTileLoaderListener#onLoaderReset. ");
125 if (DEBUG) Log.d(TAG, "AllContactsLoaderListener#onCreateLoader");
133 if (DEBUG) Log.d(TAG, "AllContactsLoaderListener#onLoadFinished");
142 if (DEBUG) Log.d(TAG, "AllContactsLoaderListener#onLoaderReset. ");
268 if (DEBUG) Log.d(TAG, "onAttach()");
310 if (DEBUG) Log.d(TAG, "onCreate()");
510 if (DEBUG) {
[all...]
/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)) {
H A DSendingProgressTokenManager.java26 private static final boolean DEBUG = false; field in class:SendingProgressTokenManager
/packages/apps/Contacts/src/com/android/contacts/socialwidget/
H A DSocialWidgetSettings.java53 if (Log.isLoggable(TAG, Log.DEBUG)) {
68 if (Log.isLoggable(TAG, Log.DEBUG)) {
75 if (Log.isLoggable(TAG, Log.DEBUG)) {
/packages/apps/Phone/src/com/android/phone/
H A DAccelerometerListener.java35 private static final boolean DEBUG = true; field in class:AccelerometerListener
73 if (DEBUG) Log.d(TAG, "enable(" + enable + ")");
149 if (DEBUG) {
/packages/apps/DeskClock/src/com/android/deskclock/
H A DLog.java31 static final boolean LOGV = AlarmClock.DEBUG ? false : false;

Completed in 437 milliseconds

123456789