Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/TestExternalImsServiceApp/src/android/telephony/cts/externalimsservice/
DTestExternalImsService.java32 public class TestExternalImsService extends TestImsService { class
42 return TestExternalImsService.this.waitForLatchCountdown(latchIndex); in waitForLatchCountdown()
46 TestExternalImsService.this.setFeatureConfig(f); in setFeatureConfig()
58 TestExternalImsService.this.resetState(); in resetState()
62 return TestExternalImsService.this.isTelephonyBound(); in isTelephonyBound()
78 TestExternalImsService.this.addCapabilities(capabilities); in addCapabilities()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceConnector.java27 import android.telephony.cts.externalimsservice.TestExternalImsService;
54 TestExternalImsService.class.getPackage().getName();
626 TestExternalImsService.class.getName())); in setupExternalImsService()