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

<<11121314151617181920>>

/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/android/webkit/
H A DWebViewFactory.java81 private static final boolean DEBUG = false; field in class:WebViewFactory
217 if (DEBUG) {
226 if (DEBUG) Log.v(LOGTAG, "Loaded provider: " + sProviderInstance);
455 if (DEBUG) {
469 if (DEBUG) Log.v(LOGTAG, "creating relro files");
476 if (DEBUG) Log.v(LOGTAG, "Create 32 bit relro");
482 if (DEBUG) Log.v(LOGTAG, "Create 64 bit relro");
505 if (DEBUG) Log.d(LOGTAG, "Checking file size of " + path);
529 if (DEBUG) {
622 if (DEBUG) Lo
[all...]
/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/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipTouchState.java32 private static final boolean DEBUG = true; field in class:PipTouchState
77 if (DEBUG) {
132 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java44 private static final boolean DEBUG = false; field in class:AutomaticBrightnessController
328 if (DEBUG) {
366 if (DEBUG) {
375 if (DEBUG) {
429 if (DEBUG) {
440 if (DEBUG) {
455 if (DEBUG) {
475 if (DEBUG) {
495 if (DEBUG) {
503 if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/fingerprint/
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
88 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
229 if (DEBUG) {
406 if (DEBUG) {
484 if (DEBUG) {
496 if (DEBUG) {
504 if (DEBUG) {
520 if (DEBUG) {
530 if (DEBUG) {
567 if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/media/
H A DAudioPlaybackMonitor.java42 private static boolean DEBUG = MediaSessionService.DEBUG; field in class:AudioPlaybackMonitor
107 if (DEBUG) {
/frameworks/native/cmds/cmd/
H A Dcmd.cpp44 #define DEBUG 0 macro
177 #if DEBUG
202 #if DEBUG
/frameworks/opt/net/wifi/libwifi_system/
H A Dhostapd_manager.cpp89 LOG(DEBUG) << "SoftAP started successfully";
94 LOG(DEBUG) << "Stopping the SoftAP service...";
101 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.java70 static final boolean DEBUG = false; field in class:SearchFragment
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...]
H A DSearchSupportFragment.java73 static final boolean DEBUG = false; field in class:SearchSupportFragment
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...]
/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.java47 private static final boolean DEBUG = false; field in class:NightDisplayController
153 if (DEBUG) {
197 if (DEBUG) {
231 if (DEBUG) {
264 if (DEBUG) {
317 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/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemBridgeAdapter.java29 static final boolean DEBUG = false; field in class:ItemBridgeAdapter
70 if (DEBUG) Log.v(TAG, "onFocusChange " + hasFocus + " " + view
224 if (DEBUG) Log.v(TAG, "setFocusHighlight " + mFocusHighlight);
263 if (DEBUG) Log.v(TAG, "getItemViewType added presenter " + presenter + " type " + type);
315 if (DEBUG) Log.v(TAG, "onCreateViewHolder viewType " + viewType);
352 if (DEBUG) Log.v(TAG, "onBindViewHolder position " + position);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h113 #define DEBUG(args) printf args macro
115 #define DEBUG(args) macro

Completed in 1801 milliseconds

<<11121314151617181920>>