Home
last modified time | relevance | path

Searched refs:getCallWithId (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DWaitForInCallService.java47 Call targetCall = getCallWithId(mCalls, id); in verifyCallState()
101 private static Call getCallWithId(List<Call> calls, String id) { in getCallWithId() method in WaitForInCallService
/cts/tests/tests/telecom/src/android/telecom/cts/
DTransactionalApisTest.java763 return getCallWithId(mCall1.getTelecomCallId()).getState(); in testAddIncomingCallOnAnswer()
855 Call call1 = getCallWithId(mCall1.getTelecomCallId()); in testCallStatesForTwoLiveTransactionalCalls()
856 Call call2 = getCallWithId(mCall2.getTelecomCallId()); in testCallStatesForTwoLiveTransactionalCalls()
896 assertCallState(getCallWithId(mCall2.getTelecomCallId()), Call.STATE_ACTIVE); in testSimCallAndTransactionalCall()
1378 private Call getCallWithId(String id) { in getCallWithId() method in TransactionalApisTest
1380 Call call = getInCallService().getCallWithId(id); in getCallWithId()
DMockInCallService.java394 public Call getCallWithId(String id) { in getCallWithId() method in MockInCallService