Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionServiceConnector.java20 import static android.telephony.cts.TestDomainSelectionService.LATCH_ON_UNBIND;
93 testService.waitForLatchCountdown(LATCH_ON_UNBIND); in waitForPackageUnbind()
DTestDomainSelectionService.java67 public static final int LATCH_ON_UNBIND = 1; field in TestDomainSelectionService
203 countDownLatch(LATCH_ON_UNBIND); in onUnbind()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsService.java85 public static final int LATCH_ON_UNBIND = 13; field in TestImsService
572 countDownLatch(LATCH_ON_UNBIND); in onUnbind()
DImsServiceConnector.java178 carrierService.waitForLatchCountdown(TestImsService.LATCH_ON_UNBIND); in waitForCarrierPackageUnbind()
193 externalService.waitForLatchCountdown(TestImsService.LATCH_ON_UNBIND); in waitForDevicePackageUnbind()