Searched refs:DEBUG (Results 1 - 25 of 367) 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/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/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)) {
39 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) {
46 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) {
53 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) {
60 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) {
67 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) {
74 if (DEBUG || Lo
[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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
H A DBlockingHttpClient.java35 private static final boolean DEBUG = false; field in class:BlockingHttpClient
66 if (DEBUG) {
71 if (DEBUG) {
89 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.java49 private static final boolean DEBUG = false; field in class:ConnectToWifiFragment
109 if (DEBUG) Log.d(TAG, "Timeout waiting on supplicant state change");
117 if (DEBUG) Log.d(TAG, "Fake timeout; we're actually connected");
121 if (DEBUG) Log.d(TAG, "Timeout is real; telling the listener");
144 if (DEBUG) {
203 if (DEBUG) {
208 if (DEBUG) {
213 if (DEBUG) {
236 if (DEBUG) Log.d(TAG, "Connectivity changed");
255 if (DEBUG) Lo
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothA2dpConnector.java34 private static final boolean DEBUG = false; field in class:BluetoothA2dpConnector
47 if (DEBUG) {
58 if (DEBUG) {
90 if (DEBUG) {
94 if (DEBUG) {
123 if (DEBUG) {
144 if (DEBUG) Log.d(TAG, "registerConnectionStateReceiver()");
152 if (DEBUG) Log.d(TAG, "unregisterConnectionStateReceiver()");
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProviderIntentService.java33 if (Log.isLoggable(TAG, Log.DEBUG)) {
47 } else if (Log.isLoggable(TAG, Log.DEBUG)) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DRefCountedMediaResource.java47 // Set DEBUG to true to enable detailed stack trace for each addRef() and release() operation
49 private static final boolean DEBUG = false; field in class:RefCountedMediaResource
67 if (DEBUG) {
82 if (DEBUG) {
91 if (DEBUG) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DContactsPermissions.java29 private static final boolean DEBUG = false; // DO NOT submit with true field in class:ContactsPermissions
47 if (DEBUG) {
73 if (DEBUG) {
91 if (DEBUG) {
/packages/apps/Email/provider_src/com/android/email/activity/setup/
H A DAccountSecurity.java62 private static final boolean DEBUG = false; // Don't ship with this set to true field in class:AccountSecurity
325 if (DebugUtils.DEBUG || DEBUG) {
341 if (DebugUtils.DEBUG || DEBUG) {
382 if (DebugUtils.DEBUG || DEBUG) {
392 if (DebugUtils.DEBUG || DEBUG) {
398 if (DebugUtils.DEBUG || DEBU
[all...]
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DEpgDataCleanupService.java35 private static final boolean DEBUG = true; field in class:EpgDataCleanupService
47 if (DEBUG) {
84 if (DEBUG && deleteCount > 0) {
102 if (DEBUG && deleteCount > 0) {
146 if (DEBUG && deleteCount > 0) {
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DDeviceOwnerProvisioningActivity.java64 private static final boolean DEBUG = false; // To control logging. field in class:DeviceOwnerProvisioningActivity
83 if (DEBUG) ProvisionLogger.logd("Device owner provisioning activity ONCREATE");
137 if (DEBUG) ProvisionLogger.logd("Successfully provisioned");
147 if (DEBUG) {
155 if (DEBUG) {
243 if (DEBUG) ProvisionLogger.logd("Handling pending intent " + intent.getAction());
304 if (DEBUG) ProvisionLogger.logd("Device owner provisioning activity ONDESTROY");
314 if (DEBUG) ProvisionLogger.logd("Device owner provisioning activity ONRESTART");
320 if (DEBUG) ProvisionLogger.logd("Device owner provisioning activity ONRESUME");
326 if (DEBUG) ProvisionLogge
[all...]
H A DDeviceOwnerProvisioningService.java54 private static final boolean DEBUG = false; // To control logging. field in class:DeviceOwnerProvisioningService
115 if (DEBUG) ProvisionLogger.logd("Device owner provisioning service ONSTARTCOMMAND.");
119 if (DEBUG) ProvisionLogger.logd("Provisioning already in flight.");
134 if (DEBUG) ProvisionLogger.logd("First start of the service.");
158 if (DEBUG) ProvisionLogger.logd("Starting device owner provisioning");
311 if (DEBUG) {
323 if (DEBUG) {
339 if (DEBUG) ProvisionLogger.logd("Reporting success.");
370 if (DEBUG) ProvisionLogger.logd("Starting cdma activation activity");
378 if (DEBUG) ProvisionLogge
[all...]
/packages/apps/Dialer/src/com/android/dialer/widget/
H A DActionBarController.java21 public static final boolean DEBUG = DialtactsActivity.DEBUG; field in class:ActionBarController
69 if (DEBUG) {
81 if (DEBUG) {
105 if (DEBUG) {
131 if (DEBUG) {
143 if (DEBUG) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DVCardService.java58 /* package */ final static boolean DEBUG = false; field in class:VCardService
86 if (DEBUG) { Log.d(LOG_TAG, "Connected to MediaScanner. Start scanning."); }
92 if (DEBUG) { Log.d(LOG_TAG, "scan completed: " + path); }
131 if (DEBUG) Log.d(LOG_TAG, "vCard Service is being created.");
152 if (DEBUG) Log.d(LOG_TAG, "VCardService is being destroyed.");
160 if (DEBUG) {
194 if (DEBUG) Log.d(LOG_TAG, "Reserve the path " + path);
222 if (DEBUG) {
238 if (DEBUG) Log.d(LOG_TAG, String.format("Received cancel request. (id: %d)", jobId));
315 if (DEBUG) {
[all...]
/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/Settings/src/com/android/settings/notification/
H A DZenModeSettingsBase.java37 protected static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:ZenModeSettingsBase
59 if (DEBUG) Log.d(TAG, "Loaded mConfig=" + mConfig);
83 if (DEBUG) Log.d(TAG, "updateZenMode mZenMode=" + mZenMode);
93 if (DEBUG) Log.d(TAG, "updateZenModeConfig mConfig=" + mConfig);
104 if (DEBUG) Log.d(TAG, "Saved mConfig=" + mConfig);
/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/providers/MediaProvider/src/com/android/providers/media/
H A DMtpReceiver.java30 private static final boolean DEBUG = false; field in class:MtpReceiver
59 if (DEBUG) { Log.d(TAG, "handleUsbState startService"); }
66 if (DEBUG) { Log.d(TAG, "handleUsbState stopService status=" + status); }

Completed in 5781 milliseconds

1234567891011>>