HomeSort by relevance Sort by last modified time
    Searched refs:mHumanInteractionClassifier (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
FalsingManager.java 39 private final HumanInteractionClassifier mHumanInteractionClassifier;
48 mHumanInteractionClassifier = new HumanInteractionClassifier(context);
54 return mHumanInteractionClassifier.isEnabled();
65 && mHumanInteractionClassifier.isFalseTouch();
93 mHumanInteractionClassifier.onTouchEvent(event);
99 mHumanInteractionClassifier.onSensorChanged(event);
127 if (mHumanInteractionClassifier.isEnabled()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
FalsingManager.java 68 private final HumanInteractionClassifier mHumanInteractionClassifier;
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.setType(Classifier.NOTIFICATION_DRAG_DOWN)
    [all...]

Completed in 63 milliseconds