Searched defs:mHumanInteractionClassifier (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingManager.java68 private final HumanInteractionClassifier mHumanInteractionClassifier; field in class:FalsingManager
93 mHumanInteractionClassifier = HumanInteractionClassifier.getInstance(mContext);
155 if (mHumanInteractionClassifier.isEnabled()) {
177 return mHumanInteractionClassifier.isEnabled();
181 return mHumanInteractionClassifier.isEnabled() || mDataCollector.isEnabled();
227 return mHumanInteractionClassifier.isFalseTouch();
240 mHumanInteractionClassifier.onSensorChanged(event);
338 mHumanInteractionClassifier.setType(Classifier.QUICK_SETTINGS);
350 mHumanInteractionClassifier.setType(Classifier.UNLOCK);
378 mHumanInteractionClassifier
[all...]

Completed in 276 milliseconds