Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallServiceControl.java36 return CtsThirdPartyInCallService.checkBindStatus(bind);
41 return CtsThirdPartyInCallService.getLocalCallCount();
46 CtsThirdPartyInCallService.resetLatchForServiceBound(bind);
51 CtsThirdPartyInCallService.resetCalls();
62 CtsThirdPartyInCallService.getInstance().setExpectedExtra(newKey, newValue);
67 return CtsThirdPartyInCallService.getInstance().waitForExtrasChanged();
DCtsThirdPartyInCallService.java30 public class CtsThirdPartyInCallService extends MockInCallService { class
33 private static final String TAG = CtsThirdPartyInCallService.class.getSimpleName();
36 private static CtsThirdPartyInCallService sInstance;
123 Log.i(CtsThirdPartyInCallService.class.getSimpleName(), in checkBindStatus()
146 public static CtsThirdPartyInCallService getInstance() { in getInstance()
/cts/tests/tests/telecom/ThirdPtyDialerTestAppTwo/src/android/telecom/cts/thirdptydialertwo/
DCtsThirdPtyDialerInCallServiceTwo.java19 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallService;
21 public class CtsThirdPtyDialerInCallServiceTwo extends CtsThirdPartyInCallService {
/cts/tests/tests/telecom/ThirdPtyDialerTestApp/src/android/telecom/cts/thirdptydialer/
DCtsThirdPtyDialerInCallService.java19 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallService;
21 public class CtsThirdPtyDialerInCallService extends CtsThirdPartyInCallService {
/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceAppOpsPermissionTest.java35 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallService;
49 private static final String THIRD_PARITY_PACKAGE_NAME = CtsThirdPartyInCallService
/cts/tests/tests/telecom/
DAndroid.bp58 …nCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/CtsThirdPartyInCallService.java",