Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DContentCaptureActivity.java42 private CountDownLatch mEnabledLatch = new CountDownLatch(1); field in ContentCaptureActivity
64 final CountDownLatch latch = enabled ? mEnabledLatch : mDisabledLatch; in waitContentCaptureEnabled()
86 if (mEnabledLatch.getCount() == 0) { in onReceive()
89 mEnabledLatch.countDown(); in onReceive()