Searched defs:DEBUG (Results 126 - 150 of 239) sorted by relevance

12345678910

/packages/apps/Settings/src/com/android/settings/notification/
H A DZenModeRuleSettingsBase.java50 protected static final boolean DEBUG = ZenModeSettingsBase.DEBUG; field in class:ZenModeRuleSettingsBase
80 if (DEBUG) Log.d(TAG, "onCreate getIntent()=" + intent);
88 if (DEBUG) Log.d(TAG, "mRuleId=" + mRuleId);
119 if (DEBUG) Log.d(TAG, "onPrefChange zenMode=" + zenMode);
154 if (DEBUG) Log.d(TAG, "onSwitchChanged " + isChecked);
159 if (DEBUG) Log.d(TAG, "onSwitchChanged enabled=" + enabled);
197 if (DEBUG) Log.d(TAG, "onCreateOptionsMenu");
203 if (DEBUG) Log.d(TAG, "onOptionsItemSelected " + item.getItemId());
227 if (DEBUG) Lo
[all...]
H A DZenRuleNameDialog.java48 private static final boolean DEBUG = ZenModeSettings.DEBUG; field in class:ZenRuleNameDialog
206 if (DEBUG) Log.d(TAG, "Services reloaded: count=" + services.size());
/packages/apps/Settings/tests/src/com/android/settings/vpn2/
H A DVpnTests.java102 private boolean DEBUG = false; field in class:VpnTests
118 if (DEBUG) {
345 if (DEBUG) {
390 if (DEBUG) {
408 if (DEBUG) {
425 if (DEBUG) {
440 if (DEBUG) {
/packages/apps/Terminal/src/com/android/terminal/
H A DTerminalKeys.java26 private static final boolean DEBUG = true; field in class:TerminalKeys
177 if (DEBUG) {
187 if (DEBUG) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothAccessoryActivity.java63 private static final boolean DEBUG = false; field in class:BluetoothAccessoryActivity
156 if (DEBUG) {
167 if (DEBUG) {
175 if (DEBUG) {
184 if (DEBUG) {
197 if (DEBUG) {
314 if (DEBUG) {
H A DBluetoothPairingDialog.java61 private static final boolean DEBUG = false; field in class:BluetoothPairingDialog
78 if (DEBUG) {
112 if (DEBUG) {
257 if (DEBUG) {
282 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...]
H A DConnectivityListener.java59 private static final boolean DEBUG = false; field in class:ConnectivityListener
134 if (DEBUG) {
181 if (DEBUG) Log.d(TAG, "scanning for wifi access points");
290 if (DEBUG) Log.d(TAG, "getAvailableNetworks");
H A DFormPageDisplayer.java82 private static final boolean DEBUG = false; field in class:FormPageDisplayer
134 if (DEBUG) {
H A DWifiConfigHelper.java41 private static final boolean DEBUG = false; field in class:WifiConfigHelper
232 if (DEBUG) Log.e(TAG, "failed to add network: " + config.toString());
237 if (DEBUG) Log.e(TAG, "enable network failed: " + networkId + "; " + config.toString());
242 if (DEBUG) Log.e(TAG, "failed to save: " + config.toString());
246 if (DEBUG) Log.d(TAG, "saved network: " + config.toString());
261 if (DEBUG) Log.e(TAG, "failed to get configured networks");
268 if (DEBUG) Log.d(TAG, "forgot network config: " + wc.toString());
H A DWifiNetworksBrowseInfo.java47 private static final boolean DEBUG = false; field in class:WifiNetworksBrowseInfo
134 if (DEBUG) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DSelectFromListWizardFragment.java53 private static final boolean DEBUG = false; field in class:SelectFromListWizardFragment
215 if (DEBUG) {
320 if (DEBUG) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionPreviewFragment.java49 private static final boolean DEBUG = false; field in class:CaptionPreviewFragment
73 if(DEBUG) Log.d(TAG, "onCreate");
84 if(DEBUG) Log.d(TAG, "onEnableChanged");
90 if(DEBUG) Log.d(TAG, "onUserStyleChanged");
97 if(DEBUG) Log.d(TAG, "onLocaleChanged");
104 if(DEBUG) Log.d(TAG, "onFontScaleChanged " + fontScale);
143 if(DEBUG) Log.d(TAG, "onCreateView");
150 if(DEBUG) Log.d(TAG, "onViewCreated");
275 if(DEBUG) Log.d(TAG, "refreshPreviewText");
H A DInputsActivity.java53 private static final boolean DEBUG = false; field in class:InputsActivity
371 if (DEBUG) Log.d(TAG, "Hide " + inputId + ": " + hide);
397 if (DEBUG) Log.d(TAG, "Setting " + inputId + " => " + label);
449 if (DEBUG) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DAppRestrictionsManager.java49 private static final boolean DEBUG = false; field in class:AppRestrictionsManager
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
H A DBluetoothScanner.java37 private static final boolean DEBUG = false; field in class:BluetoothScanner
374 if (DEBUG) {
399 if (DEBUG) {
415 if (DEBUG) {
438 if (DEBUG) Log.d(TAG, device.address + " -- Found");
443 if (DEBUG) Log.d(TAG, device.address + " -- Removing");
450 if (DEBUG) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DBitmapDownloader.java45 private static final boolean DEBUG = false; field in class:BitmapDownloader
280 if (DEBUG) {
H A DDrawableDownloader.java56 private static final boolean DEBUG = false; field in class:DrawableDownloader
360 if (DEBUG) {
H A DDrawableLoader.java61 private static final boolean DEBUG = false; field in class:DrawableLoader
154 if (DEBUG) {
224 if (DEBUG) {
271 if (DEBUG) {
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DLogUtils.java45 public static final int DEBUG = Log.DEBUG; field in class:LogUtils
64 * production releases. This should be set to DEBUG for production releases, and VERBOSE for
67 // STOPSHIP: ship with DEBUG set
102 return Log.isLoggable(tag, Log.DEBUG) || Log.isLoggable(TAG, Log.DEBUG);
212 * Send a {@link #DEBUG} log message.
222 if (isLoggable(tag, DEBUG)) {
229 * Send a {@link #DEBUG} log message.
240 if (isLoggable(tag, DEBUG)) {
[all...]
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/java/src/com/android/inputmethod/keyboard/
H A DProximityInfo.java35 private static final boolean DEBUG = false; field in class:ProximityInfo
132 if (DEBUG) {
174 if (DEBUG) {
205 if (DEBUG) {
216 if (DEBUG) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionaryFileDumper.java61 private static final boolean DEBUG = false; field in class:BinaryDictionaryFileDumper
341 if (DEBUG) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidSpellCheckerService.java56 private static final boolean DEBUG = false; field in class:AndroidSpellCheckerService
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java54 private static final boolean DEBUG = false; // DON'T SUBMIT WITH TRUE field in class:ContactDirectoryManager
223 if (DEBUG) {
230 if (DEBUG) {
239 if (DEBUG) {
267 if (DEBUG) Log.d(TAG, "package=" + packageName);
291 if (DEBUG) Log.d(TAG, " directory=" + info);
357 if (DEBUG) Log.d(TAG, "Ignoring onPackageChanged for self");
370 if (DEBUG) {
406 if (DEBUG) {

Completed in 8156 milliseconds

12345678910