Searched refs:TransactionalCall (Results 1 – 2 of 2) sorted by relevance
55 private final ConcurrentHashMap<String, TransactionalCall> mCallIdToTransactionalCall =75 TransactionalCall call = mCallIdToTransactionalCall.remove(callId); in untrackCall()106 mCallIdToTransactionalCall.put(newCallId, new TransactionalCall(newCallId, callAttributes, in trackCall()161 TransactionalCall call = mCallIdToTransactionalCall.get(callId);205 TransactionalCall call = mCallIdToTransactionalCall.get(callId);275 TransactionalCall call = mCallIdToTransactionalCall.get(callId);327 TransactionalCall call = mCallIdToTransactionalCall.get(callId);
31 public class TransactionalCall { class41 public TransactionalCall(String callId, CallAttributes callAttributes, in TransactionalCall() method in TransactionalCall