Home
last modified time | relevance | path

Searched refs:waitForLatchCountdown (Results 1 – 25 of 30) sorted by relevance

12

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionServiceTestOnMockModem.java232 assertTrue(testService.waitForLatchCountdown(LATCH_ON_DOMAIN_SELECTION)); in testDomainSelectionServiceEmergencyCallCanceled()
241 assertTrue(testService.waitForLatchCountdown(LATCH_ON_FINISH_SELECTION)); in testDomainSelectionServiceEmergencyCallCanceled()
257 assertTrue(testService.waitForLatchCountdown(LATCH_ON_DOMAIN_SELECTION)); in testDomainSelectionServiceEmergencyCallTerminateSelection()
279 assertTrue(testService.waitForLatchCountdown(LATCH_ON_DOMAIN_SELECTION)); in testDomainSelectionServiceEmergencyCallReselectDomain()
281 assertTrue(testService.waitForLatchCountdown(LATCH_ON_SERVICE_STATE_UPDATED)); in testDomainSelectionServiceEmergencyCallReselectDomain()
282 assertTrue(testService.waitForLatchCountdown(LATCH_ON_BARRING_INFO_UPDATED)); in testDomainSelectionServiceEmergencyCallReselectDomain()
288 assertTrue(testService.waitForLatchCountdown(LATCH_ON_WWAN_SELECTOR_CALLBACK)); in testDomainSelectionServiceEmergencyCallReselectDomain()
301 assertTrue(testService.waitForLatchCountdown(LATCH_ON_RESELECTION)); in testDomainSelectionServiceEmergencyCallReselectDomain()
322 assertTrue(testService.waitForLatchCountdown(LATCH_ON_DOMAIN_SELECTION)); in testDomainSelectionServiceEmergencyCall()
324 assertTrue(testService.waitForLatchCountdown(LATCH_ON_SERVICE_STATE_UPDATED)); in testDomainSelectionServiceEmergencyCall()
[all …]
DDomainSelectionServiceConnector.java93 testService.waitForLatchCountdown(LATCH_ON_UNBIND); in waitForPackageUnbind()
100 && getTestService().waitForLatchCountdown(LATCH_ON_BIND); in overrideService()
DTestDomainSelectionService.java240 public boolean waitForLatchCountdown(int latchIndex) { in waitForLatchCountdown() method in TestDomainSelectionService
241 return waitForLatchCountdown(latchIndex, TEST_TIMEOUT_MS); in waitForLatchCountdown()
249 public boolean waitForLatchCountdown(int latchIndex, long waitMs) { in waitForLatchCountdown() method in TestDomainSelectionService
DSimultaneousCallingRestrictionsTest.java806 .waitForLatchCountdown(TestImsService.LATCH_CREATE_MMTEL)); in triggerFrameworkConnectToCarrierImsService()
808 .waitForLatchCountdown(TestImsService.LATCH_MMTEL_READY)); in triggerFrameworkConnectToCarrierImsService()
828 assertTrue(serviceConnector.getExternalService().waitForLatchCountdown( in triggerFrameworkConnectToDeviceImsService()
/cts/tests/tests/wifi/mockWifi/src/android/wifi/mockwifi/
DMockWifiModemService.java100 public boolean waitForLatchCountdown(int latchIndex) { in waitForLatchCountdown() method in MockWifiModemService
101 return waitForLatchCountdown(latchIndex, TEST_TIMEOUT_MS); in waitForLatchCountdown()
104 public boolean waitForLatchCountdown(int latchIndex, long waitMs) { in waitForLatchCountdown() method in MockWifiModemService
DMockWifiModemServiceConnector.java174 mMockWifiModemService.waitForLatchCountdown( in switchFrameworkConnectionToMockWifiModemService()
/cts/tests/tests/telephony/current/TestExternalImsServiceApp/src/android/telephony/cts/externalimsservice/
DTestExternalImsService.java41 public boolean waitForLatchCountdown(int latchIndex) { in waitForLatchCountdown() method in TestExternalImsService.TestFrameworkConnection
42 return TestExternalImsService.this.waitForLatchCountdown(latchIndex); in waitForLatchCountdown()
/cts/tests/tests/telephony/current/TestExternalImsServiceApp/aidl/android/telephony/cts/externalimsservice/
DITestExternalImsService.aidl27 boolean waitForLatchCountdown(int latchIndex); in waitForLatchCountdown() method
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java461 sServiceConnector.getCarrierService().waitForLatchCountdown( in testCarrierImsServiceBindRcsFeature()
481 sServiceConnector.getCarrierService().waitForLatchCountdown( in testCarrierImsServiceBindRcsFeatureForExecutor()
498 sServiceConnector.getCarrierService().waitForLatchCountdown( in testCarrierImsServiceBindMmTelFeature()
503 sServiceConnector.getCarrierService().waitForLatchCountdown( in testCarrierImsServiceBindMmTelFeature()
520 assertTrue(sServiceConnector.getCarrierService().waitForLatchCountdown( in testCarrierImsServiceBindRcsFeatureEnableDisableIms()
526 assertTrue(sServiceConnector.getCarrierService().waitForLatchCountdown( in testCarrierImsServiceBindRcsFeatureEnableDisableIms()
533 assertTrue(sServiceConnector.getCarrierService().waitForLatchCountdown( in testCarrierImsServiceBindRcsFeatureEnableDisableIms()
551 assertTrue(sServiceConnector.getCarrierService().waitForLatchCountdown( in testCarrierImsServiceBindRcsChangeToMmtel()
560 assertTrue(sServiceConnector.getCarrierService().waitForLatchCountdown( in testCarrierImsServiceBindRcsChangeToMmtel()
564 sServiceConnector.getCarrierService().waitForLatchCountdown( in testCarrierImsServiceBindRcsChangeToMmtel()
[all …]
DTestImsService.java621 waitForLatchCountdown(LATCH_LAST_MESSAGE_EXECUTE); in waitForExecutorFinish()
675 public boolean waitForLatchCountdown(int latchIndex) { in waitForLatchCountdown() method in TestImsService
676 return waitForLatchCountdown(latchIndex, ImsUtils.TEST_TIMEOUT_MS); in waitForLatchCountdown()
679 public boolean waitForLatchCountdown(int latchIndex, long waitMs) { in waitForLatchCountdown() method in TestImsService
DImsServiceTestOnMockModem.java214 .waitForLatchCountdown(TestImsService.LATCH_CREATE_MMTEL)); in triggerFrameworkConnectToCarrierImsService()
216 .waitForLatchCountdown(TestImsService.LATCH_MMTEL_READY)); in triggerFrameworkConnectToCarrierImsService()
DImsServiceConnector.java178 carrierService.waitForLatchCountdown(TestImsService.LATCH_ON_UNBIND); in waitForCarrierPackageUnbind()
193 externalService.waitForLatchCountdown(TestImsService.LATCH_ON_UNBIND); in waitForDevicePackageUnbind()
398 boolean getCarrierService = getCarrierService().waitForLatchCountdown( in bindCarrierImsService()
410 return setDeviceImsService(packageName) && getExternalService().waitForLatchCountdown( in bindDeviceImsService()
DEabControllerTest.java601 .waitForLatchCountdown(TestImsService.LATCH_CREATE_RCS)); in connectTestImsService()
603 .waitForLatchCountdown(TestImsService.LATCH_RCS_READY)); in connectTestImsService()
608 sServiceConnector.getCarrierService().waitForLatchCountdown( in connectTestImsService()
DEabBulkCapabilityUpdaterTest.java529 .waitForLatchCountdown(TestImsService.LATCH_CREATE_RCS)); in connectTestImsService()
531 .waitForLatchCountdown(TestImsService.LATCH_RCS_READY)); in connectTestImsService()
536 sServiceConnector.getCarrierService().waitForLatchCountdown( in connectTestImsService()
DDomainSelectionCrossSimRedialingTestOnMockModem.java347 sServiceConnector.getCarrierService().waitForLatchCountdown( in bindImsServiceUnregistered()
352 sServiceConnector.getCarrierService().waitForLatchCountdown( in bindImsServiceUnregistered()
DImsCallingBase.java337 .waitForLatchCountdown(TestImsService.LATCH_CREATE_MMTEL); in bindImsServiceForCapabilities()
344 .waitForLatchCountdown(TestImsService.LATCH_MMTEL_CAP_SET); in bindImsServiceForCapabilities()
DMmTelFeatureTestOnMockModem.java652 .waitForLatchCountdown(TestImsService.LATCH_CREATE_MMTEL)); in triggerFrameworkConnectToCarrierImsService()
654 .waitForLatchCountdown(TestImsService.LATCH_MMTEL_READY)); in triggerFrameworkConnectToCarrierImsService()
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemManager.java824 .waitForLatchCountdown(latchIndex, waitMs); in waitForNetworkLatchCountdown()
847 .waitForLatchCountdown(latchIndex, waitMs); in waitForVoiceLatchCountdown()
966 return mMockModemService.getIRadioIms().waitForLatchCountdown(latchIndex, waitMs); in waitForImsLatchCountdown()
1133 .waitForLatchCountdown(slotId, waitMs); in waitForModemLatchCountdown()
DIRadioImsImpl.java350 public boolean waitForLatchCountdown(int latchIndex, int waitMs) { in waitForLatchCountdown() method in IRadioImsImpl
351 return mImsState.waitForLatchCountdown(latchIndex, waitMs); in waitForLatchCountdown()
DMockModemService.java232 public boolean waitForLatchCountdown(int latchIndex) { in waitForLatchCountdown() method in MockModemService
248 public boolean waitForLatchCountdown(int latchIndex, long waitMs) { in waitForLatchCountdown() method in MockModemService
DMockImsService.java244 public boolean waitForLatchCountdown(int latchIndex, long waitMs) { in waitForLatchCountdown() method in MockImsService
DMockModemServiceConnector.java188 mMockModemService.waitForLatchCountdown( in switchFrameworkConnectionToMockModemService()
DIRadioNetworkImpl.java1253 public boolean waitForLatchCountdown(int latchIndex, int waitMs) { in waitForLatchCountdown() method in IRadioNetworkImpl
1254 return mServiceState.waitForLatchCountdown(latchIndex, waitMs); in waitForLatchCountdown()
DIRadioModemImpl.java580 public boolean waitForLatchCountdown(int latchIndex, long waitMs) { in waitForLatchCountdown() method in IRadioModemImpl
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DCarrierRoamingSatelliteTestBase.java144 .waitForLatchCountdown(TestImsService.LATCH_CREATE_MMTEL)); in beforeAllTestBaseForIms()
146 .waitForLatchCountdown(TestImsService.LATCH_MMTEL_READY)); in beforeAllTestBaseForIms()

12