Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java71 private Semaphore mReceivedScopeReportSemaphore; field in DelegationTest
82 mReceivedScopeReportSemaphore.release();
95 mReceivedScopeReportSemaphore = new Semaphore(0); in setUp()
311 mReceivedScopeReportSemaphore.tryAcquire(10, TimeUnit.SECONDS)); in waitReportedScopes()