Home
last modified time | relevance | path

Searched refs:logDebug (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DDistanceClassifier.java126 logDebug("Only " + motionEvents.size() + " motion events recorded."); in calculateDistances()
188 logDebug("Is longSwipe? " + longSwipe); in isLongSwipe()
195 logDebug("Horizontal swipe distance: " + Math.abs(distanceVectors.mDx)); in getPassedDistanceThreshold()
196 logDebug("Threshold: " + mHorizontalSwipeThresholdPx); in getPassedDistanceThreshold()
201 logDebug("Vertical swipe distance: " + Math.abs(distanceVectors.mDy)); in getPassedDistanceThreshold()
202 logDebug("Threshold: " + mVerticalSwipeThresholdPx); in getPassedDistanceThreshold()
213 logDebug("Horizontal swipe and fling distance: " + distanceVectors.mDx + ", " in getPassedFlingThreshold()
215 logDebug("Threshold: " + mHorizontalFlingThresholdPx); in getPassedFlingThreshold()
219 logDebug("Vertical swipe and fling distance: " + distanceVectors.mDy + ", " in getPassedFlingThreshold()
221 logDebug("Threshold: " + mVerticalFlingThresholdPx); in getPassedFlingThreshold()
H A DBrightLineFalsingManager.java218 logDebug("Skipped falsing"); in isFalseTouch()
266 logDebug("Skipped falsing"); in isFalseTap()
308 logDebug("False Single Tap: true (bad history)"); in isFalseTap()
313 logDebug("False Single Tap: false (default)"); in isFalseTap()
330 logDebug("Skipped falsing"); in isFalseLongTap()
360 logDebug("False Long Tap: false (face detected)"); in isFalseLongTap()
363 logDebug("False Long Tap: false (default)"); in isFalseLongTap()
378 logDebug("Skipped falsing"); in isFalseDoubleTap()
514 static void logDebug(String msg) { in logDebug() method in BrightLineFalsingManager
515 logDebug(msg, null); in logDebug()
[all …]
H A DProximityClassifier.java90 logDebug("Gesture start time: " + mGestureStartTimeNs); in onTouchEvent()
98 logDebug("Gesture duration, Proximity duration: " + duration + ", " + mNearDurationNs); in onTouchEvent()
114 logDebug("Sensor is: " + covered + " at time " + timestampNs); in onProximityEvent()
156 logDebug("Updating duration: " + mNearDurationNs); in update()
160 logDebug("Set prevNearTimeNs: " + timeStampNs); in update()
H A DZigZagClassifier.java123 logDebug("Actual: (" + actualDx + "," + actualDy + ")"); in calculateFalsingResult()
167 logDebug("Straightness Deviance: (" + devianceX + "," + devianceY + ") vs " in calculateFalsingResult()
194 logDebug("Rotating to vertical by: " + angle); in rotateVertical()
201 logDebug("Rotating to horizontal by: " + angle); in rotateHorizontal()
223 logDebug( in rotateMotionEvents()
227 logDebug( in rotateMotionEvents()
H A DFalsingCollectorImpl.java83 logDebug("StatusBarState=" + StatusBarState.toString(newState));
397 logDebug("Starting Session"); in sessionStart()
407 logDebug("Ending Session"); in sessionEnd()
429 static void logDebug(String msg) { in logDebug() method in FalsingCollectorImpl
430 logDebug(msg, null); in logDebug()
433 static void logDebug(String msg, Throwable throwable) { in logDebug() method in FalsingCollectorImpl
H A DFalsingClassifier.java146 public static void logDebug(String msg) { in logDebug() method in FalsingClassifier
147 BrightLineFalsingManager.logDebug(msg); in logDebug()
H A DPointerCountClassifier.java54 logDebug("Pointers observed:" + mMaxPointerCount); in onTouchEvent()
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DGnssTimeUpdateService.java175 logDebug("Already listening for GNSS updates"); in startGnssListeningInternal()
193 logDebug("startGnssListeningLocked()"); in startGnssListeningLocked()
208 logDebug("handleLocationAvailable()"); in handleLocationAvailable()
215 logDebug(msg); in handleLocationAvailable()
219 logDebug("getGnssTimeMillis() returned null"); in handleLocationAvailable()
249 logDebug("handleAlarmFired()"); in handleAlarmFired()
261 logDebug("suggestGnssTime()"); in suggestGnssTime()
306 private void logDebug(String msg) { in logDebug() method in GnssTimeUpdateService
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DProximitySensorImpl.java111 logDebug("Secondary sensor event: " + event.getBelow() + ".");
201 logDebug("ProxListener registered multiple times: " + listener); in register()
274 logDebug("unregistering sensor listener"); in unregisterInternal()
316 logDebug("Primary sensor reported " + (event.getBelow() ? "near" : "far") in onPrimarySensorEvent()
326 logDebug("Primary sensor event: " + event.getBelow() + ". No secondary."); in onPrimarySensorEvent()
329 logDebug("Primary sensor event: " + event.getBelow() + ". Checking secondary."); in onPrimarySensorEvent()
361 void logDebug(String msg) { in logDebug() method in ProximitySensorImpl
H A DPostureDependentProximitySensor.java78 logDebug("No prox sensor when registering listener=" + listener); in register()
88 logDebug("Removing listener from mListenersRegisteredWhenProxUnavailable " in unregister()
107 logDebug("Register new proximity sensors newPosture=" in chooseSensors()
128 logDebug("Re-register listener " + listener); in chooseSensors()
H A DThresholdSensorImpl.java60 logDebug("Sensor value: " + event.values[0]);
161 logDebug("Registering sensor listener"); in registerInternal()
171 logDebug("Unregister sensor listener"); in unregisterInternal()
201 logDebug("Alerting below: " + belowThreshold); in onSensorEvent()
221 private void logDebug(String msg) { in logDebug() method in ThresholdSensorImpl
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginInstance.java97 private void logDebug(String message) { in logDebug() method in PluginInstance
108 logDebug("onCreate: auto-unload"); in onCreate()
115 logDebug("onCreate auto-load"); in onCreate()
120 logDebug("onCreate: load callbacks"); in onCreate()
132 logDebug("onDestroy"); in onDestroy()
148 logDebug("Load request when already loaded"); in loadPlugin()
159 logDebug("Loaded plugin; running callbacks"); in loadPlugin()
176 logDebug("Unload request when already unloaded"); in unloadPlugin()
180 logDebug("Unloading plugin, running callbacks"); in unloadPlugin()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/quickaffordance/
H A DNoteTaskQuickAffordanceConfig.kt94 logDebug { "lockScreenState:isUserUnlocked=$isUserUnlocked" }
95 logDebug { "lockScreenState:isStylusEverUsed=$isStylusEverUsed" }
96 logDebug { "lockScreenState:isConfigSelected=$isConfigSelected" }
97 logDebug { "lockScreenState:isDefaultNotesAppSet=$isDefaultNotesAppSet" }
112 .onEach { state -> logDebug { "lockScreenState=$state" } }
199 private inline fun Any.logDebug(message: () -> String) {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleEducationController.kt46 logDebug("Show stack edu: $shouldShow")
55 logDebug("Show manage edu: $shouldShow")
59 private fun logDebug(message: String) { regex
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DNtpNetworkTimeHelper.java210 logDebug(debugMsg); in blockingGetNtpTimeAndInject()
230 logDebug(debugMsg); in maybeInjectCachedNtpTime()
241 logDebug(debugMsg); in maybeInjectCachedNtpTime()
255 private void logDebug(String debugMsg) { in logDebug() method in NtpNetworkTimeHelper
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/
H A DAAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java153 logDebug(String.format("Skipping abstract class %s: not a test", in isTestClass()
175 logDebug(String.format("Skipping class %s: not a test", loadedClass.getName())); in isTestClass()
219 private void logDebug(String msg) { in logDebug() method in AAAPlusPlusVerifySysuiRequiredTestPropertiesTest