Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 885) sorted by relevance

12345678910>>...36

/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java40 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/analytics/
DDataCollector.java65 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/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java53 public static final boolean DEBUG = false; field in TileLifecycleManager
105 if (DEBUG) Log.d(TAG, "Creating " + mIntent + " " + mUser); in TileLifecycleManager()
158 if (DEBUG) Log.d(TAG, "Binding service " + mIntent + " " + mUser); in setBindService()
172 if (DEBUG) Log.d(TAG, "Unbinding service " + mIntent + " " + mUser); in setBindService()
185 if (DEBUG) Log.d(TAG, "onServiceConnected " + name); in onServiceConnected()
199 if (DEBUG) Log.d(TAG, "onServiceDisconnected " + name); in onServiceDisconnected()
212 if (DEBUG) Log.d(TAG, "Handling pending onAdded"); in handlePendingMessages()
216 if (DEBUG) Log.d(TAG, "Handling pending onStartListening"); in handlePendingMessages()
220 if (DEBUG) Log.d(TAG, "Handling pending onClick"); in handlePendingMessages()
229 if (DEBUG) Log.d(TAG, "Handling pending onUnlockComplete"); in handlePendingMessages()
[all …]
/frameworks/base/core/java/android/content/
DAsyncTaskLoader.java60 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/services/core/java/com/android/server/tv/
DTvRemoteProviderProxy.java41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE); field in TvRemoteProviderProxy
99 if (DEBUG) { in start()
110 if (DEBUG) { in stop()
142 if (DEBUG) { in bind()
152 if (!mBound && DEBUG) { in bind()
156 if (DEBUG) { in bind()
165 if (DEBUG) { in unbind()
177 if (DEBUG) { in onServiceConnected()
191 if (DEBUG) { in onServiceConnected()
195 if (DEBUG) { in onServiceConnected()
[all …]
/frameworks/base/core/java/android/app/
DLoaderManager.java204 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 …]
DPropertyInvalidatedCache.java165 private static final boolean DEBUG = false; field in PropertyInvalidatedCache
283 if (DEBUG) { in query()
296 if (DEBUG) { in query()
315 if (DEBUG) { in query()
321 if (DEBUG) { in query()
339 if (DEBUG) { in query()
345 if (DEBUG) { in query()
409 if (DEBUG) { in invalidateCache()
419 if (DEBUG) { in invalidateCache()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DNotificationPlayer.java46 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/util/
DStatsLog.java37 private static final boolean DEBUG = false; field in StatsLog
57 if (DEBUG) { in logStart()
67 if (DEBUG) { in logStart()
86 if (DEBUG) { in logStop()
95 if (DEBUG) { in logStop()
114 if (DEBUG) { in logEvent()
124 if (DEBUG) { in logEvent()
156 if (DEBUG) { in logBinaryPushStateChanged()
166 if (DEBUG) { in logBinaryPushStateChanged()
196 if (DEBUG) { in logWatchdogRollbackOccurred()
[all …]
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
DLocalTransport.java55 private static final boolean DEBUG = false; field in LocalTransport
173 if (DEBUG) Log.v(TAG, "wiping all data"); in initializeDevice()
217 if (DEBUG) { in performBackupInternal()
271 if (DEBUG) { in performBackupInternal()
284 if (DEBUG && op.value == null) { in performBackupInternal()
292 if (DEBUG) { in performBackupInternal()
301 if (DEBUG) { in performBackupInternal()
339 if (DEBUG) { in parseBackupStream()
359 if (DEBUG) { in parseKeySizes()
367 if (DEBUG) { in parseKeySizes()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DBoundsAnimationController.java58 private static final boolean DEBUG = DEBUG_LOCAL || DEBUG_ANIM; field in BoundsAnimationController
90 if (DEBUG) Slog.d(TAG, "onAppTransitionCancelledLocked:" in onAppTransitionCancelledLocked()
95 if (DEBUG) Slog.d(TAG, "onAppTransitionFinishedLocked:" in onAppTransitionFinishedLocked()
184 if (DEBUG) Slog.d(TAG, "pause: timed out waiting for windows drawn");
221 if (DEBUG) Slog.d(TAG, "onAnimationStart: mTarget=" + mTarget in onAnimationStart()
287 if (DEBUG) Slog.d(TAG, "pause: waiting for windows drawn"); in pause()
294 if (DEBUG) Slog.d(TAG, "resume:"); in resume()
314 if (DEBUG) Slog.d(TAG, "animateUpdate: mTarget=" + mTarget + " mBounds=" in onAnimationUpdate()
324 if (DEBUG) Slog.d(TAG, "animateUpdate: cancelled"); in onAnimationUpdate()
341 if (DEBUG) Slog.d(TAG, "onAnimationEnd: mTarget=" + mTarget in onAnimationEnd()
[all …]
DTaskLaunchParamsModifier.java66 private static final boolean DEBUG = false; field in TaskLaunchParamsModifier
152 if (DEBUG) { in calculate()
178 if (DEBUG) appendLog("activity-options-bounds=" + outParams.mBounds); in calculate()
181 if (DEBUG) appendLog("empty-window-layout-for-pip"); in calculate()
183 if (DEBUG) appendLog("activity-options-fullscreen=" + outParams.mBounds); in calculate()
190 if (DEBUG) appendLog("bounds-from-layout=" + outParams.mBounds); in calculate()
192 if (DEBUG) appendLog("empty-window-layout"); in calculate()
217 if (DEBUG) { in calculate()
230 if (DEBUG) appendLog("inherit-bounds=" + outParams.mBounds); in calculate()
241 if (DEBUG) appendLog("picture-in-picture"); in calculate()
[all …]
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraCaptureSessionImpl.java41 private static final boolean DEBUG = false; field in CameraCaptureSessionImpl
122 if (DEBUG) Log.v(TAG, mIdString + "Created session successfully"); in CameraCaptureSessionImpl()
168 if (DEBUG) { in capture()
193 if (DEBUG) { in captureSingleRequest()
224 if (DEBUG) { in captureBurst()
250 if (DEBUG) { in captureBurstRequests()
292 if (DEBUG) { in setRepeatingRequest()
317 if (DEBUG) { in setSingleRepeatingRequest()
345 if (DEBUG) { in setRepeatingBurst()
372 if (DEBUG) { in setRepeatingBurstRequests()
[all …]
/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
DIorapForwardingService.java52 public static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in IorapForwardingService
135 if (DEBUG) {
179 if (DEBUG) {
215 if (DEBUG) {
275 if (DEBUG) {
288 if (DEBUG) {
301 if (DEBUG) {
314 if (DEBUG) {
327 if (DEBUG) {
342 if (DEBUG) {
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DEventConditionProvider.java54 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 …]
DCalendarTracker.java40 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG); field in CalendarTracker
110 if (DEBUG) { in getCalendarsWithAccess()
138 if (DEBUG) { in checkEvent()
152 if (DEBUG) Log.d(TAG, " MEETS CALENDAR & AVAILABILITY"); in checkEvent()
155 if (DEBUG) Log.d(TAG, " MEETS ATTENDEE"); in checkEvent()
157 if (DEBUG) Log.d(TAG, " MEETS TIME"); in checkEvent()
190 if (DEBUG) Log.d(TAG, "No attendees found");
199 if (DEBUG) Log.d(TAG, (DEBUG_ATTENDEES ? String.format(
212 if (DEBUG) Log.d(TAG, "meetsAttendee took " + (System.currentTimeMillis() - start));
221 if (DEBUG) Log.d(TAG, "unregister content observer u=" + userId);
[all …]
/frameworks/base/services/core/java/com/android/server/
DAnyMotionDetector.java39 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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationModeController.java75 private static final boolean DEBUG = false; field in NavigationModeController
97 if (DEBUG) {
110 if (DEBUG) {
120 if (DEBUG) {
130 if (DEBUG) {
175 if (DEBUG) { in removeEnableGestureNavListener()
249 if (DEBUG) { in updateCurrentInteractionMode()
274 if (DEBUG) { in getCurrentInteractionMode()
283 if (DEBUG) { in getCurrentUserContext()
309 if (DEBUG) { in deferGesturalNavOverlayIfNecessary()
[all …]
/frameworks/base/core/java/android/printservice/
DPrintService.java165 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/core/java/android/content/pm/
DBaseParceledListSlice.java44 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/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DConnectedDeviceSignalController.java19 import static com.android.systemui.statusbar.phone.StatusBar.DEBUG;
150 if (DEBUG) { in onBluetoothStateChange()
167 if (DEBUG) { in onReceive()
172 if (DEBUG) { in onReceive()
180 if (DEBUG) { in onReceive()
199 if (DEBUG) { in processActionAgEvent()
211 if (DEBUG) { in processActionAgEvent()
221 if (DEBUG) { in processActionAgEvent()
238 if (DEBUG) { in updateViewVisibility()
255 if (DEBUG) { in updateViewVisibility()
[all …]
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java54 private static final boolean DEBUG = false; field in WallpaperBackupAgent
88 if (DEBUG) { in onCreate()
100 if (DEBUG) { in onCreate()
144 if (DEBUG) { in onFullBackup()
154 if (DEBUG) Slog.v(TAG, "New wallpaper configuration; copying"); in onFullBackup()
157 if (DEBUG) Slog.v(TAG, "Storing wallpaper metadata"); in onFullBackup()
162 if (DEBUG) Slog.v(TAG, "New system wallpaper; copying"); in onFullBackup()
165 if (DEBUG) Slog.v(TAG, "Storing system wallpaper image"); in onFullBackup()
173 if (DEBUG) Slog.v(TAG, "New lock wallpaper; copying"); in onFullBackup()
176 if (DEBUG) Slog.v(TAG, "Storing lock wallpaper image"); in onFullBackup()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java146 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in KeyguardViewMediator
790 if (DEBUG) Log.d(TAG, "onSystemReady"); in handleSystemReady()
806 if (DEBUG) Log.d(TAG, "onStartedGoingToSleep(" + why + ")"); in onStartedGoingToSleep()
821 if (DEBUG) Log.d(TAG, "pending exit secure callback cancelled"); in onStartedGoingToSleep()
850 if (DEBUG) Log.d(TAG, "onFinishedGoingToSleep(" + why + ")"); in onFinishedGoingToSleep()
945 if (DEBUG) Log.d(TAG, "setting alarm to turn off keyguard, seq = " in doKeyguardLaterLocked()
1000 if (DEBUG) Log.d(TAG, "onStartedWakingUp, seq = " + mDelayedShowingSequence); in onStartedWakingUp()
1074 if (DEBUG) Log.d(TAG, "setKeyguardEnabled(" + enabled + ")"); in setKeyguardEnabled()
1080 if (DEBUG) Log.d(TAG, "in process of verifyUnlock request, ignoring"); in setKeyguardEnabled()
1087 if (DEBUG) Log.d(TAG, "remembering to reshow, hiding keyguard, " in setKeyguardEnabled()
[all …]
/frameworks/base/core/java/android/app/backup/
DBlobBackupHelper.java44 private static final boolean DEBUG = false; field in BlobBackupHelper
100 if (DEBUG) { in readOldState()
106 if (DEBUG) { in readOldState()
117 if (DEBUG) { in readOldState()
148 if (DEBUG) { in writeBackupState()
174 if (DEBUG) { in deflate()
207 if (DEBUG) { in inflate()
241 if (DEBUG) { in performBackup()
252 if (DEBUG) { in performBackup()
259 if (DEBUG) { in performBackup()
[all …]
/frameworks/base/services/core/java/com/android/server/media/
DRemoteDisplayProviderProxy.java43 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in RemoteDisplayProviderProxy
138 if (DEBUG) { in start()
149 if (DEBUG) { in stop()
186 if (DEBUG) { in bind()
196 if (!mBound && DEBUG) { in bind()
200 if (DEBUG) { in bind()
209 if (DEBUG) { in unbind()
221 if (DEBUG) { in onServiceConnected()
234 if (DEBUG) { in onServiceConnected()
246 if (DEBUG) { in onServiceDisconnected()
[all …]

12345678910>>...36