Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/CallRedirectionServiceTestApp/src/android/telecom/cts/redirectiontestapp/
DCtsCallRedirectionServiceController.java44 public static final int CANCEL_CALL = 4; field in CtsCallRedirectionServiceController
82 mDecision = CANCEL_CALL;
DCtsCallRedirectionService.java53 } else if (decision == CtsCallRedirectionServiceController.CANCEL_CALL) { in onPlaceCall()