Home
last modified time | relevance | path

Searched refs:PLACE_REDIRECTED_CALL (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/CallRedirectionServiceTestApp/src/android/telecom/cts/redirectiontestapp/
DCtsCallRedirectionServiceController.java43 public static final int PLACE_REDIRECTED_CALL = 3; field in CtsCallRedirectionServiceController
73 mDecision = PLACE_REDIRECTED_CALL;
DCtsCallRedirectionService.java55 } else if (decision == CtsCallRedirectionServiceController.PLACE_REDIRECTED_CALL) { in onPlaceCall()