Home
last modified time | relevance | path

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

12345678910>>...48

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
H A DFaceAuthenticationLogger.kt35 DEBUG,
50 DEBUG,
72 DEBUG,
90 DEBUG,
118 DEBUG,
148 DEBUG,
167 DEBUG,
176 DEBUG,
188 DEBUG,
204 DEBUG,
[all …]
H A DScreenDecorationsLogger.kt24 import com.android.systemui.log.core.LogLevel.DEBUG
51 DEBUG,
60 DEBUG,
69 DEBUG,
85 DEBUG,
106 DEBUG,
123 DEBUG,
144 DEBUG,
161 logBuffer.log(TAG, DEBUG, info)
165 logBuffer.log(TAG, DEBUG, cameraProtectionEvent)
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptLogger.kt60 buffer.log(TAG, DEBUG, {
68 buffer.log(TAG, DEBUG, {
75 buffer.log(TAG, DEBUG, {
83 buffer.log(TAG, DEBUG, {
91 buffer.log(TAG, DEBUG, {
99 buffer.log(TAG, DEBUG, {
107 buffer.log(TAG, DEBUG, {
115 buffer.log(TAG, DEBUG, {
127 buffer.log(TAG, DEBUG, {
142 buffer.log(TAG, DEBUG, {
[all …]
/aosp14/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java40 private static final boolean DEBUG = true; field in SoundPoolTest
146 if (DEBUG) Log.d(LOG_TAG, "End sounds test"); in TestSounds()
151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test"); in TestScales()
168 if (DEBUG) Log.d(LOG_TAG, "End scale test"); in TestScales()
173 if (DEBUG) Log.d(LOG_TAG, "Begin rate test"); in TestRates()
192 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); in TestRates()
193 if (DEBUG) Log.d(LOG_TAG, "End rate test"); in TestRates()
289 if (DEBUG) Log.d(LOG_TAG, "autoPause"); in TestPauseResume()
292 if (DEBUG) Log.d(LOG_TAG, "autoResume"); in TestPauseResume()
384 if (DEBUG) Log.d(LOG_TAG, "interrupt"); in quit()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
H A DKeyguardUpdateMonitorLogger.kt65 DEBUG,
74 DEBUG,
94 DEBUG,
107 DEBUG,
115 DEBUG,
127 DEBUG,
152 DEBUG,
161 DEBUG,
170 DEBUG,
183 DEBUG,
[all …]
H A DTrustRepositoryLogger.kt25 import com.android.systemui.log.core.LogLevel.DEBUG
45 DEBUG,
71 DEBUG,
83 LogLevel.DEBUG,
95 DEBUG,
104 LogLevel.DEBUG,
111 logBuffer.log(TAG, DEBUG, { bool1 = isTrustManaged }, { "isTrustManaged emitted: $bool1" })
117 DEBUG,
129 DEBUG,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DKeyguardCoordinatorLogger.kt35 LogLevel.DEBUG,
45 LogLevel.DEBUG,
56 LogLevel.DEBUG,
70 LogLevel.DEBUG,
77 LogLevel.DEBUG,
85 LogLevel.DEBUG,
93 LogLevel.DEBUG,
101 LogLevel.DEBUG,
109 LogLevel.DEBUG,
117 LogLevel.DEBUG,
[all …]
/aosp14/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java60 static final boolean DEBUG = false; field in AsyncTaskLoader
72 if (DEBUG) Log.v(TAG, this + " >>> doInBackground"); 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()
235 if (DEBUG) Log.v(TAG, "Waiting until " in executePendingTask()
243 if (DEBUG) Log.v(TAG, "Executing: " + mTask); in executePendingTask()
255 if (DEBUG) Log.v(TAG, "Delivering cancellation"); in dispatchOnCancelled()
[all …]
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppView.java237 if (DEBUG) { in onLayout()
470 if (DEBUG) { in prepareInteractiveApp()
483 if (DEBUG) { in startInteractiveApp()
495 if (DEBUG) { in stopInteractiveApp()
509 if (DEBUG) { in resetInteractiveApp()
523 if (DEBUG) { in sendCurrentVideoBounds()
538 if (DEBUG) { in sendCurrentChannelUri()
550 if (DEBUG) { in sendCurrentChannelLcn()
564 if (DEBUG) { in sendStreamVolume()
576 if (DEBUG) { in sendTrackInfoList()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java46 private static final boolean DEBUG = false; field in NotificationPlayer
88 if (DEBUG) Log.d(mTag, "in run: new looper " + mLooper); in run()
158 if (DEBUG) { in run()
188 if (DEBUG) { Log.d(mTag, "startSound()"); } in startSound()
229 if (DEBUG) Log.d(mTag, "RemoveFirst"); in run()
235 if (DEBUG) Log.d(mTag, "PLAY"); in run()
239 if (DEBUG) Log.d(mTag, "STOP"); in run()
253 if (DEBUG) { in run()
323 if (DEBUG) { in onCompletion()
390 if (DEBUG) { Log.d(mTag, "play uri=" + uri.toString()); } in play()
[all …]
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbVCInterface.java52 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java124 private static final boolean DEBUG = PeopleSpaceUtils.DEBUG; field in PeopleSpaceWidgetManager
222 if (DEBUG) { in onConversationUpdate()
437 if (DEBUG) { in updateWidgetsWithNotificationChanged()
471 if (DEBUG) { in updateWidgetsWithNotificationChangedInBackground()
512 if (DEBUG) { in augmentTileFromNotificationEntryManager()
539 if (DEBUG) { in groupConversationNotifications()
559 if (DEBUG) { in augmentTileFromNotifications()
801 if (DEBUG) { in onAppWidgetOptionsChanged()
946 if (DEBUG) { in unregisterConversationListener()
1228 if (DEBUG) { in remapWidgets()
[all …]
H A DPeopleBackupHelper.java20 import static com.android.systemui.people.PeopleSpaceUtils.DEBUG;
158 if (DEBUG) Log.d(TAG, "Restoring Conversation widgets."); in restoreEntity()
301 if (DEBUG) { in backupPeopleTileKey()
340 if (DEBUG) { in restorePeopleTileKeyAndCorrespondingWidgetFile()
360 if (DEBUG) Log.d(TAG, "Contact URI has user Id: " + userId); in backupContactUriKey()
363 if (DEBUG) { in backupContactUriKey()
373 if (DEBUG) { in backupContactUriKey()
389 if (DEBUG) { in restoreContactUriKey()
416 if (DEBUG) Log.d(TAG, "Existing widgets: " + existingWidgets); in getExistingWidgetsForUser()
444 if (DEBUG) { in isReadyForRestore()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/
H A DBluetoothLogger.kt31 LogLevel.DEBUG,
42 LogLevel.DEBUG,
53 LogLevel.DEBUG,
64 LogLevel.DEBUG,
76 LogLevel.DEBUG,
84 LogLevel.DEBUG,
93 logBuffer.log(TAG, LogLevel.DEBUG, { str1 = address }, { "DeviceAdded. address=$str1" })
96 logBuffer.log(TAG, LogLevel.DEBUG, { str1 = address }, { "DeviceDeleted. address=$str1" })
99 logBuffer.log(TAG, LogLevel.DEBUG, {}, { "DeviceAttributesChanged." })
/aosp14/frameworks/base/core/java/android/app/
H A 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()
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()
701 if (DEBUG) Log.v(TAG, in restartLoader()
778 if (DEBUG) Log.v(TAG, "Starting in " + this); in doStart()
796 if (DEBUG) Log.v(TAG, "Stopping in " + this); in doStop()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinatorLogger.kt17 import com.android.systemui.log.core.LogLevel.DEBUG
64 DEBUG,
84 DEBUG,
102 DEBUG,
119 DEBUG,
135 DEBUG,
157 buffer.log(TAG, DEBUG, { double1 = linear.toDouble() }, { "setHideAmount($double1)" })
163 DEBUG,
172 DEBUG,
187 DEBUG,
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java67 public static final boolean DEBUG = false; field in TileLifecycleManager
345 if (DEBUG) Log.d(TAG, "handleDestroy"); in handleDestroy()
358 if (DEBUG) Log.d(TAG, "handleDeath"); in handleDeath()
396 if (DEBUG) Log.d(TAG, "stopPackageListening"); in stopPackageListening()
453 if (DEBUG) { in isPackageAvailable()
470 if (DEBUG) Log.d(TAG, "onTileAdded"); in onTileAdded()
479 if (DEBUG) Log.d(TAG, "onTileRemoved"); in onTileRemoved()
488 if (DEBUG) Log.d(TAG, "onStartListening"); in onStartListening()
497 if (DEBUG) Log.d(TAG, "onStopListening"); in onStopListening()
516 if (DEBUG) Log.d(TAG, "onUnlockComplete"); in onUnlockComplete()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSyncTransactionQueue.java37 private static final boolean DEBUG = false; field in SyncTransactionQueue
72 if (DEBUG) Slog.d(TAG, "Skip queue due to transaction change is empty"); in queue()
77 if (DEBUG) Slog.d(TAG, "Queueing up " + wct); in queue()
91 if (DEBUG) Slog.d(TAG, "Skip queue due to transaction change is empty"); in queue()
96 if (DEBUG) Slog.d(TAG, "Queueing up legacy transition " + wct); in queue()
119 if (DEBUG) Slog.d(TAG, "Queue is non-empty, so queueing up " + wct); in queueIfWaiting()
135 if (DEBUG) Slog.d(TAG, "Run in sync. mInFlight=" + mInFlight); in runInSync()
149 if (DEBUG) Slog.d(TAG, " Running " + mRunnables.size() + " sync runnables"); in onTransactionReceived()
192 if (DEBUG) Slog.d(TAG, "Sending sync transaction: " + mWCT); in send()
199 if (DEBUG) Slog.d(TAG, " Sent sync transaction. Got id=" + mId); in send()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/logging/
H A DQSLogger.kt65 DEBUG,
89 DEBUG,
102 DEBUG,
116 DEBUG,
128 DEBUG,
142 DEBUG,
154 DEBUG,
168 DEBUG,
241 DEBUG,
253 DEBUG,
[all …]
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/presence/
H A DBleCompanionDeviceScanner.java116 if (DEBUG) Log.i(TAG, "init()"); in init()
133 if (DEBUG) Log.i(TAG , "restartScan()"); in restartScan()
135 if (DEBUG) Log.d(TAG, " > BLE is not available"); in restartScan()
158 if (DEBUG) { in checkBleState()
173 if (DEBUG) Log.i(TAG, " > BLE is now available"); in checkBleState()
188 if (DEBUG) Log.i(TAG, "startScan()"); in startScan()
218 if (DEBUG) { in startScan()
249 if (DEBUG) Log.i(TAG, "stopScan()"); in stopScanIfNeeded()
251 if (DEBUG) Log.d(TAG, " > not scanning."); in stopScanIfNeeded()
304 if (DEBUG) { in registerBluetoothStateBroadcastReceiver()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/powerstats/
H A DPowerStatsLogger.java64 private static final boolean DEBUG = false; field in PowerStatsLogger
93 if (DEBUG) EnergyMeasurementUtils.print(energyMeasurements); in handleMessage()
102 if (DEBUG) EnergyConsumerResultUtils.print(ecrNoAttribution); in handleMessage()
115 if (DEBUG) EnergyConsumerResultUtils.print(ecrAttribution); in handleMessage()
140 if (DEBUG) Slog.d(TAG, "Writing meter data to file"); in writeMeterDataToFile()
147 if (DEBUG) ChannelUtils.print(channel); in writeMeterDataToFile()
181 if (DEBUG) Slog.d(TAG, "Writing model data to file"); in writeModelDataToFile()
188 if (DEBUG) EnergyConsumerUtils.print(energyConsumer); in writeModelDataToFile()
222 if (DEBUG) Slog.d(TAG, "Writing residency data to file"); in writeResidencyDataToFile()
229 if (DEBUG) PowerEntityUtils.print(powerEntity); in writeResidencyDataToFile()
[all …]
/aosp14/frameworks/base/core/java/android/app/time/
H A DTimeManager.java79 if (DEBUG) { in getTimeZoneCapabilitiesAndConfig()
95 if (DEBUG) { in getTimeCapabilitiesAndConfig()
131 if (DEBUG) { in updateTimeConfiguration()
170 if (DEBUG) { in updateTimeZoneConfiguration()
204 if (DEBUG) { in addTimeZoneDetectorListener()
252 if (DEBUG) { in removeTimeZoneDetectorListener()
284 if (DEBUG) { in suggestExternalTime()
301 if (DEBUG) { in getTimeState()
324 if (DEBUG) { in confirmTime()
345 if (DEBUG) { in setManualTime()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaCarouselControllerLogger.kt37 LogLevel.DEBUG,
48 LogLevel.DEBUG,
57 buffer.log(TAG, LogLevel.DEBUG, { str1 = key }, { "removing player $str1" })
62 LogLevel.DEBUG,
73 LogLevel.DEBUG,
81 fun logCarouselHidden() = buffer.log(TAG, LogLevel.DEBUG, {}, { "hiding carousel" })
83 fun logCarouselVisible() = buffer.log(TAG, LogLevel.DEBUG, {}, { "showing carousel" })
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderLogger.kt33 LogLevel.DEBUG,
43 buffer.log(TAG, LogLevel.DEBUG, { str1 = entry.logKey }, { "inflating row for $str1" })
47 buffer.log(TAG, LogLevel.DEBUG, { str1 = entry.logKey }, { "inflated row for $str1" })
53 LogLevel.DEBUG,
63 buffer.log(TAG, LogLevel.DEBUG, { str1 = entry.logKey }, { "releasing views for $str1" })
69 LogLevel.DEBUG,
78 LogLevel.DEBUG,
88 buffer.log(TAG, LogLevel.DEBUG, { str1 = entry.key }, { "rebind complete for $str1" })
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderProxy.java37 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()

12345678910>>...48