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/
DFalsingManagerImpl.java78 private final HumanInteractionClassifier mHumanInteractionClassifier; field in FalsingManagerImpl
99 mHumanInteractionClassifier.onSensorChanged(event);
145 mHumanInteractionClassifier = HumanInteractionClassifier.getInstance(mContext); in FalsingManagerImpl()
223 if (mHumanInteractionClassifier.isEnabled()) { in onSessionStart()
249 return mHumanInteractionClassifier.isEnabled(); in isClassiferEnabled()
253 return mHumanInteractionClassifier.isEnabled() || mDataCollector.isEnabled(); in isEnabled()
313 boolean isFalse = mHumanInteractionClassifier.isFalseTouch(); in isFalseTouch()
412 mHumanInteractionClassifier.setType(Classifier.QUICK_SETTINGS); in onQsDown()
424 mHumanInteractionClassifier.setType(secure in onTrackingStarted()
453 mHumanInteractionClassifier.setType(Classifier.NOTIFICATION_DRAG_DOWN); in onNotificatonStartDraggingDown()
[all …]