Searched refs:DEBUG (Results 251 - 275 of 801) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/app/
H A DDexLoadReporter.java54 private static final boolean DEBUG = false; field in class:DexLoadReporter
80 if (DEBUG) {
189 if (DEBUG && created) {
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyCameraDevice.java63 private static final boolean DEBUG = false; field in class:LegacyCameraDevice
126 if (DEBUG) {
139 if (DEBUG) {
149 if (DEBUG) {
166 if (DEBUG) {
173 if (DEBUG) {
182 if (DEBUG) {
199 if (DEBUG) {
211 if (DEBUG) {
230 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableEnum.java41 private static final boolean DEBUG = false; field in class:MarshalQueryableEnum
113 if (DEBUG) {
154 if (DEBUG) {
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java50 private static final boolean DEBUG = false; field in class:BaseInputConnection
196 if (DEBUG) Log.v(TAG, "commitText " + text);
216 if (DEBUG) Log.v(TAG, "deleteSurroundingText " + beforeLength
373 if (DEBUG) Log.v(TAG, "deleteSurroundingText " + beforeLength
435 if (DEBUG) Log.v(TAG, "finishComposingText");
615 if (DEBUG) Log.v(TAG, "setComposingText " + text);
662 if (DEBUG) Log.v(TAG, "setSelection " + start + ", " + end);
722 if (DEBUG) Log.v(TAG, "Sending: " + events[i]);
777 if (DEBUG) Log.v(TAG, "Composing span: " + a + " to " + b);
817 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DVariationalKMeansQuantizer.java34 private static final boolean DEBUG = false; field in class:VariationalKMeansQuantizer
132 if (DEBUG) {
138 if (DEBUG) {
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java32 static final boolean DEBUG = false; field in class:BaseSurfaceHolder
178 if (DEBUG) Log.i(TAG, "Locking canvas..,");
201 if (DEBUG) Log.i(TAG, "Returned canvas: " + c);
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DObbBackupService.java46 static final boolean DEBUG = true; field in class:ObbBackupService
66 if (DEBUG) {
73 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DClientMonitor.java40 protected static final boolean DEBUG = FingerprintService.DEBUG; field in class:ClientMonitor
183 if (DEBUG) Slog.w(TAG, "removing leaked reference: " + mToken);
H A DEnrollClient.java130 if (DEBUG) Slog.w(TAG, "onRemoved() called for enroll!");
136 if (DEBUG) Slog.w(TAG, "onEnumerationResult() called for enroll!");
142 if (DEBUG) Slog.w(TAG, "onAuthenticated() called for enroll!");
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiLogger.java46 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:HdmiLogger
87 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/job/
H A DJobServiceContext.java65 private static final boolean DEBUG = JobSchedulerService.DEBUG; field in class:JobServiceContext
233 if (DEBUG) {
417 if (DEBUG) {
495 if (DEBUG) {
507 if (DEBUG) {
515 if (DEBUG) {
531 if (DEBUG) {
541 if (DEBUG) {
578 if (DEBUG) {
[all...]
/frameworks/native/cmds/cmd/
H A Dcmd.cpp43 #define DEBUG 0 macro
176 #if DEBUG
201 #if DEBUG
/frameworks/opt/net/wifi/libwifi_system/
H A Dhostapd_manager.cpp90 LOG(DEBUG) << "SoftAP started successfully";
95 LOG(DEBUG) << "Stopping the SoftAP service...";
102 LOG(DEBUG) << "SoftAP stopped successfully";
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlayer.java39 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:Player
115 if (DEBUG) {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlayer.java39 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:Player
115 if (DEBUG) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DSearchFragment.java73 static final boolean DEBUG = false; field in class:SearchFragment
141 if (DEBUG) Log.v(TAG, "results changed, new size " + mResultAdapter.size());
170 if (DEBUG) Log.v(TAG, "Got results adapter " + adapter);
178 if (DEBUG) {
191 if (DEBUG) {
304 if (DEBUG) Log.v(TAG, String.format("onSearchQueryChange %s %s", query,
315 if (DEBUG) Log.v(TAG, String.format("onSearchQuerySubmit %s", query));
321 if (DEBUG) Log.v(TAG, String.format("onKeyboardDismiss %s", query));
350 if (DEBUG) {
604 if (DEBUG) Lo
[all...]
H A DSearchSupportFragment.java70 static final boolean DEBUG = false; field in class:SearchSupportFragment
138 if (DEBUG) Log.v(TAG, "results changed, new size " + mResultAdapter.size());
167 if (DEBUG) Log.v(TAG, "Got results adapter " + adapter);
175 if (DEBUG) {
188 if (DEBUG) {
301 if (DEBUG) Log.v(TAG, String.format("onSearchQueryChange %s %s", query,
312 if (DEBUG) Log.v(TAG, String.format("onSearchQuerySubmit %s", query));
318 if (DEBUG) Log.v(TAG, String.format("onKeyboardDismiss %s", query));
347 if (DEBUG) {
601 if (DEBUG) Lo
[all...]
/frameworks/support/wear/src/android/support/wear/widget/
H A DSwipeDismissFrameLayout.java228 if (Log.isLoggable(TAG, Log.DEBUG)) {
256 if (Log.isLoggable(TAG, Log.DEBUG)) {
272 if (Log.isLoggable(TAG, Log.DEBUG)) {
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java80 static final boolean DEBUG = false; field in class:VoiceInteractionSession
393 if (DEBUG) Log.d(TAG, "sendCancelResult: req=" + mInterface);
474 if (DEBUG) Log.d(TAG, "sendConfirmationResult: req=" + mInterface
536 if (DEBUG) Log.d(TAG, "sendPickOptionResult: req=" + mInterface
645 if (DEBUG) Log.d(TAG, "sendCompleteVoiceResult: req=" + mInterface
702 if (DEBUG) Log.d(TAG, "sendConfirmResult: req=" + mInterface
740 if (DEBUG) Log.d(TAG, "sendCommandResult: req=" + mInterface
801 if (DEBUG) Log.d(TAG, "onConfirm: req=" + msg.obj);
805 if (DEBUG) Log.d(TAG, "onPickOption: req=" + msg.obj);
809 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DNightDisplayController.java53 private static final boolean DEBUG = false; field in class:NightDisplayController
194 if (DEBUG) {
244 if (DEBUG) {
278 if (DEBUG) {
311 if (DEBUG) {
395 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DCarrierText.java44 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:CarrierText
111 if (DEBUG) Log.d(TAG, "updateCarrierText(): " + N);
117 if (DEBUG) {
133 if (DEBUG) {
170 if (DEBUG) Log.d(TAG, "Getting plmn/spn sticky brdcst " + plmn + "/" + spn);
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutParser.java49 private static final boolean DEBUG = ShortcutService.DEBUG || false; // DO NOT SUBMIT WITH TRUE field in class:ShortcutParser
62 if (ShortcutService.DEBUG) {
103 if (ShortcutService.DEBUG) {
191 if (ShortcutService.DEBUG) {
212 if (ShortcutService.DEBUG) {
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneFilterTypeAdapter.java37 private static final boolean DEBUG = false; field in class:TimeZoneFilterTypeAdapter
169 if (DEBUG) {
249 if (DEBUG) {
392 if (DEBUG) {
412 if (DEBUG) {
417 if (DEBUG) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h113 #define DEBUG(args) printf args macro
115 #define DEBUG(args) macro
/frameworks/base/core/java/android/app/timezone/
H A DRulesManager.java69 private static final boolean DEBUG = false; field in class:RulesManager
207 if (DEBUG) {

Completed in 753 milliseconds

<<11121314151617181920>>