Searched refs:TransactionalCall (Results 1 – 2 of 2) sorted by relevance
53 private final ConcurrentHashMap<String, TransactionalCall> mCallIdToTransactionalCall =73 TransactionalCall call = mCallIdToTransactionalCall.remove(callId); in untrackCall()104 mCallIdToTransactionalCall.put(newCallId, new TransactionalCall(newCallId, callAttributes, in trackCall()158 TransactionalCall call = mCallIdToTransactionalCall.get(callId);202 TransactionalCall call = mCallIdToTransactionalCall.get(callId);268 TransactionalCall call = mCallIdToTransactionalCall.get(callId);315 TransactionalCall call = mCallIdToTransactionalCall.get(callId);
31 public class TransactionalCall { class41 public TransactionalCall(String callId, CallAttributes callAttributes, in TransactionalCall() method in TransactionalCall