Home
last modified time | relevance | path

Searched refs:ICtsThirdPartyInCallServiceControl (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceTest.java30 import android.telecom.cts.thirdptyincallservice.ICtsThirdPartyInCallServiceControl;
41 ICtsThirdPartyInCallServiceControl mICtsThirdPartyInCallServiceControl;
113 ICtsThirdPartyInCallServiceControl.Stub.asInterface(service); in setUpControl()
DThirdPartyInCallServiceAppOpsPermissionTest.java37 import android.telecom.cts.thirdptyincallservice.ICtsThirdPartyInCallServiceControl;
58 ICtsThirdPartyInCallServiceControl mICtsThirdPartyInCallServiceControl;
234 ICtsThirdPartyInCallServiceControl.Stub.asInterface(service); in setUpControl()
DSelfManagedConnectionTest.java52 import android.telecom.cts.thirdptyincallservice.ICtsThirdPartyInCallServiceControl;
227 ICtsThirdPartyInCallServiceControl control = ICtsThirdPartyInCallServiceControl.Stub in testBindToSupportNonUiInCallService()
254 ICtsThirdPartyInCallServiceControl control = ICtsThirdPartyInCallServiceControl.Stub in testBindToSupportDefaultDialerNoCarMode()
281 ICtsThirdPartyInCallServiceControl control = ICtsThirdPartyInCallServiceControl.Stub in testNoBindToUnsupportDefaultDialerNoCarMode()
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/aidl/android/telecom/cts/thirdptyincallservice/
DICtsThirdPartyInCallServiceControl.aidl19 interface ICtsThirdPartyInCallServiceControl { interface
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallServiceControl.java32 private final IBinder mCtsCompanionAppControl = new ICtsThirdPartyInCallServiceControl.Stub() {
/cts/tests/tests/telecom/
DAndroid.bp68 …viceTestApp/aidl/android/telecom/cts/thirdptyincallservice/ICtsThirdPartyInCallServiceControl.aidl…