Searched refs:mHumanInteractionClassifier (Results 1 – 1 of 1) sorted by relevance
69 private final HumanInteractionClassifier mHumanInteractionClassifier; field in FalsingManager97 mHumanInteractionClassifier = HumanInteractionClassifier.getInstance(mContext); in FalsingManager()167 if (mHumanInteractionClassifier.isEnabled()) { in onSessionStart()192 return mHumanInteractionClassifier.isEnabled(); in isClassiferEnabled()196 return mHumanInteractionClassifier.isEnabled() || mDataCollector.isEnabled(); in isEnabled()247 return mHumanInteractionClassifier.isFalseTouch(); in isFalseTouch()260 mHumanInteractionClassifier.onSensorChanged(event); in onSensorChanged()359 mHumanInteractionClassifier.setType(Classifier.QUICK_SETTINGS); in onQsDown()371 mHumanInteractionClassifier.setType(secure ? in onTrackingStarted()400 mHumanInteractionClassifier.setType(Classifier.NOTIFICATION_DRAG_DOWN); in onNotificatonStartDraggingDown()[all …]