Home
last modified time | relevance | path

Searched refs:COVER_MENU_DELAY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java39 protected static final long COVER_MENU_DELAY = 4000; field in NotificationSwipeHelper
385 handler.postDelayed(getFalsingCheck(), COVER_MENU_DELAY); in onMenuShown() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelperTest.java347 verify(mHandler, times(0)).postDelayed(mFalsingCheck, mSwipeHelper.COVER_MENU_DELAY); in onMenuShown_noAntiFalsing()
365 verify(mHandler, times(1)).postDelayed(mFalsingCheck, mSwipeHelper.COVER_MENU_DELAY); in onMenuShown_antiFalsing()