Searched defs:DEBUG (Results 251 - 275 of 519) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyMetadataMapper.java58 private static final boolean DEBUG = false; field in class:LegacyMetadataMapper
155 if (DEBUG) {
289 if (DEBUG) {
305 if (DEBUG) {
334 } else if (DEBUG) {
393 if (DEBUG && convertedMode == -1) {
531 if (DEBUG) {
581 if (DEBUG) {
687 if (DEBUG) {
697 if (DEBUG) {
[all...]
H A DParameterUtils.java228 private static final boolean DEBUG = false; field in class:ParameterUtils
401 if (DEBUG) {
421 if (DEBUG) {
761 if (DEBUG) {
771 if (DEBUG) {
865 if (DEBUG) {
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java48 private static final boolean DEBUG = false; field in class:DisplayManagerGlobal
129 if (DEBUG) {
431 if (DEBUG) {
/frameworks/base/core/java/android/os/
H A DMessageQueue.java40 private static final boolean DEBUG = false; field in class:MessageQueue
350 if (DEBUG) Log.v(TAG, "Returning message: " + msg);
/frameworks/base/core/java/android/text/
H A DTextLine.java46 private static final boolean DEBUG = false; field in class:TextLine
86 if (DEBUG) {
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java78 private static final boolean DEBUG = false; field in class:AccessibilityInteractionClient
181 if (DEBUG) {
186 if (DEBUG) {
197 if (DEBUG) {
219 if (DEBUG) {
224 if (DEBUG) {
235 if (DEBUG) {
275 if (DEBUG) {
280 if (DEBUG) {
300 if (DEBUG) {
[all...]
H A DAccessibilityManager.java69 private static final boolean DEBUG = false; field in class:AccessibilityManager
321 if (DEBUG) {
351 if (DEBUG) {
397 if (DEBUG) {
439 if (DEBUG) {
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java51 private static final boolean DEBUG = false; field in class:BaseInputConnection
197 if (DEBUG) Log.v(TAG, "commitText " + text);
217 if (DEBUG) Log.v(TAG, "deleteSurroundingText " + beforeLength
374 if (DEBUG) Log.v(TAG, "deleteSurroundingText " + beforeLength
436 if (DEBUG) Log.v(TAG, "finishComposingText");
616 if (DEBUG) Log.v(TAG, "setComposingText " + text);
663 if (DEBUG) Log.v(TAG, "setSelection " + start + ", " + end);
723 if (DEBUG) Log.v(TAG, "Sending: " + events[i]);
778 if (DEBUG) Log.v(TAG, "Composing span: " + a + " to " + b);
818 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java76 private static final boolean DEBUG = false; field in class:WebViewFactory
200 if (DEBUG) Log.v(LOGTAG, "Loaded provider: " + sProviderInstance);
388 if (DEBUG) {
402 if (DEBUG) Log.v(LOGTAG, "creating relro files");
409 if (DEBUG) Log.v(LOGTAG, "Create 32 bit relro");
415 if (DEBUG) Log.v(LOGTAG, "Create 64 bit relro");
434 if (DEBUG) Log.d(LOGTAG, "Checking file size of " + path);
458 if (DEBUG) {
548 if (DEBUG) Log.v(LOGTAG, "Native 32-bit lib: " + path32 + ", 64-bit lib: " + path64);
606 if (result && DEBUG) Lo
[all...]
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java51 private static final boolean DEBUG = false; field in class:InputMethodSubtypeSwitchingController
206 if (DEBUG) {
225 if (DEBUG) {
407 if (DEBUG) {
564 if (DEBUG) {
582 if (DEBUG) {
/frameworks/base/media/java/android/media/
H A DSoundPool.java123 private final static boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:SoundPool
574 if (DEBUG) Log.d(TAG, "Sample " + msg.arg1 + " loaded");
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicy.java54 private static final boolean DEBUG = false; field in class:AudioPolicy
428 if (DEBUG) {
436 if (DEBUG) {
447 if (DEBUG) {
/frameworks/base/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java49 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:MediaSessionLegacyHelper
174 if (DEBUG) {
231 if (DEBUG) {
251 if (DEBUG) {
262 if (DEBUG) {
277 if (DEBUG) {
295 if (DEBUG) {
306 if (DEBUG) {
322 if (DEBUG) {
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2SwitchPreviewTest.java98 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:Camera2SwitchPreviewTest
109 private static final boolean DEBUG_DUMP = Log.isLoggable(TAG, Log.DEBUG);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java103 public static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardHostView
158 if (DEBUG) Log.d(TAG, "show()");
262 if (DEBUG) Log.d(TAG, String.format("screen off, instance %s at %s",
273 if (DEBUG) Log.d(TAG, "screen on, instance " + Integer.toHexString(hashCode()));
H A DKeyguardPatternView.java47 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardPatternView
201 if (DEBUG) Log.v(TAG, "Cleanup() called on " + this);
H A DKeyguardSecurityContainer.java35 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardSecurityContainer
141 if (DEBUG) Log.v(TAG, "inflating id = " + layoutId);
257 if (DEBUG) Log.d(TAG, "reportFailedPatternAttempt: #" + failedAttempts);
303 if (DEBUG) Log.v(TAG, "showPrimarySecurityScreen(turningOff=" + turningOff + ")");
313 if (DEBUG) Log.d(TAG, "showNextSecurityScreenOrFinish(" + authenticated + ")");
367 if (DEBUG) Log.d(TAG, "showSecurityScreen(" + securityMode + ")");
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java46 private static final boolean DEBUG = Utils.D; field in class:LocalBluetoothProfileManager
127 if(DEBUG) Log.d(TAG, "Adding local MAP profile");
137 if (DEBUG) Log.d(TAG, "LocalBluetoothProfileManager construction complete");
151 if(DEBUG) Log.d(TAG, "Adding local A2DP SRC profile");
163 if(DEBUG) Log.d(TAG, "Adding local A2DP Sink profile");
176 if (DEBUG) Log.d(TAG, "Adding local HEADSET profile");
189 if(DEBUG) Log.d(TAG, "Adding local HfpClient profile");
205 if(DEBUG) Log.d(TAG, "Adding local OPP profile");
217 if(DEBUG) Log.d(TAG, "Adding local PBAP Client profile");
402 if (DEBUG) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java52 private static final boolean DEBUG = false; field in class:DessertCaseView
190 if (DEBUG) setWillNotDraw(false);
257 if (DEBUG) Log.v(TAG, String.format("New dimensions: %dx%d", mColumns, mRows));
487 if (!DEBUG) return;
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DDataCollector.java53 public static final boolean DEBUG = false; field in class:DataCollector
178 if (DEBUG) {
195 if (DEBUG) {
204 if (DEBUG) {
212 if (DEBUG) {
220 if (DEBUG) {
228 if (DEBUG) {
235 if (DEBUG) {
242 if (DEBUG) {
249 if (DEBUG) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeLog.java33 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:DozeLog
209 if (DEBUG) Log.d(TAG, msg);
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java50 private static final boolean DEBUG = PowerUI.DEBUG; field in class:PowerNotificationWarnings
121 if (DEBUG) Slog.d(TAG, "updateNotification mWarning=" + mWarning + " mPlaySound="
212 if (DEBUG) Slog.d(TAG, "dismissing low battery warning: level=" + mBatteryLevel);
250 if (DEBUG) {
261 if (DEBUG) Slog.d(TAG, "playing sound " + soundUri);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainer.java44 private static final boolean DEBUG = false; field in class:QSContainer
207 if (DEBUG) Log.d(TAG, "setHeaderClickable " + clickable);
212 if (DEBUG) Log.d(TAG, "setExpanded " + expanded);
219 if (DEBUG) Log.d(TAG, "setKeyguardShowing " + keyguardShowing);
226 if (DEBUG) Log.d(TAG, "setOverscrolling " + stackScrollerOverscrolling);
232 if (DEBUG) Log.d(TAG, "setListening " + listening);
239 if (DEBUG) Log.d(TAG, "setQSExpansion " + expansion + " " + headerTranslation);
260 if (DEBUG) Log.d(TAG, "animateHeaderSlidingIn");
271 if (DEBUG) Log.d(TAG, "animateHeaderSlidingOut");
H A DQSDetailItems.java43 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:QSDetailItems
111 if (DEBUG) Log.d(mTag, "onAttachedToWindow");
117 if (DEBUG) Log.d(mTag, "onDetachedFromWindow");
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java53 public static final boolean DEBUG = false; field in class:TileLifecycleManager
93 if (DEBUG) Log.d(TAG, "Creating " + mIntent + " " + mUser);
136 if (DEBUG) Log.d(TAG, "Binding service " + mIntent + " " + mUser);
147 if (DEBUG) Log.d(TAG, "Unbinding service " + mIntent + " " + mUser);
160 if (DEBUG) Log.d(TAG, "onServiceConnected " + name);
174 if (DEBUG) Log.d(TAG, "onServiceDisconnected " + name);
187 if (DEBUG) Log.d(TAG, "Handling pending onAdded");
191 if (DEBUG) Log.d(TAG, "Handling pending onStartListening");
195 if (DEBUG) Log.d(TAG, "Handling pending onClick");
204 if (DEBUG) Lo
[all...]

Completed in 406 milliseconds

<<11121314151617181920>>