Searched refs:COVER_MENU_DELAY (Results 1 – 2 of 2) sorted by relevance
39 protected static final long COVER_MENU_DELAY = 4000; field in NotificationSwipeHelper385 handler.postDelayed(getFalsingCheck(), COVER_MENU_DELAY); in onMenuShown() local
347 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()