Searched refs:DEBUG (Results 26 - 50 of 269) sorted by relevance

1234567891011

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DExportVCardActivity.java50 private static final boolean DEBUG = VCardService.DEBUG; field in class:ExportVCardActivity
58 if (DEBUG) Log.d(LOG_TAG, "IncomingHandler received message.");
82 if (DEBUG) {
134 if (DEBUG) {
190 if (DEBUG) Log.d(LOG_TAG, "connected to service, requesting a destination file name");
200 if (DEBUG) Log.d(LOG_TAG, "onServiceDisconnected()");
278 if (DEBUG) Log.d(LOG_TAG, "ExportVCardActivity#onClick() is called");
284 if (DEBUG) Log.d(LOG_TAG, "ExportVCardActivity#onCancel() is called");
H A DExportProcessor.java47 private static final boolean DEBUG = VCardService.DEBUG; field in class:ExportProcessor
99 if (DEBUG) Log.d(LOG_TAG, String.format("vCard export (id: %d) has started.", mJobId));
196 if (DEBUG) {
249 if (DEBUG) Log.d(LOG_TAG, "send cancel notification");
259 if (DEBUG) Log.d(LOG_TAG, "send finish notification: " + title + ", " + description);
271 if (DEBUG) Log.d(LOG_TAG, "received cancel request");
/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/Mms/src/com/android/mms/util/
H A DSendingProgressTokenManager.java26 private static final boolean DEBUG = false; field in class:SendingProgressTokenManager
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVCardTest.java34 private static final boolean DEBUG = false; field in class:VCardTest
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DSmartDialCache.java163 private static final boolean DEBUG = false; field in class:SmartDialCache
218 if (DEBUG) {
221 final StopWatch stopWatch = DEBUG ? StopWatch.start("SmartDial Cache") : null;
228 if (DEBUG) {
233 if (DEBUG) {
256 if (DEBUG) {
261 if (DEBUG) {
318 if (DEBUG) {
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DEas.java32 public static boolean DEBUG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE field in class:Eas
96 // DEBUG takes precedence and is never true in a user build
97 if (!DEBUG) {
/packages/apps/Mms/src/com/android/mms/model/
H A DCarrierContentRestriction.java36 private static final boolean DEBUG = true; field in class:CarrierContentRestriction
49 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;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DPointerTrackerQueue.java27 private static final boolean DEBUG = false; field in class:PointerTrackerQueue
51 if (DEBUG) {
67 if (DEBUG) {
99 if (DEBUG) {
147 if (DEBUG) {
212 if (DEBUG) {
H A DGestureStroke.java29 private static final boolean DEBUG = false; field in class:GestureStroke
156 if (DEBUG) {
178 if (DEBUG) {
226 if (DEBUG) {
241 if (DEBUG) {
304 if (DEBUG) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsBinaryDictionary.java44 private static boolean DEBUG = false; field in class:ContactsBinaryDictionary
124 if (DEBUG) {
203 if (DEBUG) {
247 if (DEBUG) {
264 if (DEBUG) {
277 if (DEBUG) {
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DKenBurnsActivity.java194 if (Log.isLoggable(TAG, Log.DEBUG)) {
212 if (Log.isLoggable(TAG, Log.DEBUG)) {
241 if (Log.isLoggable(TAG, Log.DEBUG)) {
248 if (Log.isLoggable(TAG, Log.DEBUG)) {
430 if (Log.isLoggable(TAG, Log.DEBUG)) {
448 if (Log.isLoggable(TAG, Log.DEBUG)) {
481 if (Log.isLoggable(TAG, Log.DEBUG)) {
493 if (Log.isLoggable(TAG, Log.DEBUG)) {
508 if (Log.isLoggable(TAG, Log.DEBUG)) {
520 if (Log.isLoggable(TAG, Log.DEBUG)) {
[all...]
/packages/apps/Email/src/com/android/email/activity/
H A DUIControllerBase.java170 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
179 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
191 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
203 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
219 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
228 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
238 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
250 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
261 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
297 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
[all...]
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupExchangeFragment.java88 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
103 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
164 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
176 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
189 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
198 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
209 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
221 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
229 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
H A DAccountSetupOutgoingFragment.java77 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
91 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
163 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
174 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
187 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
196 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
207 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
219 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
227 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
H A DLogUtils.java39 public static final int DEBUG = Log.DEBUG; field in class:LogUtils
90 return Log.isLoggable(tag, Log.DEBUG);
139 * Send a {@link #DEBUG} log message.
149 if (isLoggable(tag, DEBUG)) {
156 * Send a {@link #DEBUG} log message.
167 if (isLoggable(tag, DEBUG)) {
/packages/apps/Email/src/com/android/mail/utils/
H A DLogUtils.java48 public static final int DEBUG = Log.DEBUG; field in class:LogUtils
99 return Log.isLoggable(LOG_TAG, Log.DEBUG);
211 * Send a {@link #DEBUG} log message.
221 if (isLoggable(tag, DEBUG)) {
228 * Send a {@link #DEBUG} log message.
239 if (isLoggable(tag, DEBUG)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DAvrcp.java55 private static final boolean DEBUG = false; field in class:Avrcp
122 if (DEBUG) Log.v(TAG, "make");
227 if (DEBUG) Log.v(TAG, "New genId = " + msg.arg1 + ", clearing = " + msg.arg2);
232 if (DEBUG) Log.v(TAG, "MESSAGE_GET_PLAY_STATUS");
243 if (DEBUG) Log.v(TAG, "MESSAGE_GET_ELEM_ATTRS:numAttr=" + numAttr);
254 if (DEBUG) Log.v(TAG, "MESSAGE_REGISTER_NOTIFICATION:event=" + msg.arg1 +
260 if (DEBUG) Log.v(TAG, "MESSAGE_PLAY_INTERVAL_TIMEOUT");
270 if (DEBUG) Log.v(TAG,
368 if (DEBUG) Log.v(TAG, "mMetadata=" + mMetadata.toString());
371 if (DEBUG) Lo
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DContactsApplication.java46 * To enable: adb shell setprop log.tag.ContactsStrictMode DEBUG
112 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
119 if (Log.isLoggable(STRICT_MODE_TAG, Log.DEBUG)) {
128 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoriteFragment.java73 private static final boolean DEBUG = false; field in class:PhoneFavoriteFragment
93 if (DEBUG) Log.d(TAG, "ContactTileLoaderListener#onCreateLoader.");
99 if (DEBUG) Log.d(TAG, "ContactTileLoaderListener#onLoadFinished");
125 if (DEBUG) Log.d(TAG, "ContactTileLoaderListener#onLoaderReset. ");
132 if (DEBUG) Log.d(TAG, "AllContactsLoaderListener#onCreateLoader");
140 if (DEBUG) Log.d(TAG, "AllContactsLoaderListener#onLoadFinished");
149 if (DEBUG) Log.d(TAG, "AllContactsLoaderListener#onLoaderReset. ");
275 if (DEBUG) Log.d(TAG, "onAttach()");
319 if (DEBUG) Log.d(TAG, "onCreate()");
520 if (DEBUG) {
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DLogStatement.java40 private static final boolean DEBUG = false field in class:LogStatement
177 if (DEBUG) {
210 if (DEBUG) {
H A DReplayer.java40 private static final boolean DEBUG = false field in class:Replayer
70 if (DEBUG) {
134 if (DEBUG) {
H A DUploader.java49 private static final boolean DEBUG = false field in class:Uploader
116 if (DEBUG) {
143 if (DEBUG) {

Completed in 521 milliseconds

1234567891011