Home
last modified time | relevance | path

Searched refs:CtsThirdPartyInCallServiceControl (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/telecom/ThirdPtyDialerTestAppTwo/src/android/telecom/cts/thirdptydialertwo/
DCtsThirdPtyDialerInCallServiceControlTwo.java19 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallServiceControl;
21 public class CtsThirdPtyDialerInCallServiceControlTwo extends CtsThirdPartyInCallServiceControl {
/cts/tests/tests/telecom/ThirdPtyDialerTestApp/src/android/telecom/cts/thirdptydialer/
DCtsThirdPtyDialerInCallServiceControl.java19 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallServiceControl;
21 public class CtsThirdPtyDialerInCallServiceControl extends CtsThirdPartyInCallServiceControl {
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallServiceControl.java26 public class CtsThirdPartyInCallServiceControl extends Service { class
28 private static final String TAG = CtsThirdPartyInCallServiceControl.class.getSimpleName();
/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceAppOpsPermissionTest.java36 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallServiceControl;
220 Intent bindIntent = new Intent(CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION); in setUpControl()
224 CtsThirdPartyInCallServiceControl.class.getPackage().getName(), in setUpControl()
225 CtsThirdPartyInCallServiceControl.class.getName()); in setUpControl()
DThirdPartyInCallServiceTest.java29 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallServiceControl;
99 Intent bindIntent = new Intent(CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION); in setUpControl()
DSelfManagedConnectionTest.java51 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallServiceControl;
71 CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION;
75 CtsThirdPartyInCallServiceControl.class.getPackage().getName(),
76 CtsThirdPartyInCallServiceControl.class.getName());
/cts/tests/tests/telecom/
DAndroid.bp59 …erviceTestApp/src/android/telecom/cts/thirdptyincallservice/CtsThirdPartyInCallServiceControl.java…