Searched refs:mCallIdToTransactionalCall (Results 1 – 1 of 1) sorted by relevance
53 private final ConcurrentHashMap<String, TransactionalCall> mCallIdToTransactionalCall = field in ClientTransactionalServiceWrapper71 if (mCallIdToTransactionalCall.containsKey(callId)) { in untrackCall()73 TransactionalCall call = mCallIdToTransactionalCall.remove(callId); in untrackCall()81 if (mCallIdToTransactionalCall.size() == 0) { in untrackCall()104 mCallIdToTransactionalCall.put(newCallId, new TransactionalCall(newCallId, callAttributes, in trackCall()158 TransactionalCall call = mCallIdToTransactionalCall.get(callId);202 TransactionalCall call = mCallIdToTransactionalCall.get(callId);220 mCallIdToTransactionalCall.remove(callId);268 TransactionalCall call = mCallIdToTransactionalCall.get(callId);315 TransactionalCall call = mCallIdToTransactionalCall.get(callId);