/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
D | SoundPoolTest.java | 40 private static final boolean DEBUG = true; field in SoundPoolTest 84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status); in onLoadComplete() 131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test"); in TestSounds() 136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); in TestSounds() 143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); in TestSounds() 146 if (DEBUG) Log.d(LOG_TAG, "End sounds test"); in TestSounds() 151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test"); in TestScales() 158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); in TestScales() 165 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); in TestScales() 168 if (DEBUG) Log.d(LOG_TAG, "End scale test"); in TestScales() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipMenuActivity.java | 38 private static final boolean DEBUG = false; field in PipMenuActivity 61 if (DEBUG) Log.d(TAG, "onCreate()"); in onCreate() 87 if (DEBUG) Log.d(TAG, "onNewIntent(), intent=" + intent); in onNewIntent() 94 if (DEBUG) Log.d(TAG, "restorePipAndFinish()"); in restorePipAndFinish() 97 if (DEBUG) Log.d(TAG, " > restoring to the default position"); in restorePipAndFinish() 107 if (DEBUG) Log.d(TAG, "onResume()"); in onResume() 115 if (DEBUG) Log.d(TAG, "onPause()"); in onPause() 124 if (DEBUG) Log.d(TAG, "onDestroy()"); in onDestroy() 134 if (DEBUG) Log.d(TAG, "onBackPressed()"); in onBackPressed() 141 if (DEBUG) Log.d(TAG, "onPipEntered(), packageName=" + packageName); in onPipEntered() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/ |
D | DataCollector.java | 65 public static final boolean DEBUG = false; field in DataCollector 272 if (DEBUG) { in onScreenTurningOn() 281 if (DEBUG) { in onScreenOnFromTouch() 289 if (DEBUG) { in onScreenOff() 297 if (DEBUG) { in onSucccessfulUnlock() 305 if (DEBUG) { in onBouncerShown() 312 if (DEBUG) { in onBouncerHidden() 319 if (DEBUG) { in onQsDown() 326 if (DEBUG) { in setQsExpanded() 337 if (DEBUG) { in onTrackingStarted() [all …]
|
/frameworks/base/core/java/android/content/ |
D | AsyncTaskLoader.java | 60 static final boolean DEBUG = false; field in AsyncTaskLoader 72 if (DEBUG) Log.v(TAG, this + " >>> doInBackground"); in doInBackground() 75 if (DEBUG) Log.v(TAG, this + " <<< doInBackground"); in doInBackground() 87 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex); in doInBackground() 95 if (DEBUG) Log.v(TAG, this + " onPostExecute"); in onPostExecute() 106 if (DEBUG) Log.v(TAG, this + " onCancelled"); in onCancelled() 171 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask); in onForceLoad() 177 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask); in onCancelLoad() 185 if (DEBUG) Log.v(TAG, in onCancelLoad() 196 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it"); in onCancelLoad() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | TileLifecycleManager.java | 56 public static final boolean DEBUG = false; field in TileLifecycleManager 113 if (DEBUG) Log.d(TAG, "Creating " + mIntent + " " + mUser); in TileLifecycleManager() 184 if (DEBUG) Log.d(TAG, "Binding service " + mIntent + " " + mUser); in setBindService() 198 if (DEBUG) Log.d(TAG, "Unbinding service " + mIntent + " " + mUser); in setBindService() 211 if (DEBUG) Log.d(TAG, "onServiceConnected " + name); in onServiceConnected() 225 if (DEBUG) Log.d(TAG, "onServiceDisconnected " + name); in onServiceDisconnected() 238 if (DEBUG) Log.d(TAG, "Handling pending onAdded"); in handlePendingMessages() 242 if (DEBUG) Log.d(TAG, "Handling pending onStartListening"); in handlePendingMessages() 246 if (DEBUG) Log.d(TAG, "Handling pending onClick"); in handlePendingMessages() 255 if (DEBUG) Log.d(TAG, "Handling pending onUnlockComplete"); in handlePendingMessages() [all …]
|
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
D | UsbVCInterface.java | 52 if (UsbDescriptorParser.DEBUG) { in allocDescriptor() 58 if (UsbDescriptorParser.DEBUG) { in allocDescriptor() 65 if (UsbDescriptorParser.DEBUG) { in allocDescriptor() 70 if (UsbDescriptorParser.DEBUG) { in allocDescriptor() 77 if (UsbDescriptorParser.DEBUG) { in allocDescriptor() 83 if (UsbDescriptorParser.DEBUG) { in allocDescriptor() 89 if (UsbDescriptorParser.DEBUG) { in allocDescriptor() 95 if (UsbDescriptorParser.DEBUG) { in allocDescriptor() 101 if (UsbDescriptorParser.DEBUG) { in allocDescriptor()
|
D | UsbACInterface.java | 103 if (UsbDescriptorParser.DEBUG) { in allocAudioControlDescriptor() 108 if (UsbDescriptorParser.DEBUG) { in allocAudioControlDescriptor() 120 if (UsbDescriptorParser.DEBUG) { in allocAudioControlDescriptor() 124 if (UsbDescriptorParser.DEBUG) { in allocAudioControlDescriptor() 136 if (UsbDescriptorParser.DEBUG) { in allocAudioControlDescriptor() 140 if (UsbDescriptorParser.DEBUG) { in allocAudioControlDescriptor() 151 if (UsbDescriptorParser.DEBUG) { in allocAudioControlDescriptor() 157 if (UsbDescriptorParser.DEBUG) { in allocAudioControlDescriptor() 164 if (UsbDescriptorParser.DEBUG) { in allocAudioControlDescriptor() 168 if (UsbDescriptorParser.DEBUG) { in allocAudioControlDescriptor() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | NotificationPlayer.java | 46 private static final boolean DEBUG = false; field in NotificationPlayer 88 if (DEBUG) Log.d(mTag, "in run: new looper " + mLooper); in run() 112 if (DEBUG) Log.d(mTag, "requesting AudioFocus"); in run() 123 if (DEBUG) Log.d(mTag, "AudioFocus was previously requested"); in run() 133 if (DEBUG) { Log.d(mTag, "notification will be delayed by " in run() 142 if (DEBUG) { Log.d(mTag, "player.start"); } in run() 158 if (DEBUG) { Log.d(mTag, "mPlayer.release"); } in run() 170 if (DEBUG) Log.d(mTag, "abandoning focus after playback error"); in abandonAudioFocusAfterError() 182 if (DEBUG) { Log.d(mTag, "startSound()"); } in startSound() 192 if (DEBUG) { Log.d(mTag, "in startSound quitting looper " + mLooper); } in startSound() [all …]
|
/frameworks/base/core/java/android/app/ |
D | LoaderManager.java | 204 LoaderManagerImpl.DEBUG = enabled; in enableDebugLogging() 213 static boolean DEBUG = false; field in LoaderManagerImpl 275 if (DEBUG) Log.v(TAG, " Starting: " + this); in start() 296 if (DEBUG) Log.v(TAG, " Retaining: " + this); in retain() 305 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this); in finishRetain() 340 if (DEBUG) Log.v(TAG, " Stopping: " + this); in stop() 354 if (DEBUG) Log.v(TAG, " Canceling: " + this); in cancel() 366 if (DEBUG) Log.v(TAG, " Destroying: " + this); in destroy() 371 if (DEBUG) Log.v(TAG, " Reseting: " + this); in destroy() 403 if (DEBUG) Log.v(TAG, "onLoadCanceled: " + this); in onLoadCanceled() [all …]
|
D | PropertyInvalidatedCache.java | 188 private static final boolean DEBUG = false; field in PropertyInvalidatedCache 288 if (DEBUG) { in clear() 367 if (DEBUG) { in query() 383 if (DEBUG) { in query() 403 if (DEBUG) { in query() 409 if (DEBUG) { in query() 429 if (DEBUG) { in query() 435 if (DEBUG) { in query() 500 if (DEBUG) { in invalidateCache() 515 if (DEBUG) { in invalidateCache() [all …]
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraCaptureSessionImpl.java | 44 private static final boolean DEBUG = false; field in CameraCaptureSessionImpl 125 if (DEBUG) Log.v(TAG, mIdString + "Created session successfully"); in CameraCaptureSessionImpl() 183 if (DEBUG) { in capture() 208 if (DEBUG) { in captureSingleRequest() 239 if (DEBUG) { in captureBurst() 265 if (DEBUG) { in captureBurstRequests() 307 if (DEBUG) { in setRepeatingRequest() 332 if (DEBUG) { in setSingleRepeatingRequest() 360 if (DEBUG) { in setRepeatingBurst() 387 if (DEBUG) { in setRepeatingBurstRequests() [all …]
|
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/ |
D | LocalTransport.java | 56 private static final boolean DEBUG = false; field in LocalTransport 181 if (DEBUG) Log.v(TAG, "wiping all data"); in initializeDevice() 231 if (DEBUG) { in performBackupInternal() 285 if (DEBUG) { in performBackupInternal() 298 if (DEBUG && op.value == null) { in performBackupInternal() 306 if (DEBUG) { in performBackupInternal() 315 if (DEBUG) { in performBackupInternal() 353 if (DEBUG) { in parseBackupStream() 373 if (DEBUG) { in parseKeySizes() 381 if (DEBUG) { in parseKeySizes() [all …]
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvRemoteProviderProxy.java | 37 private static final boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE); field in TvRemoteProviderProxy 78 if (DEBUG) { in start() 89 if (DEBUG) { in stop() 107 if (DEBUG) { in bind() 117 if (DEBUG && !mBound) { in bind() 121 if (DEBUG) { in bind() 130 if (DEBUG) { in unbind() 141 if (DEBUG) { in onServiceConnected() 164 if (DEBUG) { in onServiceDisconnected()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | SyncTransactionQueue.java | 36 private static final boolean DEBUG = Divider.DEBUG; field in SyncTransactionQueue 72 if (DEBUG) Slog.d(TAG, "Queueing up " + wct); in queue() 88 if (DEBUG) Slog.d(TAG, "Nothing in queue, so skip queueing up " + wct); in queueIfWaiting() 91 if (DEBUG) Slog.d(TAG, "Queue is non-empty, so queueing up " + wct); in queueIfWaiting() 107 if (DEBUG) Slog.d(TAG, "Run in sync. mInFlight=" + mInFlight); in runInSync() 121 if (DEBUG) Slog.d(TAG, " Running " + mRunnables.size() + " sync runnables"); in onTransactionReceived() 149 if (DEBUG) Slog.d(TAG, "Sending sync transaction: " + mWCT); in send() 151 if (DEBUG) Slog.d(TAG, " Sent sync transaction. Got id=" + mId); in send() 167 if (DEBUG) Slog.d(TAG, "onTransactionReady id=" + mId); in onTransactionReady()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarterLogger.kt | 21 import com.android.systemui.log.LogLevel.DEBUG 32 buffer.log(TAG, DEBUG, { in logStartingActivityFromClick() 40 buffer.log(TAG, DEBUG, { in logHandleClickAfterKeyguardDismissed() 48 buffer.log(TAG, DEBUG, { in logHandleClickAfterPanelCollapsed() 65 buffer.log(TAG, DEBUG, { in logExpandingBubble() 89 buffer.log(TAG, DEBUG, { in logFullScreenIntentSuppressedByDnD() 97 buffer.log(TAG, DEBUG, { in logFullScreenIntentNotImportantEnough()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | EventConditionProvider.java | 54 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG); field in EventConditionProvider 77 if (DEBUG) Slog.d(TAG, "new " + SIMPLE_NAME + "()"); in EventConditionProvider() 116 if (DEBUG) Slog.d(TAG, "onBootComplete"); in onBootComplete() 133 if (DEBUG) Slog.d(TAG, "onConnected"); in onConnected() 140 if (DEBUG) Slog.d(TAG, "onDestroy"); in onDestroy() 146 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId); in onSubscribe() 160 if (DEBUG) Slog.d(TAG, "onUnsubscribe " + conditionId); in onUnsubscribe() 179 if (DEBUG) Slog.d(TAG, "reloadTrackers"); in reloadTrackers() 202 if (DEBUG) Slog.d(TAG, "evaluateSubscriptions"); in evaluateSubscriptionsW() 204 if (DEBUG) Slog.d(TAG, "Skipping evaluate before boot complete"); in evaluateSubscriptionsW() [all …]
|
D | CalendarTracker.java | 41 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG); field in CalendarTracker 113 if (DEBUG) { in getCalendarsWithAccess() 142 if (DEBUG) { in checkEvent() 156 if (DEBUG) Log.d(TAG, " MEETS CALENDAR & AVAILABILITY"); in checkEvent() 159 if (DEBUG) Log.d(TAG, " MEETS ATTENDEE"); in checkEvent() 161 if (DEBUG) Log.d(TAG, " MEETS TIME"); in checkEvent() 195 if (DEBUG) Log.d(TAG, "No attendees found"); 204 if (DEBUG) Log.d(TAG, (DEBUG_ATTENDEES ? String.format( 220 if (DEBUG) Log.d(TAG, "meetsAttendee took " + (System.currentTimeMillis() - start)); 229 if (DEBUG) Log.d(TAG, "unregister content observer u=" + userId); [all …]
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/ |
D | AnyMotionDetector.java | 39 private static final boolean DEBUG = false; field in AnyMotionDetector 120 if (DEBUG) Slog.d(TAG, "AnyMotionDetector instantiated."); in AnyMotionDetector() 137 if (DEBUG) Slog.d(TAG, "mNumSufficientSamples = " + mNumSufficientSamples); in AnyMotionDetector() 152 if (DEBUG) { in checkForAnyMotion() 158 if (DEBUG) { in checkForAnyMotion() 176 if (DEBUG) Slog.d(TAG, "Moved from STATE_ACTIVE to STATE_INACTIVE."); in stop() 197 if (DEBUG) Slog.d(TAG, "startOrientationMeasurementLocked: mMeasurementInProgress=" + in startOrientationMeasurementLocked() 212 if (DEBUG) Slog.d(TAG, "stopOrientationMeasurement. mMeasurementInProgress=" + in stopOrientationMeasurementLocked() 225 if (DEBUG) { in stopOrientationMeasurementLocked() 236 if (DEBUG) Slog.d(TAG, "getStationaryStatus() returned " + status); in stopOrientationMeasurementLocked() [all …]
|
/frameworks/base/core/java/com/android/internal/infra/ |
D | ServiceConnector.java | 214 static final boolean DEBUG = false; field in ServiceConnector.Impl 301 if (DEBUG) { in bindService() 328 if (DEBUG) { in onServiceUnbound() 340 if (DEBUG) { in run() 399 if (DEBUG) { in enqueueJobThread() 422 if (DEBUG) { in cancelTimeout() 434 if (task == null || (DEBUG && taskChanged)) { in completeExceptionally() 445 if (DEBUG) { in processQueue() 458 if (DEBUG) { in processQueue() 484 if (DEBUG) { in scheduleUnbindTimeout() [all …]
|
/frameworks/base/core/java/android/printservice/ |
D | PrintService.java | 165 private static final boolean DEBUG = false; field in PrintService 477 if (DEBUG) { 494 if (DEBUG) { 505 if (DEBUG) { 516 if (DEBUG) { 526 if (DEBUG) { 537 if (DEBUG) { 548 if (DEBUG) { 559 if (DEBUG) { 570 if (DEBUG) { [all …]
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/bluetooth/ |
D | ConnectedDeviceSignalController.java | 19 import static com.android.systemui.statusbar.phone.StatusBar.DEBUG; 152 if (DEBUG) { in onBluetoothStateChange() 169 if (DEBUG) { in onReceive() 174 if (DEBUG) { in onReceive() 182 if (DEBUG) { in onReceive() 201 if (DEBUG) { in processActionAgEvent() 213 if (DEBUG) { in processActionAgEvent() 223 if (DEBUG) { in processActionAgEvent() 240 if (DEBUG) { in updateViewVisibility() 257 if (DEBUG) { in updateViewVisibility() [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | BaseParceledListSlice.java | 44 private static boolean DEBUG = false; field in BaseParceledListSlice 64 if (DEBUG) Log.d(TAG, "Retrieving " + N + " items"); in BaseParceledListSlice() 87 if (DEBUG) Log.d(TAG, "Read inline #" + i + ": " + mList.get(mList.size()-1)); in BaseParceledListSlice() 95 if (DEBUG) Log.d(TAG, "Reading more @" + i + " of " + N + ": retriever=" + retriever); in BaseParceledListSlice() 111 if (DEBUG) Log.d(TAG, "Read extra #" + i + ": " + mList.get(mList.size()-1)); in BaseParceledListSlice() 159 if (DEBUG) Log.d(TAG, "Writing " + N + " items"); in writeToParcel() 171 if (DEBUG) Log.d(TAG, "Wrote inline #" + i + ": " + mList.get(i)); in writeToParcel() 184 if (DEBUG) Log.d(TAG, "Writing more @" + i + " of " + N); in writeToParcel() 192 if (DEBUG) Log.d(TAG, "Wrote extra #" + i + ": " + mList.get(i)); in writeToParcel() 196 if (DEBUG) Log.d(TAG, "Breaking @" + i + " of " + N); in writeToParcel() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskLaunchParamsModifier.java | 65 private static final boolean DEBUG = false; field in TaskLaunchParamsModifier 144 if (DEBUG) { in calculate() 166 if (DEBUG) { in calculate() 182 if (DEBUG) appendLog("activity-options-bounds=" + outParams.mBounds); in calculate() 185 if (DEBUG) appendLog("empty-window-layout-for-pip"); in calculate() 187 if (DEBUG) appendLog("activity-options-fullscreen=" + outParams.mBounds); in calculate() 194 if (DEBUG) appendLog("bounds-from-layout=" + outParams.mBounds); in calculate() 196 if (DEBUG) appendLog("empty-window-layout"); in calculate() 223 if (DEBUG) { in calculate() 236 if (DEBUG) appendLog("inherit-bounds=" + outParams.mBounds); in calculate() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
D | ControlsProviderLifecycleManager.kt | 78 private const val DEBUG = true constant 95 if (DEBUG) { in bindService() 106 if (DEBUG) { in bindService() 120 if (DEBUG) Log.d(TAG, "onServiceConnected $name") in onServiceConnected() 130 if (DEBUG) Log.d(TAG, "onServiceDisconnected $name") in onServiceDisconnected() 151 if (DEBUG) { in binderDied() 244 if (DEBUG) { in maybeBindAndSubscribe() 258 if (DEBUG) { in cancelSubscription() 306 if (DEBUG) { in callWrapper() 315 if (DEBUG) { in callWrapper() [all …]
|
/frameworks/base/core/java/android/window/ |
D | TaskOrganizerTaskEmbedder.java | 38 private static final boolean DEBUG = false; field in TaskOrganizerTaskEmbedder 68 if (DEBUG) { in onInitialize() 84 if (DEBUG) { in onRelease() 101 if (DEBUG) { in start() 125 if (DEBUG) { in stop() 150 if (DEBUG) { in notifyBoundsChanged() 207 if (DEBUG) { in resetTaskInfo() 222 if (DEBUG) { in onTaskAppeared() 254 if (DEBUG) { in onTaskVanished()
|