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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingManager.java64 private final HumanInteractionClassifier mHumanInteractionClassifier; field in class:FalsingManager
88 mHumanInteractionClassifier = HumanInteractionClassifier.getInstance(mContext);
145 if (mHumanInteractionClassifier.isEnabled()) {
163 return mHumanInteractionClassifier.isEnabled();
167 return mHumanInteractionClassifier.isEnabled() || mDataCollector.isEnabled();
213 return mHumanInteractionClassifier.isFalseTouch();
226 mHumanInteractionClassifier.onSensorChanged(event);
324 mHumanInteractionClassifier.setType(Classifier.QUICK_SETTINGS);
336 mHumanInteractionClassifier.setType(Classifier.UNLOCK);
364 mHumanInteractionClassifier
[all...]

Completed in 104 milliseconds