Searched refs:mCallIdToTransactionalCall (Results 1 – 1 of 1) sorted by relevance
55 private final ConcurrentHashMap<String, TransactionalCall> mCallIdToTransactionalCall = field in ClientTransactionalServiceWrapper73 if (mCallIdToTransactionalCall.containsKey(callId)) { in untrackCall()75 TransactionalCall call = mCallIdToTransactionalCall.remove(callId); in untrackCall()83 if (mCallIdToTransactionalCall.size() == 0) { in untrackCall()106 mCallIdToTransactionalCall.put(newCallId, new TransactionalCall(newCallId, callAttributes, in trackCall()161 TransactionalCall call = mCallIdToTransactionalCall.get(callId);205 TransactionalCall call = mCallIdToTransactionalCall.get(callId);222 mCallIdToTransactionalCall.remove(callId);275 TransactionalCall call = mCallIdToTransactionalCall.get(callId);327 TransactionalCall call = mCallIdToTransactionalCall.get(callId);