Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCallRedirectionServiceTest.java127 placeAndVerifyCallByRedirection(false /* cancelledByCallRedirection */); in testRedirectedCallWithRedirectedGateway()
148 placeAndVerifyCallByRedirection(extras, false /* cancelledByCallRedirection */); in testRedirectedCallWithPostDialDigits()
172 placeAndVerifyCallByRedirection(false /* cancelledByCallRedirection */); in testRedirectedCallWithRedirectedPhoneAccount()
187 placeAndVerifyCallByRedirection(true /* cancelledByCallRedirection */); in testCancelCall()
198 placeAndVerifyCallByRedirection(false /* cancelledByCallRedirection */); in testPlaceCallUnmodified()
213 placeAndVerifyCallByRedirection(false /* cancelledByCallRedirection */); in testNotifyTimeout()
228 placeAndVerifyCallByRedirection(extras, false /* cancelledByCallRedirection */); in testCantRedirectEmergencyCall()
DBaseTelecomTestWithMockServices.java785 void placeAndVerifyCallByRedirection(boolean wasCancelled) { in placeAndVerifyCallByRedirection() method in BaseTelecomTestWithMockServices
786 placeAndVerifyCallByRedirection(null, wasCancelled); in placeAndVerifyCallByRedirection()
793 void placeAndVerifyCallByRedirection(Bundle extras, boolean wasCancelled) { in placeAndVerifyCallByRedirection() method in BaseTelecomTestWithMockServices