Home
last modified time | relevance | path

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

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DWaitForInCallService.java47 Call targetCall = getCallWithId(mCalls, id); in verifyCallState() local
48 boolean containsCall = targetCall != null; in verifyCallState()
57 assertCallState(targetCall, targetCallState); in verifyCallState()
DBaseAppVerifierImpl.java291 Call targetCall = null; in answerViaInCallServiceAndVerify() local
294 targetCall = call; in answerViaInCallServiceAndVerify()
298 if (targetCall == null) { in answerViaInCallServiceAndVerify()
301 targetCall.answer(videoState); in answerViaInCallServiceAndVerify()
408 Call targetCall = null; in verifyCallPhoneAccount() local
411 targetCall = call; in verifyCallPhoneAccount()
415 if (targetCall == null) { in verifyCallPhoneAccount()
418 if (targetCall.getDetails() == null) { in verifyCallPhoneAccount()
422 targetCall.getDetails().getAccountHandle()); in verifyCallPhoneAccount()