Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
H A DSingleKeyGestureTests.java56 private CountDownLatch mShortPressed = new CountDownLatch(1); field in SingleKeyGestureTests
106 mShortPressed.countDown(); in initSingleKeyGestureRules()
147 mShortPressed.countDown(); in initSingleKeyGestureRules()
195 assertTrue(mShortPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testShortPress()
232 assertFalse(mShortPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testNonInteractive()
249 mShortPressed = new CountDownLatch(2); in testShortPress_Pressure()
271 mShortPressed = new CountDownLatch(1); in testMultiPress_Pressure()
307 mShortPressed.countDown(); in testAddRemove()
313 assertFalse(mShortPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testAddRemove()
317 assertTrue(mShortPressed.await(mWaitTimeout, TimeUnit.MILLISECONDS)); in testAddRemove()
[all …]