Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DTestActivity.java38 private static CountDownLatch sResumeLatch = new CountDownLatch(1); field in TestActivity
70 sResumeLatch.countDown(); in onResume()
141 sResumeLatch = new CountDownLatch(1); in resetResumeCounter()
152 return sResumeLatch.await(3, TimeUnit.SECONDS); in waitForOnResume()