Home
last modified time | relevance | path

Searched refs:isAntiFalsingNeeded (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelperTest.java514 doReturn(false).when(mCallback).isAntiFalsingNeeded(); in onMenuShown_noAntiFalsing()
521 verify(mCallback, times(1)).isAntiFalsingNeeded(); in onMenuShown_noAntiFalsing()
532 doReturn(true).when(mCallback).isAntiFalsingNeeded(); in onMenuShown_antiFalsing()
539 verify(mCallback, times(1)).isAntiFalsingNeeded(); in onMenuShown_antiFalsing()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java776 boolean falsingDetected = mCallback.isAntiFalsingNeeded(); in isFalseGesture()
918 boolean isAntiFalsingNeeded(); in isAntiFalsingNeeded() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java463 if (mCallback.isAntiFalsingNeeded()) { in onMenuShown()
H A DNotificationStackScrollLayoutController.java516 public boolean isAntiFalsingNeeded() {