Searched refs:getCallWithId (Results 1 – 3 of 3) sorted by relevance
47 Call targetCall = getCallWithId(mCalls, id); in verifyCallState()101 private static Call getCallWithId(List<Call> calls, String id) { in getCallWithId() method in WaitForInCallService
763 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 TransactionalApisTest1380 Call call = getInCallService().getCallWithId(id); in getCallWithId()
394 public Call getCallWithId(String id) { in getCallWithId() method in MockInCallService