Searched refs:CtsCallRedirectionServiceController (Results 1 – 3 of 3) sorted by relevance
44 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()
31 public class CtsCallRedirectionServiceController extends Service { class58 private static CtsCallRedirectionServiceController sCallRedirectionServiceController = null;117 public static CtsCallRedirectionServiceController getInstance() { in getInstance()
39 import android.telecom.cts.redirectiontestapp.CtsCallRedirectionServiceController;263 interfaceAction = CtsCallRedirectionServiceController.CONTROL_INTERFACE_ACTION; in setupControlBinder()267 CtsCallRedirectionServiceController.CONTROL_INTERFACE_COMPONENT; in setupControlBinder()