Searched refs:DEBUG (Results 51 - 75 of 274) sorted by relevance

1234567891011

/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelper.java40 private static final boolean DEBUG = false; field in class:FileBackupHelper
95 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
H A DSharedPreferencesBackupHelper.java72 private static final boolean DEBUG = false; field in class:SharedPreferencesBackupHelper
123 if (DEBUG) Log.d(TAG, "got entity '" + key + "' size=" + data.size());
H A DBackupAgent.java109 private static final boolean DEBUG = true; field in class:BackupAgent
417 if (DEBUG) Log.i(TAG, "Symlink (skipping)!: " + file);
428 if (DEBUG) Log.w(TAG, "Error canonicalizing path of " + file);
431 if (DEBUG) Log.w(TAG, "Error scanning file " + file + " : " + e);
484 if (DEBUG) Log.d(TAG, "onRestoreFile() size=" + size + " type=" + type
519 if (DEBUG) Log.i(TAG, "[" + domain + " : " + path + "] mapped to " + outPath);
524 if (DEBUG) {
533 if (DEBUG) Log.i(TAG, "[ skipping file " + path + "]");
563 if (DEBUG) Log.v(TAG, "doBackup() invoked");
596 if (DEBUG) Lo
[all...]
/frameworks/base/libs/androidfw/
H A DBackupData.cpp30 static const bool DEBUG = false; member in namespace:android
81 if (DEBUG) ALOGI("writing %d padding bytes for %d", paddingSize, n);
114 if (DEBUG) {
128 if (DEBUG) ALOGI("writing entity header, %d bytes", sizeof(entity_header_v1));
136 if (DEBUG) ALOGI("writing entity header key, %d bytes", keyLen+1);
154 if (DEBUG) ALOGD("Writing data: size=%lu", (unsigned long) size);
157 if (DEBUG) {
169 if (DEBUG) ALOGD("write returned error %d (%s)", m_status, strerror(m_status));
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DSettingsUI.java35 private static final boolean DEBUG = false; field in class:SettingsUI
45 if (DEBUG) Slog.d(TAG, "showing brightness dialog");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DCompatModeButton.java31 private static final boolean DEBUG = false; field in class:CompatModeButton
58 if (DEBUG) Slog.d(TAG, "compat mode is " + mode + "; icon will " + (vis ? "show" : "hide"));
H A DIntruderAlertView.java48 private static final boolean DEBUG = false; field in class:IntruderAlertView
89 if (DEBUG) Log.v(TAG, "onInterceptTouchEvent()");
136 if (DEBUG) {
148 if (DEBUG) {
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountain_v11.java44 private static final boolean DEBUG = false; field in class:Fountain_v11
45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTest_v11.java44 private static final boolean DEBUG = false; field in class:RSTest_v11
45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewManager.java53 private final static boolean DEBUG = KeyguardViewMediator.DEBUG; field in class:KeyguardViewManager
98 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView);
110 if (DEBUG) Log.v(TAG, "show:setSystemUiVisibility(" + Integer.toHexString(visFlags)+")");
144 if (DEBUG) Log.v(TAG, "onConfigurationChanged: view not visible");
180 if (DEBUG) Log.d(TAG, "keyguard host is null, creating it...");
290 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen On!");
293 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen Off!");
323 if (DEBUG) Log.d(TAG, "reset()");
330 if (DEBUG) Lo
[all...]
H A DKeyguardActivityLauncher.java45 private static final boolean DEBUG = KeyguardHostView.DEBUG; field in class:KeyguardActivityLauncher
71 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): Nothing found");
77 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): resolved: " + resolved);
79 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): Would launch resolver");
86 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): no metadata found");
91 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): no layout specified");
178 if (DEBUG) Log.d(TAG, String.format("Starting activity for intent %s at %s",
233 if (DEBUG) Log.d(TAG, String.format("waitResult[%s,%s,%s,%s] at %s",
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java46 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:GeofenceHardwareImpl
186 if (DEBUG) {
229 if (DEBUG) Log.d(TAG, "addCircularFence: Result is: " + result);
236 if (DEBUG) Log.d(TAG, "Remove Geofence: GeofenceId: " + geofenceId);
257 if (DEBUG) Log.d(TAG, "removeGeofence: Result is: " + result);
264 if (DEBUG) Log.d(TAG, "Pause Geofence: GeofenceId: " + geofenceId);
284 if (DEBUG) Log.d(TAG, "pauseGeofence: Result is: " + result);
292 if (DEBUG) Log.d(TAG, "Resume Geofence: GeofenceId: " + geofenceId);
312 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java33 private static final boolean DEBUG = false; field in class:EditableInputConnection
116 if (DEBUG) Log.v(TAG, "commitCompletion " + text);
128 if (DEBUG) Log.v(TAG, "commitCorrection" + correctionInfo);
137 if (DEBUG) Log.v(TAG, "performEditorAction " + actionCode);
144 if (DEBUG) Log.v(TAG, "performContextMenuAction " + id);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DShirtPocket.java44 private static final boolean DEBUG = false; field in class:ShirtPocket
99 if (DEBUG) Slog.d(TAG, "onDragEvent: " + event);
106 if (DEBUG) Slog.d(TAG, "entered!");
110 if (DEBUG) Slog.d(TAG, "exited!");
113 if (DEBUG) Slog.d(TAG, "dropped!");
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseFragmentPagerAdapter.java49 private static final boolean DEBUG = false; field in class:BaseFragmentPagerAdapter
84 if (DEBUG) Log.v(TAG, "Attaching item #" + position + ": f=" + fragment);
89 if (DEBUG) Log.e(TAG, "NPE workaround for getItem(). See b/7103023");
92 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
108 if (DEBUG) Log.v(TAG, "Detaching item #" + position + ": f=" + object
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java79 private static final boolean DEBUG = false; field in class:AccessibilityInteractionClient
207 if (DEBUG) {
212 if (DEBUG) {
254 if (DEBUG) {
259 if (DEBUG) {
302 if (DEBUG) {
307 if (DEBUG) {
347 if (DEBUG) {
352 if (DEBUG) {
391 if (DEBUG) {
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java56 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:MediaRouteProviderService
299 if (DEBUG) {
319 if (DEBUG) {
333 if (DEBUG) {
345 if (DEBUG) {
361 if (DEBUG) {
380 if (DEBUG) {
399 if (DEBUG) {
418 if (DEBUG) {
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java44 private final static boolean DEBUG = false; field in class:RuntimeInit
93 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
223 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
226 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
237 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
255 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
278 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java106 if (Log.isLoggable(TAG, Log.DEBUG)) {
156 if (Log.isLoggable(TAG, Log.DEBUG)) {
207 if (Log.isLoggable(TAG, Log.DEBUG)) {
218 if (Log.isLoggable(TAG, Log.DEBUG)) {
226 if (Log.isLoggable(TAG, Log.DEBUG)) {
241 if (Log.isLoggable(TAG, Log.DEBUG)) {
252 if (Log.isLoggable(TAG, Log.DEBUG)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java58 private static final boolean DEBUG = false; field in class:ImageWallpaper
151 if (DEBUG) {
170 if (DEBUG) {
181 if (DEBUG) {
228 if (DEBUG) {
233 if (DEBUG) {
250 if (DEBUG) {
257 if (DEBUG) {
269 if (DEBUG) {
292 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java89 static final boolean DEBUG = false; field in class:WallpaperService
284 if (DEBUG) Log.v(TAG, "Dispatch wallpaper offsets: " + x + ", " + y);
304 if (DEBUG) Log.v(TAG, "Dispatch wallpaper command: " + x + ", " + y);
580 if (DEBUG) Log.v(TAG, "Changes: creating=" + creating
634 if (DEBUG) Log.v(TAG, "New surface: " + mSurfaceHolder.mSurface
653 if (DEBUG) Log.v(TAG, "Layout: Surface destroyed");
665 if (DEBUG) Log.v(TAG, "onSurfaceCreated("
681 if (DEBUG) {
688 if (DEBUG) Log.v(TAG, "onSurfaceChanged("
728 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java41 public static final boolean DEBUG = BaseStatusBar.DEBUG; field in class:StatusBarWindowView
53 setWillNotDraw(!DEBUG);
122 if (DEBUG) {
/frameworks/base/services/java/com/android/server/location/
H A DGpsXtraDownloader.java46 static final boolean DEBUG = false; field in class:GpsXtraDownloader
110 if (DEBUG) Log.d(TAG, "Downloading XTRA data from " + url);
133 if (DEBUG) Log.d(TAG, "HTTP error: " + status.getReasonPhrase());
162 if (DEBUG) Log.d(TAG, "error " + e);
/frameworks/volley/src/com/android/volley/
H A DVolleyLog.java30 public static boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE); field in class:VolleyLog
44 // Reinitialize the DEBUG "constant"
45 DEBUG = Log.isLoggable(TAG, Log.VERBOSE);
49 if (DEBUG) {
104 public static final boolean ENABLED = VolleyLog.DEBUG;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_decoder.c207 DEBUG(("DISCARDED NAL (UNSPECIFIED, REGISTERED, SPS ext or AUX slice)\n"));
227 DEBUG(("Access unit boundary\n"));
231 DEBUG(("CONCEALING..."));
258 DEBUG(("...DONE\n"));
272 DEBUG(("SEQ PARAM SET\n"));
285 DEBUG(("PIC PARAM SET\n"));
300 DEBUG(("IDR "));
303 DEBUG(("SLICE HEADER\n"));
444 DEBUG(("SLICE DATA, FIRST %d\n",
464 DEBUG(("SE
[all...]

Completed in 687 milliseconds

1234567891011