Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/CallRedirectionServiceTestApp/src/android/telecom/cts/redirectiontestapp/
DCtsCallRedirectionService.java44 CtsCallRedirectionServiceController controller = in onPlaceCall()
45 CtsCallRedirectionServiceController.getInstance(); in onPlaceCall()
51 if (decision == CtsCallRedirectionServiceController.PLACE_CALL_UNMODIFIED) { in onPlaceCall()
53 } else if (decision == CtsCallRedirectionServiceController.CANCEL_CALL) { in onPlaceCall()
55 } else if (decision == CtsCallRedirectionServiceController.PLACE_REDIRECTED_CALL) { in onPlaceCall()
68 CtsCallRedirectionServiceController controller = in onRedirectionTimeout()
69 CtsCallRedirectionServiceController.getInstance(); in onRedirectionTimeout()
DCtsCallRedirectionServiceController.java31 public class CtsCallRedirectionServiceController extends Service { class
58 private static CtsCallRedirectionServiceController sCallRedirectionServiceController = null;
117 public static CtsCallRedirectionServiceController getInstance() { in getInstance()
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallRedirectionServiceTest.java39 import android.telecom.cts.redirectiontestapp.CtsCallRedirectionServiceController;
263 interfaceAction = CtsCallRedirectionServiceController.CONTROL_INTERFACE_ACTION; in setupControlBinder()
267 CtsCallRedirectionServiceController.CONTROL_INTERFACE_COMPONENT; in setupControlBinder()