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

1234567891011>>

/packages/apps/DeskClock/src/com/android/deskclock/
H A DLogUtils.java29 public final static boolean DEBUG = "eng".equals(Build.TYPE) || "userdebug".equals(Build.TYPE); field in class:LogUtils
32 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) {
38 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) {
44 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) {
50 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) {
56 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) {
62 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) {
68 if (DEBUG || Lo
[all...]
H A DExtensionsFactory.java31 if (Log.isLoggable(TAG, Log.DEBUG)) {
35 if (Log.isLoggable(TAG, Log.DEBUG)) {
70 if (Log.isLoggable(TAG, Log.DEBUG)) {
79 if (Log.isLoggable(TAG, Log.DEBUG)) {
86 if (Log.isLoggable(TAG, Log.DEBUG)) {
H A DScreensaver.java35 static final boolean DEBUG = false; field in class:Screensaver
63 if (DEBUG) Log.v(TAG, "Screensaver onReceive, action: " + action);
81 if (DEBUG) Log.d(TAG, "Screensaver allocated");
87 if (DEBUG) Log.d(TAG, "Screensaver created");
98 if (DEBUG) Log.d(TAG, "Screensaver configuration changed");
107 if (DEBUG) Log.d(TAG, "Screensaver attached to window");
129 if (DEBUG) Log.d(TAG, "Screensaver detached from window");
/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/OMA-DM/engine/dmlib/portlib/lj/src/
H A DdmAllocatedPointersPool.cc32 #ifdef DEBUG
35 #ifdef DEBUG
63 #endif //DEBUG
/packages/apps/OMA-DM/engine/xpl/src/
H A DdmAllocatedPointersPool.cc24 #ifdef DEBUG
27 #ifdef DEBUG
55 #endif //DEBUG
/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
110 if (DEBUG) debugLog("Canceling scheduled callback");
124 if (DEBUG) debugLog("Timeout extended " + mTimeout);
127 if (DEBUG) debugLog("Timeout reset to " + mTimeout);
134 if (DEBUG) debugLog("onEvent");
139 if (DEBUG) debugLog(" callback already scheduled");
141 if (DEBUG) debugLog(" scheduling callback");
169 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/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.java41 /** Only used for debugging. Turn {@link #DEBUG} on to make this useful. */
42 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/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DConnectToWifiFragment.java54 private static final boolean DEBUG = false; field in class:ConnectToWifiFragment
114 if (DEBUG) Log.d(TAG, "Timeout waiting on supplicant state change");
116 if (DEBUG) Log.d(TAG, "Fake timeout; we're actually connected");
120 if (DEBUG) Log.d(TAG, "Timeout is real; telling the listener");
134 if (DEBUG) {
189 if (DEBUG) {
194 if (DEBUG) {
199 if (DEBUG) {
222 if (DEBUG) Log.d(TAG, "Connectivity changed");
241 if (DEBUG) Lo
[all...]
/packages/apps/Mms/src/com/android/mms/transaction/
H A DDefaultRetryScheme.java31 private static final boolean DEBUG = false; field in class:DefaultRetryScheme
32 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
/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/activity/setup/
H A DAccountSecurity.java58 private static final boolean DEBUG = false; // Don't ship with this set to true field in class:AccountSecurity
295 if (MailActivityEmail.DEBUG || DEBUG) {
311 if (MailActivityEmail.DEBUG || DEBUG) {
352 if (MailActivityEmail.DEBUG || DEBUG) {
362 if (MailActivityEmail.DEBUG || DEBUG) {
368 if (MailActivityEmail.DEBUG || DEBU
[all...]
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DEpgDataCleanupService.java36 private static final boolean DEBUG = true; field in class:EpgDataCleanupService
48 if (DEBUG) {
85 if (DEBUG && deleteCount > 0) {
103 if (DEBUG && deleteCount > 0) {
147 if (DEBUG && deleteCount > 0) {
/packages/apps/Dialer/src/com/android/dialer/widget/
H A DActionBarController.java21 public static final boolean DEBUG = DialtactsActivity.DEBUG; field in class:ActionBarController
68 if (DEBUG) {
80 if (DEBUG) {
104 if (DEBUG) {
130 if (DEBUG) {
142 if (DEBUG) {
/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DPackageInstallerCompatV16.java37 private static final boolean DEBUG = false; field in class:PackageInstallerCompatV16
58 if (DEBUG) Log.d(TAG, "updates paused");
81 if (DEBUG) Log.d(TAG, "updates resumed");
85 if (DEBUG) Log.d(TAG, "app is null, delaying send");
113 if (DEBUG) Log.d(TAG, "no longer tracking " + packageName);
116 if (DEBUG)
138 if (DEBUG) Log.d(TAG, "app is null, delaying send");
/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) {

Completed in 641 milliseconds

1234567891011>>