Searched refs:mLongPressed (Results 1 – 1 of 1) sorted by relevance
57 private CountDownLatch mLongPressed = new CountDownLatch(1); field in SingleKeyGestureTests114 mLongPressed.countDown(); in initSingleKeyGestureRules()162 mLongPressed.countDown(); in initSingleKeyGestureRules()201 assertTrue(mLongPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testLongPress()236 assertTrue(mLongPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testNonInteractive()293 assertFalse(mLongPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testUpdateRule()298 assertTrue(mLongPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testUpdateRule()327 assertTrue(mLongPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testTimeoutExceedVeryLongPress()