Searched refs:COVER_MENU_DELAY (Results 1 – 2 of 2) sorted by relevance
40 protected static final long COVER_MENU_DELAY = 4000; field in NotificationSwipeHelper388 handler.postDelayed(getFalsingCheck(), COVER_MENU_DELAY); in onMenuShown() local
349 verify(mHandler, times(0)).postDelayed(mFalsingCheck, mSwipeHelper.COVER_MENU_DELAY); in onMenuShown_noAntiFalsing()367 verify(mHandler, times(1)).postDelayed(mFalsingCheck, mSwipeHelper.COVER_MENU_DELAY); in onMenuShown_antiFalsing()