Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40111/src/android/security/cts/CVE_2023_40111/
DDeviceTest.java45 final Semaphore targetReturn = new Semaphore(0); in testCVE_2023_40111() local
55 targetReturn.release(); in testCVE_2023_40111()
87 .that(targetReturn.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)) in testCVE_2023_40111()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21088/src/android/security/cts/CVE_2023_21088/
DDeviceTest.java46 final Semaphore targetReturn = new Semaphore(0); in testCVE_2023_21088() local
55 targetReturn.release(); in testCVE_2023_21088()
82 targetReturn.tryAcquire(timeoutMs, TimeUnit.MILLISECONDS)); in testCVE_2023_21088()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20475/test-app/src/android/security/cts/CVE_2022_20475/
DDeviceTest.java48 CompletableFuture<Boolean> targetReturn = new CompletableFuture<>(); in testCVE_2022_20475() local
58 targetReturn.complete(true); in testCVE_2022_20475()
87 targetReturn.get(WAIT_MS, TimeUnit.MILLISECONDS); in testCVE_2022_20475()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20944/test-app/src/android/security/cts/CVE_2023_20944_test/
DDeviceTest.java58 final Semaphore targetReturn = new Semaphore(0); in testCVE_2023_20944() local
67 targetReturn.release(); in testCVE_2023_20944()
88 targetReturn.tryAcquire(waitMs, TimeUnit.MILLISECONDS)); in testCVE_2023_20944()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35669/test-app/src/android/security/cts/CVE_2023_35669_test/
DDeviceTest.java62 final Semaphore targetReturn = new Semaphore(0); in testCVE_2023_35669() local
80 targetReturn.release(); in testCVE_2023_35669()
117 targetReturn.tryAcquire(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testCVE_2023_35669()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21131/test-app/src/android/security/cts/CVE_2023_21131_test/
DDeviceTest.java62 final Semaphore targetReturn = new Semaphore(0); in testCVE_2023_21131() local
82 targetReturn.release(); in testCVE_2023_21131()
124 .that(targetReturn.tryAcquire(TIMEOUT_MS, TimeUnit.MILLISECONDS)) in testCVE_2023_21131()