Searched refs:CtsThirdPartyInCallService (Results 1 – 6 of 6) sorted by relevance
36 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();
30 public class CtsThirdPartyInCallService extends MockInCallService { class33 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()
19 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallService;21 public class CtsThirdPtyDialerInCallServiceTwo extends CtsThirdPartyInCallService {
19 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallService;21 public class CtsThirdPtyDialerInCallService extends CtsThirdPartyInCallService {
35 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallService;49 private static final String THIRD_PARITY_PACKAGE_NAME = CtsThirdPartyInCallService
58 …nCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/CtsThirdPartyInCallService.java",