Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSystemUpdatePolicyTest.java48 private final Semaphore mTimeChangedSemaphore = new Semaphore(0); field in SystemUpdatePolicyTest
56 mTimeChangedSemaphore.release();
339 mTimeChangedSemaphore.tryAcquire(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in waitForTimeChangedBroadcast()