Searched refs:DEBUG (Results 226 - 250 of 648) sorted by relevance

1234567891011>>

/frameworks/opt/chips/src/com/android/ex/chips/
H A DDefaultPhotoManager.java39 private static final boolean DEBUG = false; field in class:DefaultPhotoManager
74 if (DEBUG) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackControlGlue.java159 private static final boolean DEBUG = false; field in class:PlaybackControlGlue
195 if (DEBUG) Log.v(TAG, "onItemClicked " + object);
432 if (DEBUG) Log.v(TAG, "updateProgress " + position);
577 if (DEBUG) Log.v(TAG, "updateRowMetadata hasValidMedia " + hasValidMedia());
829 if (DEBUG) Log.v(TAG, "onStateChanged");
838 if (DEBUG) Log.v(TAG, "Status expectation mismatch, delaying update");
842 if (DEBUG) Log.v(TAG, "Update state matches expectation");
854 if (DEBUG) Log.v(TAG, "onMetadataChanged");
H A DPlaybackControlSupportGlue.java161 private static final boolean DEBUG = false; field in class:PlaybackControlSupportGlue
197 if (DEBUG) Log.v(TAG, "onItemClicked " + object);
434 if (DEBUG) Log.v(TAG, "updateProgress " + position);
579 if (DEBUG) Log.v(TAG, "updateRowMetadata hasValidMedia " + hasValidMedia());
831 if (DEBUG) Log.v(TAG, "onStateChanged");
840 if (DEBUG) Log.v(TAG, "Status expectation mismatch, delaying update");
844 if (DEBUG) Log.v(TAG, "Update state matches expectation");
856 if (DEBUG) Log.v(TAG, "onMetadataChanged");
/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java61 static final boolean DEBUG = false; field in class:LauncherApps
300 if (DEBUG) {
340 if (DEBUG) {
711 if (DEBUG) {
723 if (DEBUG) {
735 if (DEBUG) {
748 if (DEBUG) {
761 if (DEBUG) {
774 if (DEBUG) {
787 if (DEBUG) {
[all...]
/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) {
232 if (DEBUG) {
[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/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/services/core/java/com/android/server/display/
H A DWifiDisplayAdapter.java65 private static final boolean DEBUG = false; field in class:WifiDisplayAdapter
149 if (DEBUG) {
164 if (DEBUG) {
179 if (DEBUG) {
194 if (DEBUG) {
209 if (DEBUG) {
224 if (DEBUG) {
239 if (DEBUG) {
267 if (DEBUG) {
289 if (DEBUG) {
[all...]
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUserUsageStatsService.java51 private static final boolean DEBUG = UsageStatsService.DEBUG; field in class:UserUsageStatsService
154 if (DEBUG) {
245 if (DEBUG) {
253 if (DEBUG) {
259 if (DEBUG) {
275 if (DEBUG) {
283 if (DEBUG) {
293 if (DEBUG) {
424 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/view/
H A DSurfaceView.java95 static private final boolean DEBUG = false; field in class:SurfaceView
468 if (DEBUG) Log.i(TAG, System.identityHashCode(this) + " "
539 if (DEBUG) Log.i(TAG, System.identityHashCode(this) + " "
553 if (DEBUG) Log.i(TAG, System.identityHashCode(this) + " "
588 if (DEBUG) Log.i(TAG, System.identityHashCode(this) + " "
602 if (DEBUG) Log.i(TAG, System.identityHashCode(this) + " "
613 if (DEBUG) Log.i(TAG, System.identityHashCode(this) + " "
624 if (DEBUG) Log.i(TAG, System.identityHashCode(this) + " "
640 if (DEBUG) Log.i(TAG, System.identityHashCode(this) + " "
649 if (DEBUG) Lo
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java78 private static final boolean DEBUG = false; field in class:TvInputService
357 if (DEBUG) Log.d(TAG, "notifySessionEvent(" + eventType + ")");
383 if (DEBUG) Log.d(TAG, "notifyChannelRetuned");
412 if (DEBUG) Log.d(TAG, "notifyTracksChanged");
443 if (DEBUG) Log.d(TAG, "notifyTrackSelected");
470 if (DEBUG) Log.d(TAG, "notifyVideoAvailable");
507 if (DEBUG) Log.d(TAG, "notifyVideoUnavailable");
548 if (DEBUG) Log.d(TAG, "notifyContentAllowed");
593 if (DEBUG) Log.d(TAG, "notifyContentBlocked");
635 if (DEBUG) Lo
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DDeviceIdleController.java109 private static final boolean DEBUG = false; field in class:DeviceIdleController
824 !DEBUG ? 4 * 60 * 1000L : 60 * 1000L);
826 !DEBUG ? 30 * 1000L : 15 * 1000L);
970 if (DEBUG) Slog.d(TAG, "onAnyMotionResult(" + result + ")");
977 if (DEBUG) Slog.d(TAG, "RESULT_MOVED received.");
982 if (DEBUG) Slog.d(TAG, "RESULT_STATIONARY received.");
1017 if (DEBUG) Slog.d(TAG, "handleMessage(" + msg.what + ")");
1631 if (DEBUG) {
1665 if (DEBUG) {
1674 if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java114 static final boolean DEBUG = false; field in class:WallpaperManagerService
220 if (DEBUG) {
234 if (DEBUG) {
253 if (DEBUG) {
260 if (DEBUG) {
267 if (DEBUG) {
286 if (DEBUG) {
326 if (DEBUG) {
364 if (DEBUG) {
374 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java235 static final boolean DEBUG = false; field in class:InputMethodService
387 if (DEBUG) Log.v(TAG, "bindInput(): binding=" + binding
399 if (DEBUG) Log.v(TAG, "unbindInput(): binding=" + mInputBinding
407 if (DEBUG) Log.v(TAG, "startInput(): editor=" + attribute);
412 if (DEBUG) Log.v(TAG, "restartInput(): editor=" + attribute);
420 if (DEBUG) Log.v(TAG, "hideSoftInput()");
438 if (DEBUG) Log.v(TAG, "showSoftInput()");
480 if (DEBUG) Log.v(TAG, "finishInput() in " + this);
1574 if (DEBUG) Log.v(TAG, "Showing window: showInput=" + showInput
1594 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/app/
H A DResourcesManager.java53 private static final boolean DEBUG = false; field in class:ResourcesManager
298 if (DEBUG) Slog.v(TAG, "Applied overrideConfig=" + key.mOverrideConfiguration);
314 if (DEBUG) {
394 if (DEBUG) {
404 if (DEBUG) {
425 if (DEBUG) {
436 if (DEBUG) {
485 if (DEBUG) {
520 if (DEBUG) {
544 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraMetadata.java54 private static final boolean DEBUG = false; field in class:CameraMetadata
134 if (DEBUG) Log.v(TAG, "getKeysStatic for " + type);
166 if (DEBUG) {
169 } else if (DEBUG) {
/frameworks/base/core/java/android/hardware/location/
H A DActivityRecognitionHardware.java34 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:ActivityRecognitionHardware
162 if (DEBUG) Log.d(TAG, "No events to broadcast for onActivityChanged.");
235 if (DEBUG) Log.d(TAG, "RegisteredCallbackCount: " + callbackCount);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DIconHelper.java19 import static com.android.documentsui.Shared.DEBUG;
141 if (DEBUG) Log.d(TAG, "Starting icon loader task for " + mUri);
146 if (DEBUG) Log.d(TAG, "Icon loader task for " + mUri + " was cancelled.");
182 if (DEBUG) Log.d(TAG, "Loader task for " + mUri + " completed");
H A DModelBackedDocumentsAdapter.java19 import static com.android.documentsui.Shared.DEBUG;
138 if (DEBUG && mHiddenIds.size() > 0) {
148 if (DEBUG) Log.d(TAG, "Omitting hidden id from model during update: " + id);
170 if (DEBUG) Log.d(TAG, "Hiding ids: " + ids);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardStatusView.java41 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardStatusView
62 if (DEBUG) Slog.v(TAG, "refresh statusview showing:" + showing);
100 if (DEBUG) Log.v(TAG, (enabled ? "Enable" : "Disable") + " transport text marquee");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DFlashlightController.java38 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:FlashlightController
213 if (DEBUG) Log.d(TAG, "dispatchAvailabilityChanged(" + available + ")");
225 if (DEBUG) Log.d(TAG, "dispatchModeChanged(" + enabled + ")");
/frameworks/base/services/backup/java/com/android/server/backup/
H A DFullBackupJob.java28 private static final boolean DEBUG = true; field in class:FullBackupJob
/frameworks/base/services/core/java/com/android/server/audio/
H A DFocusRequester.java41 private static final boolean DEBUG = false; field in class:FocusRequester
279 if (DEBUG) {
306 if (DEBUG) {
315 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/lights/
H A DLightsService.java36 static final boolean DEBUG = false; field in class:LightsService
124 if (DEBUG) Slog.v(TAG, "setLight #" + mId + ": color=#"
200 if (DEBUG)
207 if (DEBUG) Slog.v(TAG, "VR mode disabled, resetting brightnes");
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationIntrusivenessExtractor.java31 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);

Completed in 679 milliseconds

1234567891011>>