Home
last modified time | relevance | path

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

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