Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DRcsUceAdapterTest.java519 BlockingQueue<Boolean> completeQueue = new LinkedBlockingQueue<>(); in testCapabilitiesRequestAllowed() local
529 completeQueue.offer(true); in testCapabilitiesRequestAllowed()
573 completeQueue.clear(); in testCapabilitiesRequestAllowed()
587 completeQueue.clear(); in testCapabilitiesRequestAllowed()
614 waitForResult(completeQueue); in testCapabilitiesRequestAllowed()
617 completeQueue.clear(); in testCapabilitiesRequestAllowed()
628 waitForResult(completeQueue); in testCapabilitiesRequestAllowed()
1050 BlockingQueue<Boolean> completeQueue = new LinkedBlockingQueue<>(); in testRequestCapabilitiesWithPresenceMechanism() local
1059 completeQueue.offer(true); in testRequestCapabilitiesWithPresenceMechanism()
1118 waitForResult(completeQueue); in testRequestCapabilitiesWithPresenceMechanism()
[all …]
DImsServiceTest.java2761 LinkedBlockingQueue<Boolean> completeQueue = new LinkedBlockingQueue<>(); in testRcsPublishWithAuthorizedErrorResponse() local
2770 completeQueue.offer(true); in testRcsPublishWithAuthorizedErrorResponse()