Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DDistanceClassifier.java116 logDebug("Only " + motionEvents.size() + " motion events recorded."); in calculateDistances()
150 logDebug("Is longSwipe? " + longSwipe); in isLongSwipe()
169 logDebug("Horizontal swipe distance: " + Math.abs(mDx)); in getPassedDistanceThreshold()
170 logDebug("Threshold: " + mHorizontalSwipeThresholdPx); in getPassedDistanceThreshold()
175 logDebug("Vertical swipe distance: " + Math.abs(mDy)); in getPassedDistanceThreshold()
176 logDebug("Threshold: " + mVerticalSwipeThresholdPx); in getPassedDistanceThreshold()
185 logDebug("Horizontal swipe and fling distance: " + this.mDx + ", " in getPassedFlingThreshold()
187 logDebug("Threshold: " + mHorizontalFlingThresholdPx); in getPassedFlingThreshold()
191 logDebug("Vertical swipe and fling distance: " + this.mDy + ", " in getPassedFlingThreshold()
193 logDebug("Threshold: " + mVerticalFlingThresholdPx); in getPassedFlingThreshold()
DProximityClassifier.java80 logDebug("Gesture start time: " + mGestureStartTimeNs); in onTouchEvent()
88 logDebug("Gesture duration, Proximity duration: " + duration + ", " + mNearDurationNs); in onTouchEvent()
104 logDebug("Sensor is: " + near + " at time " + timestampNs); in onProximityEvent()
130 logDebug("Updating duration: " + mNearDurationNs); in update()
134 logDebug("Set prevNearTimeNs: " + timeStampNs); in update()
DBrightLineFalsingManager.java105 logDebug("Starting Session"); in sessionStart()
115 logDebug("Ending Session"); in sessionEnd()
128 logDebug("InteractionType: " + type); in updateInteractionType()
144 logDebug(falsingClassifier.getClass().getName() + ": false"); in isFalseTouch()
149 logDebug("Is false touch? " + r); in isFalseTouch()
336 static void logDebug(String msg) { in logDebug() method in BrightLineFalsingManager
337 logDebug(msg, null); in logDebug()
340 static void logDebug(String msg, Throwable throwable) { in logDebug() method in BrightLineFalsingManager
DZigZagClassifier.java102 logDebug("Actual: (" + actualDx + "," + actualDy + ")"); in isFalseTouch()
119 logDebug("(x, y, runningAbsDx, runningAbsDy) - (" + pX + ", " + pY + ", " + runningAbsDx in isFalseTouch()
140 logDebug("Straightness Deviance: (" + devianceX + "," + devianceY + ") vs " in isFalseTouch()
159 logDebug("Rotating to vertical by: " + angle); in rotateVertical()
166 logDebug("Rotating to horizontal by: " + angle); in rotateHorizontal()
188 logDebug( in rotateMotionEvents()
192 logDebug( in rotateMotionEvents()
DFalsingClassifier.java120 static void logDebug(String msg) { in logDebug() method in FalsingClassifier
121 BrightLineFalsingManager.logDebug(msg); in logDebug()
DFalsingDataProvider.java69 FalsingClassifier.logDebug("Unpacked into: " + motionEvents.size()); in onMotionEvent()
72 FalsingClassifier.logDebug( in onMotionEvent()
82 FalsingClassifier.logDebug("Size: " + mRecentMotionEvents.size()); in onMotionEvent()
DPointerCountClassifier.java49 logDebug("Pointers observed:" + mMaxPointerCount); in onTouchEvent()
/frameworks/base/core/java/android/app/timezone/
DRulesManager.java132 logDebug("mIRulesManager.getRulesState()"); in getRulesState()
134 logDebug("mIRulesManager.getRulesState() returned " + rulesState); in getRulesState()
158 logDebug("mIRulesManager.requestInstall()"); in requestInstall()
178 logDebug("mIRulesManager.requestUninstall()"); in requestUninstall()
202 logDebug("mCallback.onFinished(status), status=" + status); in onFinished()
223 logDebug("mIRulesManager.requestNothing() with token=" + Arrays.toString(checkToken)); in requestNothing()
230 static void logDebug(String msg) { in logDebug() method in RulesManager
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfileConnector.java56 logDebug("Proxy object connected");
65 logDebug("Proxy object disconnected");
84 logDebug("Binding service..."); in doBind()
107 logDebug("Unbinding service..."); in doUnbind()
159 private void logDebug(String log) { in logDebug() method in BluetoothProfileConnector
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DProximitySensor.java139 logDebug("using brightness sensor? " + mUsingBrightnessSensor); in register()
142 logDebug("registering sensor listener"); in register()
159 logDebug("unregistering sensor listener"); in unregister()
206 private void logDebug(String msg) { in logDebug() method
/frameworks/base/packages/SystemUI/tests/src/com/android/
DAAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java155 logDebug(String.format("Skipping abstract class %s: not a test", in isTestClass()
177 logDebug(String.format("Skipping class %s: not a test", loadedClass.getName())); in isTestClass()
221 private void logDebug(String msg) { in logDebug() method in AAAPlusPlusVerifySysuiRequiredTestPropertiesTest
/frameworks/base/config/
Dboot-image-profile.txt41166 HSPLandroid/bluetooth/BluetoothProfileConnector;->logDebug(Ljava/lang/String;)V