Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingManager.java68 private final HumanInteractionClassifier mHumanInteractionClassifier; field in FalsingManager
94 mHumanInteractionClassifier = HumanInteractionClassifier.getInstance(mContext); in FalsingManager()
164 if (mHumanInteractionClassifier.isEnabled()) { in onSessionStart()
186 return mHumanInteractionClassifier.isEnabled(); in isClassiferEnabled()
190 return mHumanInteractionClassifier.isEnabled() || mDataCollector.isEnabled(); in isEnabled()
236 return mHumanInteractionClassifier.isFalseTouch(); in isFalseTouch()
249 mHumanInteractionClassifier.onSensorChanged(event); in onSensorChanged()
348 mHumanInteractionClassifier.setType(Classifier.QUICK_SETTINGS); in onQsDown()
360 mHumanInteractionClassifier.setType(Classifier.UNLOCK); in onTrackingStarted()
388 mHumanInteractionClassifier.setType(Classifier.NOTIFICATION_DRAG_DOWN); in onNotificatonStartDraggingDown()
[all …]