Home
last modified time | relevance | path

Searched refs:ITestExternalImsService (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/current/TestExternalImsServiceApp/aidl/android/telephony/cts/externalimsservice/
DITestExternalImsService.aidl26 interface ITestExternalImsService { interface
/cts/tests/tests/telephony/current/TestExternalImsServiceApp/src/android/telephony/cts/externalimsservice/
DTestExternalImsService.java40 public class TestFrameworkConnection extends ITestExternalImsService.Stub {
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceConnector.java26 import android.telephony.cts.externalimsservice.ITestExternalImsService;
120 mExternalService = ITestExternalImsService.Stub.asInterface(service); in onServiceConnected()
184 ITestExternalImsService externalService = getExternalService(); in waitForDevicePackageUnbind()
487 private ITestExternalImsService mExternalService;
716 public ITestExternalImsService getExternalService() { in getExternalService()