Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DMediaProjectionHelper.java71 private final CountDownLatch mStopLatch = new CountDownLatch(1); field in MediaProjectionHelper.MediaProjectionActivity
98 mStopLatch.countDown(); in onStop()
126 return mStopLatch; in getStopLatch()
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveContentMediaProjectionHelper.java71 private final CountDownLatch mStopLatch = new CountDownLatch(1); field in SensitiveContentMediaProjectionHelper.MediaProjectionActivity
98 mStopLatch.countDown(); in onStop()
126 return mStopLatch; in getStopLatch()