/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
H A D | ObbBackupService.java | 46 static final boolean DEBUG = true; field in class:ObbBackupService 66 if (DEBUG) { 73 if (DEBUG) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
H A D | TabletStatusBarView.java | 82 if (TabletStatusBar.DEBUG) { 98 if (TabletStatusBar.DEBUG) { 108 if (TabletStatusBar.DEBUG) {
|
H A D | CompatModePanel.java | 36 private static final boolean DEBUG = TabletStatusBar.DEBUG; field in class:CompatModePanel
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
H A D | KeyguardStatusView.java | 39 private static final boolean DEBUG = KeyguardViewMediator.DEBUG; field in class:KeyguardStatusView 64 if (DEBUG) Slog.v(TAG, "refresh statusview showing:" + showing);
|
H A D | KeyguardUpdateMonitor.java | 72 private static final boolean DEBUG = false; field in class:KeyguardUpdateMonitor 73 private static final boolean DEBUG_SIM_STATES = DEBUG || false; 244 if (DEBUG) Log.d(TAG, "received broadcast " + action); 411 if (DEBUG) 422 if (DEBUG) 522 if (DEBUG) Log.d(TAG, "DEVICE_PROVISIONED state = " + mDeviceProvisioned); 637 if (DEBUG) Log.d(TAG, "handlePhoneStateChanged(" + newState + ")"); 657 if (DEBUG) Log.d(TAG, "handleRingerModeChange(" + mode + ")"); 671 if (DEBUG) Log.d(TAG, "handleTimeUpdate"); 684 if (DEBUG) Lo [all...] |
H A D | KeyguardHostView.java | 75 public static boolean DEBUG = KeyguardViewMediator.DEBUG; field in class:KeyguardHostView 142 if (DEBUG) Log.e(TAG, "KeyguardHostView()"); 208 if (DEBUG) Log.v(TAG, "Initial transport state: " 642 if (DEBUG) Log.d(TAG, "reportFailedPatternAttempt: #" + failedAttempts); 699 if (DEBUG) Log.v(TAG, "showPrimarySecurityScreen(turningOff=" + turningOff + ")"); 715 if (DEBUG) Log.d(TAG, "showBackupSecurity()"); 733 if (DEBUG) Log.d(TAG, "showNextSecurityScreenOrFinish(" + authenticated + ")"); 905 if (DEBUG) Log.v(TAG, "inflating id = " + layoutId); 928 if (DEBUG) Lo [all...] |
H A D | KeyguardPatternView.java | 48 private static final boolean DEBUG = false; field in class:KeyguardPatternView 158 if (DEBUG) Log.d(TAG, "mode normal"); 162 if (DEBUG) Log.d(TAG, "mode ForgotLockPattern"); 166 if (DEBUG) Log.d(TAG, "mode VerifyUnlocked"); 228 if (DEBUG) Log.v(TAG, "Cleanup() called on " + this);
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
H A D | TimeZoneFilterTypeAdapter.java | 37 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/av/media/libstagefright/codecs/on2/h264dec/source/ |
H A D | h264bsd_util.h | 112 #define DEBUG(args) printf args macro 114 #define DEBUG(args) macro
|
/frameworks/base/core/java/android/util/ |
H A D | Slog.java | 42 return Log.println_native(Log.LOG_ID_SYSTEM, Log.DEBUG, tag, msg); 46 return Log.println_native(Log.LOG_ID_SYSTEM, Log.DEBUG, tag,
|
/frameworks/base/services/java/com/android/server/location/ |
H A D | GpsLocationProvider.java | 94 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:GpsLocationProvider 388 if (DEBUG) Log.d(TAG, "ALARM_WAKEUP"); 391 if (DEBUG) Log.d(TAG, "ALARM_TIMEOUT"); 550 if (DEBUG) { 579 if (DEBUG) Log.d(TAG, "mAGpsDataConnectionIpAddr " + mAGpsDataConnectionIpAddr); 582 if (DEBUG) Log.d(TAG, "call requestRouteToHost"); 587 if (DEBUG) Log.d(TAG, "call native_agps_data_conn_open"); 591 if (DEBUG) Log.d(TAG, "call native_agps_data_conn_failed"); 648 if (DEBUG) Lo [all...] |
/frameworks/base/telephony/java/android/telephony/ |
H A D | Rlog.java | 46 return Log.println_native(Log.LOG_ID_RADIO, Log.DEBUG, tag, msg); 50 return Log.println_native(Log.LOG_ID_RADIO, Log.DEBUG, tag,
|
/frameworks/base/services/java/com/android/server/ |
H A D | BackupManagerService.java | 138 private static final boolean DEBUG = true; field in class:BackupManagerService 499 if (DEBUG) Slog.v(TAG, "clearing pending backups"); 830 if (DEBUG) Slog.v(TAG, "Starting with transport " + mCurrentTransport); 844 if (DEBUG) Slog.v(TAG, "Binding to Google transport"); 853 if (DEBUG) Slog.v(TAG, "Google transport not present"); 874 if (DEBUG) Slog.v(TAG, "Init pending at scheduled backup"); 887 if (DEBUG) Slog.v(TAG, "Running a backup pass"); 912 if (DEBUG) Slog.v(TAG, "Running a device init"); 926 if (DEBUG) Slog.v(TAG, "Initializing package tracking"); 1116 if (DEBUG) { [all...] |
H A D | WallpaperManagerService.java | 89 static final boolean DEBUG = false; field in class:WallpaperManagerService 428 if (DEBUG) Slog.v(TAG, "WallpaperService startup"); 453 if (DEBUG) Slog.v(TAG, "systemReady"); 564 if (DEBUG) Slog.v(TAG, "clearWallpaper"); 721 if (DEBUG) Slog.v(TAG, "setWallpaper"); 768 if (DEBUG) Slog.v(TAG, "setWallpaperComponent name=" + name); 786 if (DEBUG) Slog.v(TAG, "bindWallpaperComponentLocked: componentName=" + componentName); 792 if (DEBUG) Slog.v(TAG, "bindWallpaperComponentLocked: still using default"); 798 if (DEBUG) Slog.v(TAG, "same wallpaper"); 811 if (DEBUG) Slo [all...] |
/frameworks/base/core/java/android/view/inputmethod/ |
H A D | BaseInputConnection.java | 49 private static final boolean DEBUG = false; field in class:BaseInputConnection 196 if (DEBUG) Log.v(TAG, "commitText " + text); 209 if (DEBUG) Log.v(TAG, "deleteSurroundingText " + beforeLength 267 if (DEBUG) Log.v(TAG, "finishComposingText"); 435 if (DEBUG) Log.v(TAG, "setComposingText " + text); 481 if (DEBUG) Log.v(TAG, "setSelection " + start + ", " + end); 552 if (DEBUG) Log.v(TAG, "Sending: " + events[i]); 607 if (DEBUG) Log.v(TAG, "Composing span: " + a + " to " + b); 647 if (DEBUG) Log.v(TAG, "Replacing from " + a + " to " + b + " with \"" 651 if (DEBUG) { [all...] |
/frameworks/base/services/java/com/android/server/power/ |
H A D | DisplayPowerController.java | 71 private static boolean DEBUG = false; field in class:DisplayPowerController 434 if (DEBUG) { 470 if (DEBUG) { 735 if (DEBUG) { 747 if (DEBUG) { 757 if (DEBUG) { 921 if (DEBUG) { 938 if (DEBUG) { 950 if (DEBUG) { 971 if (DEBUG) { [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityNodeInfoCache.java | 42 private static final boolean DEBUG = false; field in class:AccessibilityNodeInfoCache 133 if (DEBUG) { 151 if (DEBUG) { 195 if (DEBUG) {
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
H A D | Tweener.java | 35 private static final boolean DEBUG = false; field in class:Tweener 49 if (DEBUG) Log.v(TAG, "Removing tweener " + sTweens.get(entry.getKey()) 106 if (DEBUG) Log.v(TAG, "Added new Tweener " + tween); 154 if (DEBUG) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | SignalClusterView.java | 37 static final boolean DEBUG = false; field in class:SignalClusterView 67 if (DEBUG) Slog.d(TAG, "NetworkController=" + nc); 188 if (DEBUG) Slog.d(TAG, 217 if (DEBUG) Slog.d(TAG,
|
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/ |
H A D | Fountain.java | 43 private static final boolean DEBUG = false; field in class:Fountain
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
H A D | RSTest.java | 42 private static final boolean DEBUG = false; field in class:RSTest
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
H A D | RSTest.java | 43 private static final boolean DEBUG = false; field in class:RSTest
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
H A D | RSTest_v14.java | 43 private static final boolean DEBUG = false; field in class:RSTest_v14
|
/frameworks/base/location/java/com/android/internal/location/ |
H A D | GpsNetInitiatedHandler.java | 44 private static final boolean DEBUG = true; field in class:GpsNetInitiatedHandler 137 if (DEBUG) Log.d(TAG, "handleNiNotification" + " notificationId: " + notif.notificationId 191 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId + 225 if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.notificationId + 251 if (DEBUG) Log.d(TAG, "generateIntent, title: " + title + ", message: " + message +
|
/frameworks/base/core/java/android/webkit/ |
H A D | WebViewInputDispatcher.java | 80 private static final boolean DEBUG = false; field in class:WebViewInputDispatcher 254 if (DEBUG) { 283 if (DEBUG) { 316 if (DEBUG) { 625 if (DEBUG && event == null && d.mEvent != null) { 685 if (DEBUG) { 691 if (DEBUG) { 728 if (DEBUG) { 810 if (DEBUG && event == null && d.mEvent != null) { 837 if (DEBUG) { [all...] |