/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
D | SoundPoolTest.java | 41 private static final boolean DEBUG = true; field in SoundPoolTest 85 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status); in onLoadComplete() 132 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test"); in TestSounds() 137 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); in TestSounds() 144 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); in TestSounds() 147 if (DEBUG) Log.d(LOG_TAG, "End scale test"); in TestSounds() 152 if (DEBUG) Log.d(LOG_TAG, "Begin scale test"); in TestScales() 159 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); in TestScales() 166 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); in TestScales() 169 if (DEBUG) Log.d(LOG_TAG, "End sounds test"); in TestScales() [all …]
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | KeyguardViewMediator.java | 96 private final static boolean DEBUG = false; field in KeyguardViewMediator 297 if (DEBUG) Log.d(TAG, "onSystemReady"); in onSystemReady() 312 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")"); in onScreenTurnedOff() 315 if (DEBUG) Log.d(TAG, "pending exit secure callback cancelled"); in onScreenTurnedOff() 336 if (DEBUG) Log.d(TAG, "setting alarm to turn off keyguard, seq = " in onScreenTurnedOff() 353 if (DEBUG) Log.d(TAG, "onScreenTurnedOn, seq = " + mDelayedShowingSequence); in onScreenTurnedOn() 365 if (DEBUG) Log.d(TAG, "setKeyguardEnabled(" + enabled + ")"); in setKeyguardEnabled() 372 if (DEBUG) Log.d(TAG, "in process of verifyUnlock request, ignoring"); in setKeyguardEnabled() 379 if (DEBUG) Log.d(TAG, "remembering to reshow, hiding keyguard, " in setKeyguardEnabled() 385 if (DEBUG) Log.d(TAG, "previously hidden, reshowing, reenabling " in setKeyguardEnabled() [all …]
|
D | KeyguardViewManager.java | 39 private final static boolean DEBUG = false; field in KeyguardViewManager 95 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView); in show() 98 if (DEBUG) Log.d(TAG, "keyguard host is null, creating it..."); in show() 124 if (DEBUG) Log.d(TAG, "keyguard view is null, creating it..."); in show() 162 if (DEBUG) Log.d(TAG, "reset()"); in reset() 169 if (DEBUG) Log.d(TAG, "onScreenTurnedOff()"); in onScreenTurnedOff() 177 if (DEBUG) Log.d(TAG, "onScreenTurnedOn()"); in onScreenTurnedOn() 185 if (DEBUG) Log.d(TAG, "verifyUnlock()"); in verifyUnlock() 201 if (DEBUG) Log.d(TAG, "wakeWhenReady(" + keyCode + ")"); in wakeWhenReadyTq() 215 if (DEBUG) Log.d(TAG, "hide()"); in hide()
|
/frameworks/base/core/java/com/android/internal/backup/ |
D | LocalTransport.java | 47 private static final boolean DEBUG = true; field in LocalTransport 78 if (DEBUG) Log.v(TAG, "wiping all data"); in initializeDevice() 84 if (DEBUG) Log.v(TAG, "performBackup() pkg=" + packageInfo.packageName); in performBackup() 104 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize in performBackup() 118 if (DEBUG) Log.v(TAG, " data size " + dataSize); in performBackup() 156 if (DEBUG) Log.v(TAG, "clearBackupData() pkg=" + packageInfo.packageName); in clearBackupData() 167 if (DEBUG) Log.v(TAG, "finishBackup()"); in finishBackup() 185 if (DEBUG) Log.v(TAG, "start restore " + token); in startRestore() 196 if (DEBUG) Log.v(TAG, " nextRestorePackage() = " + name); in nextRestorePackage() 201 if (DEBUG) Log.v(TAG, " no more packages to restore"); in nextRestorePackage() [all …]
|
/frameworks/base/core/java/com/android/internal/app/ |
D | NetInitiatedActivity.java | 39 private static final boolean DEBUG = true; field in NetInitiatedActivity 56 if (DEBUG) Log.d(TAG, "NetInitiatedReceiver onReceive: " + intent.getAction()); 79 if (DEBUG) Log.d(TAG, "onCreate, notifId: " + notificationId); in onCreate() 87 if (DEBUG) Log.d(TAG, "onResume"); in onResume() 94 if (DEBUG) Log.d(TAG, "onPause"); in onPause() 116 if (DEBUG) Log.d(TAG, "sendUserResponse, response: " + response); in sendUserResponse() 126 if (DEBUG) Log.d(TAG, "handleNIVerify action: " + intent.getAction()); in handleNIVerify()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 191 static final boolean DEBUG = false; field in InputMethodManager 592 if (DEBUG) Log.v(TAG, "FINISH INPUT: " + mServedView); in finishInputLocked() 906 if (DEBUG) Log.v(TAG, "Starting input: view=" + view); in startInputInner() 908 if (DEBUG) Log.v(TAG, "ABORT input: no served view!"); in startInputInner() 921 if (DEBUG) Log.v(TAG, "ABORT input: no handler for view!"); in startInputInner() 927 if (DEBUG) Log.v(TAG, "Starting input: reschedule to view thread"); in startInputInner() 943 if (DEBUG) Log.v(TAG, "Starting input: tba=" + tba + " ic=" + ic); in startInputInner() 950 if (DEBUG) Log.v(TAG, in startInputInner() 977 if (DEBUG) Log.v(TAG, "START INPUT: " + view + " ic=" in startInputInner() 981 if (DEBUG) Log.v(TAG, "Starting input: Bind result=" + res); in startInputInner() [all …]
|
/frameworks/base/core/java/android/util/ |
D | Config.java | 29 public static final boolean DEBUG = ConfigBuildFlags.DEBUG; field in Config 40 public static final boolean RELEASE = !DEBUG;
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 89 static final boolean DEBUG = false; field in WallpaperService 258 if (DEBUG) Log.v(TAG, "Dispatch wallpaper offsets: " + x + ", " + y); 277 if (DEBUG) Log.v(TAG, "Dispatch wallpaper command: " + x + ", " + y); 484 if (DEBUG) Log.v(TAG, "Changes: creating=" + creating in updateSurface() 533 if (DEBUG) Log.v(TAG, "New surface: " + mSurfaceHolder.mSurface in updateSurface() 551 if (DEBUG) Log.v(TAG, "Layout: Surface destroyed"); in updateSurface() 560 if (DEBUG) Log.v(TAG, "onSurfaceCreated(" in updateSurface() 576 if (DEBUG) { in updateSurface() 583 if (DEBUG) Log.v(TAG, "onSurfaceChanged(" in updateSurface() 620 if (DEBUG) Log.v( in updateSurface() [all …]
|
/frameworks/base/core/java/android/preference/ |
D | GenericInflater.java | 45 private final boolean DEBUG = false; field in GenericInflater 260 if (DEBUG) System.out.println("INFLATING from resource: " + resource); in inflate() 310 if (DEBUG) { in inflate() 322 if (DEBUG) { in inflate() 327 if (DEBUG) { in inflate() 421 if (DEBUG) System.out.println("******** Creating item: " + name); in createItemFromTag() 434 if (DEBUG) System.out.println("Created item is: " + item); in createItemFromTag() 476 if (DEBUG) { in rInflate() 483 if (DEBUG) { in rInflate() 490 if (DEBUG) { in rInflate() [all …]
|
/frameworks/base/services/java/com/android/server/ |
D | PackageManagerBackupAgent.java | 55 private static final boolean DEBUG = false; field in PackageManagerBackupAgent 123 if (DEBUG) Slog.v(TAG, "onBackup()"); in onBackup() 150 if (DEBUG) Slog.v(TAG, "Storing global metadata key"); in onBackup() 155 if (DEBUG) Slog.v(TAG, "Global metadata key already stored"); in onBackup() 211 if (DEBUG) { in onBackup() 226 if (DEBUG) Slog.v(TAG, "- removing metadata for deleted pkg " + app); in onBackup() 257 if (DEBUG) Slog.v(TAG, "onRestore()"); in onRestore() 264 if (DEBUG) Slog.v(TAG, " got key=" + key + " dataSize=" + dataSize); in onRestore() 274 if (DEBUG) Slog.v(TAG, " storedSystemVersion = " + storedSystemVersion); in onRestore() 283 if (DEBUG) { in onRestore() [all …]
|
D | BackupManagerService.java | 87 private static final boolean DEBUG = false; field in BackupManagerService 299 if (DEBUG) Slog.v(TAG, "clearing pending backups"); in handleMessage() 392 if (DEBUG) Slog.v(TAG, "TIMEOUT: token=" + token); in handleMessage() 483 if (DEBUG) Slog.v(TAG, "Starting with transport " + mCurrentTransport); in BackupManagerService() 497 if (DEBUG) Slog.v(TAG, "Binding to Google transport"); in BackupManagerService() 505 if (DEBUG) Slog.v(TAG, "Google transport not present"); in BackupManagerService() 526 if (DEBUG) Slog.v(TAG, "Init pending at scheduled backup"); in onReceive() 538 if (DEBUG) Slog.v(TAG, "Running a backup pass"); in onReceive() 559 if (DEBUG) Slog.v(TAG, "Running a device init"); in onReceive() 573 if (DEBUG) Slog.v(TAG, "Initializing package tracking"); in initPackageTracking() [all …]
|
D | WallpaperManagerService.java | 78 static final boolean DEBUG = false; field in WallpaperManagerService 296 if (DEBUG) Slog.v(TAG, "WallpaperService startup"); in WallpaperManagerService() 314 if (DEBUG) Slog.v(TAG, "systemReady"); in systemReady() 331 if (DEBUG) Slog.v(TAG, "clearWallpaper"); in clearWallpaper() 426 if (DEBUG) Slog.v(TAG, "setWallpaper"); in setWallpaper() 459 if (DEBUG) Slog.v(TAG, "setWallpaperComponent name=" + name); in setWallpaperComponent() 472 if (DEBUG) Slog.v(TAG, "bindWallpaperComponentLocked: componentName=" + componentName); in bindWallpaperComponentLocked() 478 if (DEBUG) Slog.v(TAG, "bindWallpaperComponentLocked: still using default"); in bindWallpaperComponentLocked() 484 if (DEBUG) Slog.v(TAG, "same wallpaper"); in bindWallpaperComponentLocked() 496 if (DEBUG) Slog.v(TAG, "Use default component wallpaper:" + componentName); in bindWallpaperComponentLocked() [all …]
|
D | InputMethodManagerService.java | 92 static final boolean DEBUG = false; field in InputMethodManagerService 605 if (DEBUG) Slog.v(TAG, "unbindCurrentInputLocked: client = " in unbindCurrentClientLocked() 667 if (DEBUG) Slog.v(TAG, "Attach new input asks to show input"); in attachNewInputLocked() 707 if (DEBUG) Slog.v(TAG, "switching to client: client = " in startInputLocked() 739 if (DEBUG) Slog.v(TAG, "Creating new session for client " + cs); in startInputLocked() 797 if (DEBUG) Slog.v(TAG, "Adding window token: " + mCurToken); in startInputInnerLocked() 837 if (DEBUG) Slog.v(TAG, "Initiating attach with token: " + mCurToken); in onServiceConnected() 841 if (DEBUG) Slog.v(TAG, "Creating first session while with client " in onServiceConnected() 877 if (DEBUG) Slog.v(TAG, "Removing window token: " + mCurToken); in unbindCurrentMethodLocked() 920 if (DEBUG) Slog.v(TAG, "Service disconnected: " + name in onServiceDisconnected() [all …]
|
D | RandomBlock.java | 35 private static final boolean DEBUG = false; field in RandomBlock 42 if (DEBUG) Slog.v(TAG, "reading from file " + filename); in fromFile() 66 if (DEBUG) Slog.v(TAG, "writing to file " + filename); in toFile()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
D | StkLog.java | 22 static final boolean DEBUG = true; field in StkLog 25 if (!DEBUG) { in d() 35 if (!DEBUG) { in d()
|
/frameworks/base/voip/java/com/android/server/sip/ |
D | SipService.java | 71 private static final boolean DEBUG = false; field in SipService 72 private static final boolean DEBUG_TIMER = DEBUG && false; 108 if (DEBUG) Log.d(TAG, "SIP service started"); in start() 113 if (DEBUG) Log.d(TAG, " service started!"); in SipService() 151 if (DEBUG) Log.d(TAG, " +++ register receivers"); in registerReceivers() 157 if (DEBUG) Log.d(TAG, " --- unregister receivers"); in unregisterReceivers() 204 if (DEBUG) Log.d(TAG, "open3: " + localProfile.getUriString() + ": " in open3() 304 if (DEBUG) Log.d(TAG, "createSession()", e); in createSession() 322 if (DEBUG) Log.d(TAG, "determineLocalIp()", e); in determineLocalIp() 363 if (DEBUG) Log.d(TAG, "notify: profile added: " + localProfile); in notifyProfileAdded() [all …]
|
D | SipHelper.java | 71 private static final boolean DEBUG = true; field in SipHelper 242 if (DEBUG) Log.d(TAG, "send request with challenge response: " in handleChallenge() 271 if (DEBUG) Log.d(TAG, "send INVITE: " + request); in sendInvite() 289 if (DEBUG) Log.d(TAG, "send RE-INVITE: " + request); in sendReinvite() 323 if (DEBUG) Log.d(TAG, "send RINGING: " + response); in sendRinging() 352 if (DEBUG) Log.d(TAG, "send OK: " + response); in sendInviteOk() 374 if (DEBUG) Log.d(TAG, "send BUSY HERE: " + response); in sendInviteBusyHere() 391 if (DEBUG) Log.d(TAG, "send ACK: " + ack); in sendInviteAck() 397 if (DEBUG) Log.d(TAG, "send BYE: " + byeRequest); in sendBye() 404 if (DEBUG) Log.d(TAG, "send CANCEL: " + cancelRequest); in sendCancel() [all …]
|
/frameworks/base/core/java/android/net/ |
D | Proxy.java | 34 static final private boolean DEBUG = false; field in Proxy 55 if (DEBUG) { in getHost() 79 if (DEBUG) { in getPort() 84 if (DEBUG) { in getPort()
|
/frameworks/base/services/java/com/android/server/location/ |
D | GpsLocationProvider.java | 80 private static final boolean DEBUG = false; field in GpsLocationProvider 346 if (DEBUG) Log.d(TAG, "ALARM_WAKEUP"); 349 if (DEBUG) Log.d(TAG, "ALARM_TIMEOUT"); 486 if (DEBUG) { in handleUpdateNetworkState() 501 if (DEBUG) Log.d(TAG, "call native_agps_data_conn_open"); in handleUpdateNetworkState() 505 if (DEBUG) Log.d(TAG, "call native_agps_data_conn_failed"); in handleUpdateNetworkState() 548 if (DEBUG) Log.d(TAG, "requestTime failed"); in handleInjectNtpTime() 570 if (DEBUG) { in handleDownloadXtraData() 694 if (DEBUG) Log.d(TAG, "handleEnable"); in handleEnable() 723 if (DEBUG) Log.d(TAG, "handleDisable"); in handleDisable() [all …]
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | EditableInputConnection.java | 30 private static final boolean DEBUG = false; field in EditableInputConnection 74 if (DEBUG) Log.v(TAG, "commitCompletion " + text); in commitCompletion() 82 if (DEBUG) Log.v(TAG, "performEditorAction " + actionCode); in performEditorAction() 88 if (DEBUG) Log.v(TAG, "performContextMenuAction " + id); in performContextMenuAction()
|
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 50 private static final boolean DEBUG = true; field in SipPhone 66 if (DEBUG) Log.d(LOG_TAG, "new SipPhone: " + profile.getUriString()); in SipPhone() 100 if (DEBUG) Log.d(LOG_TAG, "+++ taking call from: " in canTake() 109 if (DEBUG) Log.d(LOG_TAG, " call cancelled !!"); in canTake() 128 if (DEBUG) Log.d(LOG_TAG, "acceptCall"); in acceptCall() 141 if (DEBUG) Log.d(LOG_TAG, "rejectCall"); in rejectCall() 185 if (DEBUG) Log.d(LOG_TAG, " ~~~~~~ switch fg and bg"); in switchHoldingAndActive() 408 if (DEBUG) Log.d(LOG_TAG, "hang up call: " + getState() in hangup() 421 if (DEBUG) Log.d(LOG_TAG, "hang up dead call: " + getState() in hangup() 471 if (DEBUG) Log.d(LOG_TAG, String.format( in setAudioGroupMode() [all …]
|
/frameworks/base/core/java/android/app/ |
D | FullBackupAgent.java | 41 private static final boolean DEBUG = true; field in FullBackupAgent 51 if (DEBUG) Log.v(TAG, "Backing up dir tree @ " + getFilesDir().getAbsolutePath() + " :"); in onBackup() 60 if (DEBUG) Log.v(TAG, " " + f.getAbsolutePath()); in onBackup()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | DelegateManager.java | 101 if (Debug.DEBUG) { in getDelegate() 125 if (Debug.DEBUG) { in addNewDelegate() 139 if (Debug.DEBUG) { in removeJavaReferenceFor()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 217 static final boolean DEBUG = false; field in InputMethodService 332 if (DEBUG) Log.v(TAG, "bindInput(): binding=" + binding in bindInput() 344 if (DEBUG) Log.v(TAG, "unbindInput(): binding=" + mInputBinding in unbindInput() 353 if (DEBUG) Log.v(TAG, "startInput(): editor=" + attribute); in startInput() 358 if (DEBUG) Log.v(TAG, "restartInput(): editor=" + attribute); in restartInput() 366 if (DEBUG) Log.v(TAG, "hideSoftInput()"); in hideSoftInput() 384 if (DEBUG) Log.v(TAG, "showSoftInput()"); in showSoftInput() 409 if (DEBUG) Log.v(TAG, "finishInput() in " + this); in finishInput() 1270 if (DEBUG) Log.v(TAG, "Showing window: showInput=" + showInput in showWindow() 1307 if (DEBUG) Log.v(TAG, "showWindow: updating UI"); in showWindowInner() [all …]
|
/frameworks/base/core/java/android/net/http/ |
D | HttpLog.java | 34 private static final boolean DEBUG = false; field in HttpLog 35 static final boolean LOGV = DEBUG ? Config.LOGD : Config.LOGV;
|