Home
last modified time | relevance | path

Searched refs:NOTIFICATION_DISMISS (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DClassifier.java31 public static final int NOTIFICATION_DISMISS = 1; field in Classifier
43 NOTIFICATION_DISMISS,
DDirectionEvaluator.java31 case Classifier.NOTIFICATION_DISMISS: in evaluate()
DFalsingManagerImpl.java481 mHumanInteractionClassifier.setType(Classifier.NOTIFICATION_DISMISS); in onNotificatonStartDismissing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DTypeClassifier.java22 import static com.android.systemui.classifier.Classifier.NOTIFICATION_DISMISS;
48 case NOTIFICATION_DISMISS: in isFalseTouch()
DBrightLineFalsingManager.java301 updateInteractionType(Classifier.NOTIFICATION_DISMISS); in onNotificatonStartDismissing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/
DTypeClassifierTest.java21 import static com.android.systemui.classifier.Classifier.NOTIFICATION_DISMISS;
139 when(mDataProvider.getInteractionType()).thenReturn(NOTIFICATION_DISMISS); in testPass_NotificationDismiss()
161 when(mDataProvider.getInteractionType()).thenReturn(NOTIFICATION_DISMISS); in testFalse_NotificationDismiss()