Home
last modified time | relevance | path

Searched refs:debugLog (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/
DRotary.kt74 private inline fun debugLog(generateMsg: () -> String) { in debugLog() method
297 debugLog { "isLowRes : $isLowRes" } in averageItemSize()
484 debugLog { "currentVelocity: $currentVelocity" } in trackFling()
500 debugLog { in trackFling()
512 debugLog { "Flinging with velocity $velocity" } in trackFling()
607 debugLog { "ScrollAnimation value before start: ${scrollAnimation.value}" } in handleEvent()
615 debugLog { "Animated by $delta, value: $value" } in handleEvent()
657 debugLog { "snap to closest item" } in snapToClosestItem()
689 debugLog { "snapTarget $snapTarget" } in topEdgeReached()
694 debugLog { in topEdgeReached()
[all …]
DHaptics.kt46 private inline fun debugLog(generateMsg: () -> String) { in <lambda>() method
239 debugLog { "Haptics started" } in rememberRotaryHapticHandler()
241 debugLog { in rememberRotaryHapticHandler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskController.kt45 import com.android.systemui.log.DebugLogger.debugLog
104 debugLog { "onBubbleExpandChanged - expanding: $info" } in onBubbleExpandChanged()
107 debugLog { "onBubbleExpandChanged - collapsing: $info" } in onBubbleExpandChanged()
190 debugLog { "Bubbles not available in the system user SysUI instance" } in awaitShowNoteTaskAsUser()
205 debugLog { "Enterprise policy disallows launching note app when the screen is locked." } in awaitShowNoteTaskAsUser()
212 debugLog { "Default notes app isn't set" } in awaitShowNoteTaskAsUser()
221 debugLog { "onShowNoteTask - start: $info on user#${user.identifier}" } in awaitShowNoteTaskAsUser()
229 debugLog { "onShowNoteTask - opened as app bubble: $info" } in awaitShowNoteTaskAsUser()
237 debugLog { "onShowNoteTask - closed as activity: $info" } in awaitShowNoteTaskAsUser()
242 debugLog { "onShowNoteTask - opened as activity: $info" } in awaitShowNoteTaskAsUser()
[all …]
DNoteTaskBubblesController.kt29 import com.android.systemui.log.DebugLogger.debugLog in <lambda>()
71 debugLog(error = error) { "Failed to query Bubbles as system user." } in <lambda>()
89 debugLog(error = error) { in <lambda>()
94 debugLog { in <lambda>()
128 debugLog { in <lambda>()
DNoteTaskInitializer.kt30 import com.android.systemui.log.DebugLogger.debugLog
56 debugLog { "initialize: isEnabled=$isEnabled, hasBubbles=${optionalBubbles.isEmpty}" } in initialize()
147 debugLog { "toNoteTaskEntryPointOrNull: entryPoint=$entryPoint" } in KeyEvent()
168 debugLog { in KeyEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusManager.kt37 import com.android.systemui.log.DebugLogger.debugLog in <lambda>()
84 debugLog { "Listener has started." } in <lambda>()
112 debugLog { in <lambda>()
137 debugLog { "Stylus InputDevice changed: $deviceId ${device.name}" } in <lambda>()
158 debugLog { "Stylus InputDevice removed: $deviceId" } in <lambda>()
183 debugLog { in <lambda>()
202 debugLog { in <lambda>()
250 debugLog { "Stylus used for the first time." } in <lambda>()
267 debugLog { "USI battery newly present, entering new USI session: $deviceId" } in <lambda>()
277 debugLog { "USI battery newly absent, exiting USI session: $deviceId" } in <lambda>()
[all …]
DStylusUsiPowerUI.kt42 import com.android.systemui.log.DebugLogger.debugLog
118 debugLog { in updateBatteryState()
138 debugLog { "Updating notification suppression to $suppress." } in updateSuppression()
145 debugLog { "Cancelling USI low battery notification." } in hideNotification()
169 debugLog { "Show or update USI low battery notification at $batteryCapacity." } in showOrUpdateNotification()
197 debugLog { "USI low battery notification dismissed." } in onReceive()
202 debugLog { "USI low battery notification clicked." } in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/display/data/repository/
DDisplayRepository.kt132 .debugLog("allDisplayEvents")
168 .debugLog("enabledDisplayIds")
180 .debugLog("enabledDisplayIds")
196 private val ignoredDisplayIds: Flow<Set<Int>> = _ignoredDisplayIds.debugLog("ignoredDisplayIds")
244 .debugLog("connectedDisplayIds")
265 .debugLog("connectedExternalDisplayIds")
294 .debugLog("allPendingDisplayIds")
298 pendingDisplayIds.map { it.maxOrNull() }.distinctUntilChanged().debugLog("pendingDisplayId") in <lambda>()
335 .debugLog("pendingDisplay")
342 private fun <T> Flow<T>.debugLog(flowName: String): Flow<T> { in debugLog() method
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
DLocationTimeZoneProviderController.java23 import static com.android.server.timezonedetector.location.LocationTimeZoneManagerService.debugLog;
210 debugLog("initialize()"); in initialize()
236 debugLog("onConfigChanged()"); in onConfigurationInternalChanged()
248 debugLog("Stopping providers: " + reason); in onConfigurationInternalChanged()
316 debugLog("makeSuggestion: suggestion=" + event); in reportEvent()
359 debugLog("No need to stop " + provider + ": already stopped"); in stopProvider()
365 debugLog("Stopping " + provider); in stopProvider()
371 debugLog("Unable to stop " + provider + ": it is terminated."); in stopProvider()
449 debugLog("Enabling " + provider); in tryStartProvider()
459 debugLog("No need to start " + provider + ": already started"); in tryStartProvider()
[all …]
DBinderLocationTimeZoneProvider.java19 import static com.android.server.timezonedetector.location.LocationTimeZoneManagerService.debugLog;
91 debugLog("handleOnProviderBound mProviderName=" + mProviderName in handleOnProviderBound()
96 debugLog("handleOnProviderBound mProviderName=" + mProviderName in handleOnProviderBound()
102 debugLog("handleOnProviderBound" in handleOnProviderBound()
DLocationTimeZoneProvider.java27 import static com.android.server.timezonedetector.location.LocationTimeZoneManagerService.debugLog;
667 debugLog("handleTimeZoneProviderEvent: mProviderName=" + mProviderName in handleTimeZoneProviderEvent()
783 debugLog("handleProviderLost reason=" + reason in handleTemporaryFailure()
791 debugLog("handleProviderLost reason=" + reason in handleTemporaryFailure()
DLocationTimeZoneManagerService.java276 debugLog("Not starting " + SERVICE_NAME + ": it is disabled in service config"); in startOnDomainThread()
406 static void debugLog(String msg) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotShelfViewProxy.kt43 import com.android.systemui.log.DebugLogger.debugLog in <lambda>()
116 debugLog(DEBUG_WINDOW) { "adding OnComputeInternalInsetsListener" } in <lambda>()
176 debugLog(DEBUG_DISMISS) { "screenshot dismissal requested: $event" } in <lambda>()
180 debugLog(DEBUG_DISMISS) { "Already dismissing, ignoring duplicate command $event" } in <lambda>()
270 debugLog(DEBUG_WINDOW) { "onPreDraw: startAnimation" } in <lambda>()
285 debugLog(DEBUG_INPUT) { "Predictive Back callback dispatched" } in <lambda>()
291 debugLog(DEBUG_INPUT) { "Registering Predictive Back callback" } in <lambda>()
301 debugLog(DEBUG_INPUT) { "Unregistering Predictive Back callback" } in <lambda>()
315 debugLog(DEBUG_INPUT) { "onKeyEvent: $keyCode" } in <lambda>()
DScreenshotActionsProvider.kt24 import com.android.systemui.log.DebugLogger.debugLog in <lambda>()
83 debugLog(LogConfig.DEBUG_ACTIONS) { "Preview tapped" } in <lambda>()
103 debugLog(LogConfig.DEBUG_ACTIONS) { "Share tapped" } in <lambda>()
122 debugLog(LogConfig.DEBUG_ACTIONS) { "Edit tapped" } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeExpansionStateManager.kt104 debugLog( in isClosed()
129 debugLog( in updateState()
138 debugLog("go state: ${this.state.panelStateToString()} -> ${state.panelStateToString()}") in updateStateInternal()
143 private fun debugLog(msg: String) { in debugLog() method in com.android.systemui.shade.ShadeExpansionStateManager
DNotificationPanelViewController.java1422 debugLog("reInflateViews"); in reInflateViews()
2045 debugLog("collapse: %s", this); in collapse()
2673 debugLog("Unstable notification panel height. Aborting."); in onHeightUpdated()
3703 private void debugLog(String fmt, Object... args) {
3972 debugLog("setExpandedHeight(%.1f)", height);
4499 debugLog("onThemeChanged");
4506 debugLog("onSmallestScreenWidthChanged");
4523 debugLog("onDensityOrFontScaleChanged");
4535 debugLog("onSettingsChanged");
4937 debugLog("onQsIntercept true");
/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/
DDomainVerificationReceiverV1.kt44 else -> debugLog { "Received invalid broadcast: $intent" } in onReceive()
62 debugLog { "Attempting v1 verification for $packageName" } in scheduleUnlockedV1()
DDomainVerificationReceiverV2.kt70 else -> debugLog { "Received invalid broadcast: $intent" } in <lambda>()
86 debugLog { "Attempting v2 verification for ${request.packageNames}" } in <lambda>()
DBaseDomainVerificationReceiver.kt36 protected fun debugLog(block: () -> String) { in debugLog() method in com.android.statementservice.domain.BaseDomainVerificationReceiver
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt124 debugLog(viewModel) { in HeadsUpNotificationSpace()
305 debugLog(viewModel) { in NotificationScrollingStack()
384 debugLog(viewModel) { in NotificationShelfSpace()
409 .onSizeChanged { size -> debugLog(viewModel) { "STACK onSizeChanged: size=$size" } } in NotificationPlaceholder()
412 debugLog(viewModel) { in NotificationPlaceholder()
443 private inline fun debugLog( in debugLog() method
/frameworks/base/packages/SystemUI/src-release/com/android/systemui/log/
DDebugLogger.kt26 inline fun Any.debugLog( in debugLog() method
/frameworks/base/packages/SystemUI/src-debug/com/android/systemui/log/
DDebugLogger.kt65 inline fun Any.debugLog( in debugLog() method
/frameworks/base/core/java/com/android/internal/compat/
DChangeReporter.java106 debugLog(uid, changeId, state); in reportChange()
243 private void debugLog(int uid, long changeId, int state) { in debugLog() method in ChangeReporter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java260 public static void debugLog(String s) { in debugLog() method in StackScrollAlgorithm
285 debugLog(viewString + " " + s); in debugLogView()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61615 Landroid/view/textclassifier/GenerateLinksLogger;->debugLog(Landroid/metrics/LogMaker;)V
61667 Landroid/view/textclassifier/logging/SmartSelectionEventTracker;->debugLog(Landroid/metrics/LogMake…
61758 Landroid/view/textclassifier/SelectionSessionLogger;->debugLog(Landroid/metrics/LogMaker;)V

12