Searched refs:DEBUG (Results 176 - 200 of 648) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/util/
H A DArraySet.java47 private static final boolean DEBUG = false; field in class:ArraySet
164 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
178 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
200 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
214 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
364 if (DEBUG) Log.d(TAG, "add: grow from " + mHashes.length + " to " + n);
371 if (DEBUG) Log.d(TAG, "add: copy 0-" + mSize + " to 0");
380 if (DEBUG) Log.d(TAG, "add: move " + index + "-" + (mSize-index)
406 if (DEBUG) {
466 if (DEBUG) Lo
[all...]
H A DArrayMap.java48 private static final boolean DEBUG = false; field in class:ArrayMap
178 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
192 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
214 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
228 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
459 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
466 if (DEBUG) Log.d(TAG, "put: copy 0-" + mSize + " to 0");
475 if (DEBUG) Log.d(TAG, "put: move " + index + "-" + (mSize-index)
599 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
611 if (DEBUG) Lo
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DPackageManagerBackupAgent.java61 private static final boolean DEBUG = false; field in class:PackageManagerBackupAgent
181 if (DEBUG) Slog.v(TAG, "onBackup()");
227 if (DEBUG) {
252 if (DEBUG) Slog.v(TAG, "Storing global metadata key");
257 if (DEBUG) Slog.v(TAG, "Global metadata key already stored");
314 if (DEBUG) {
330 if (DEBUG) {
364 if (DEBUG) Slog.v(TAG, "onRestore()");
371 if (DEBUG) Slog.v(TAG, " got key=" + key + " dataSize=" + dataSize);
381 if (DEBUG) Slo
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java93 static final boolean DEBUG = false; field in class:WallpaperService
302 if (DEBUG) Log.v(TAG, "Dispatch wallpaper offsets: " + x + ", " + y);
322 if (DEBUG) Log.v(TAG, "Dispatch wallpaper command: " + x + ", " + y);
612 if (DEBUG) Log.v(TAG, "Changes: creating=" + creating
683 if (DEBUG) Log.v(TAG, "New surface: " + mSurfaceHolder.mSurface
716 if (DEBUG) {
730 if (DEBUG) Log.v(TAG, "Layout: Surface destroyed");
742 if (DEBUG) Log.v(TAG, "onSurfaceCreated("
758 if (DEBUG) {
765 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java47 private final static boolean DEBUG = false; field in class:RuntimeInit
118 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
250 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
253 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
264 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
282 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
305 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPukView.java48 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardSimPukView
63 if (DEBUG) Log.v(TAG, "onSimStateChanged(subId=" + subId + ",state=" + simState + ")");
161 if (DEBUG) Log.d(LOG_TAG, "getPukPasswordErrorMessage:"
239 if (DEBUG) Log.v(TAG, "call supplyPukReportResult()");
242 if (DEBUG) {
350 if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock "
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java21 private static final boolean DEBUG = false; field in class:PagedTileLayout
182 if (DEBUG) Log.d(TAG, "Distributing tiles");
193 if (DEBUG) Log.d(TAG, "Adding page for "
199 if (DEBUG) Log.d(TAG, "Adding " + tile.tile.getClass().getSimpleName() + " to "
208 if (DEBUG) Log.d(TAG, "Size: " + mNumPages);
296 if (DEBUG) Log.d(TAG, "Destantiating " + position);
301 if (DEBUG) Log.d(TAG, "Instantiating " + position);
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
H A DDemoModeController.java38 private static final boolean DEBUG = false; field in class:DemoModeController
95 if (DEBUG) Log.d(TAG, "down");
107 if (DEBUG) Log.d(TAG, "upOrCancel");
133 if (DEBUG) Log.d(TAG, String.format("hsv=(%s,%s,%s) argb=#%08x", hue, sat, val, color));
204 if (DEBUG) Log.d(TAG, "toggleMode");
217 if (DEBUG) Log.d(TAG, "mControllingColor = true");
224 if (DEBUG) Log.d(TAG, "exitDemoMode");
/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java73 private static final boolean DEBUG = false; field in class:Notifier
166 if (DEBUG) {
206 if (DEBUG) {
234 if (DEBUG) {
296 if (DEBUG) {
339 if (DEBUG) {
444 if (DEBUG) {
458 if (DEBUG) {
482 if (DEBUG) {
502 if (DEBUG) {
[all...]
H A DWirelessChargerDetector.java74 private static final boolean DEBUG = false; field in class:WirelessChargerDetector
262 if (DEBUG) {
295 if (DEBUG) {
319 if (DEBUG) {
325 if (DEBUG) {
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java61 private static final boolean DEBUG = false; field in class:RemotePrintService
191 if (DEBUG) {
218 if (DEBUG) {
246 if (DEBUG) {
273 if (DEBUG) {
306 if (DEBUG) {
343 if (DEBUG) {
371 if (DEBUG) {
402 if (DEBUG) {
450 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java37 private static final boolean DEBUG = false; field in class:AccessibilityCache
59 if (DEBUG) {
77 if (DEBUG) {
159 if (DEBUG) {
200 if (DEBUG) {
257 if (DEBUG) {
307 if (DEBUG) {
333 if (DEBUG) {
358 if (DEBUG) {
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyFaceDetectMapper.java47 private static final boolean DEBUG = false; field in class:LegacyFaceDetectMapper
100 if (DEBUG) {
173 if (DEBUG) {
179 if (DEBUG) {
251 if (DEBUG && previousFaces != faces) { // Log only in verbose and IF the faces changed
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java43 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:GeofenceHardwareImpl
262 if (DEBUG) {
323 if (DEBUG) Log.d(TAG, "addCircularFence: Result is: " + result);
330 if (DEBUG) Log.d(TAG, "Remove Geofence: GeofenceId: " + geofenceId);
363 if (DEBUG) Log.d(TAG, "removeGeofence: Result is: " + result);
370 if (DEBUG) Log.d(TAG, "Pause Geofence: GeofenceId: " + geofenceId);
402 if (DEBUG) Log.d(TAG, "pauseGeofence: Result is: " + result);
410 if (DEBUG) Log.d(TAG, "Resume Geofence: GeofenceId: " + geofenceId);
442 if (DEBUG) Lo
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DState.java19 import static com.android.documentsui.Shared.DEBUG;
142 if (DEBUG) Log.d(TAG, "Root changed to: " + root);
152 if (DEBUG) Log.d(TAG, "Adding doc to stack: " + info);
161 if (DEBUG) Log.d(TAG, "Popping doc off stack.");
167 if (DEBUG) Log.d(TAG, "Setting the whole darn stack to: " + stack);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java64 private static final boolean DEBUG = false; field in class:ImageWallpaper
173 if (DEBUG) {
186 if (DEBUG) {
214 if (DEBUG) {
239 if (DEBUG) {
244 if (DEBUG) {
258 if (DEBUG) {
265 if (DEBUG) {
277 if (DEBUG) {
289 if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java50 private static final boolean DEBUG = false; field in class:CameraService
128 if (DEBUG) Slog.v(TAG, "Camera " + cameraId + " state now " + state);
142 if (DEBUG) Slog.v(TAG, "Notify NFC behavior is " + (mNotifyNfc ? "active" : "disabled"));
199 if (DEBUG) Slog.w(TAG, "Native camera service has died");
310 if (DEBUG) Slog.v(TAG, "Setting NFC reader mode to flags " + flags);
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java73 private static final boolean DEBUG = false; field in class:WifiDisplayController
294 if (DEBUG) {
307 if (DEBUG) {
322 if (DEBUG) {
329 if (DEBUG) {
391 if (DEBUG) {
402 if (DEBUG) {
419 if (DEBUG) {
426 if (DEBUG) {
437 if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DBatteryController.java99 if (DEBUG) {
165 if (DEBUG) {
174 if (DEBUG) {
181 if (DEBUG) {
188 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java77 protected final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:ManagedServices
201 if (DEBUG) Slog.d(TAG, "Restored managed service setting: " + element
221 if (DEBUG) Slog.d(TAG, "onPackagesChanged queryReplace=" + queryReplace
247 if (DEBUG) Slog.d(TAG, "onUserSwitched u=" + user);
250 if (DEBUG) Slog.d(TAG, "Current profile IDs didn't change, skipping rebindServices().");
257 if (DEBUG) Slog.d(TAG, "onUserUnlocked u=" + user);
327 if (DEBUG) {
435 if (DEBUG)
473 if (DEBUG)
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderWatcher.java45 private static final boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE); field in class:TvRemoteProviderWatcher
68 if (DEBUG) Slog.d(TAG, "start()");
107 if (DEBUG) Log.d(TAG, "scanPackages()");
133 if (DEBUG) Log.d(TAG, "scanPackages() targetIndex " + targetIndex);
202 if (DEBUG) {
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DUnrefedPooledCache.java51 private static final boolean DEBUG = DecodeTask.DEBUG; field in class:UnrefedPooledCache
148 if (DEBUG) {
156 if (DEBUG) {
171 if (DEBUG) {
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java69 private final boolean DEBUG = false; field in class:CameraDeviceImpl
500 if (DEBUG) {
515 if (DEBUG) {
536 if (DEBUG) {
584 if (DEBUG) {
616 if (DEBUG) {
749 if (DEBUG) {
788 if (DEBUG) {
797 if (DEBUG) {
806 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java40 private static final boolean DEBUG = false; field in class:WallpaperBackupHelper
113 if (DEBUG) {
148 if (DEBUG) Slog.d(TAG, "Restoring wallpaper image w=" + options.outWidth
/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) {

Completed in 754 milliseconds

1234567891011>>