Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
DSingleKeyGestureTests.java61 private CountDownLatch mLongPressed = new CountDownLatch(1); field in SingleKeyGestureTests
125 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()