Searched refs:mLongPressed (Results 1 – 1 of 1) sorted by relevance
61 private CountDownLatch mLongPressed = new CountDownLatch(1); field in SingleKeyGestureTests125 mLongPressed.countDown(); in initSingleKeyGestureRules()186 mLongPressed.countDown(); in initSingleKeyGestureRules()251 assertTrue(mLongPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testLongPress()301 assertTrue(mLongPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testNonInteractive()388 assertFalse(mLongPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testUpdateRule()393 assertTrue(mLongPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testUpdateRule()422 assertTrue(mLongPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testTimeoutExceedVeryLongPress()