Home
last modified time | relevance | path

Searched refs:TransactionalCall (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/com/android/internal/telecom/
DClientTransactionalServiceWrapper.java55 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);
DTransactionalCall.java31 public class TransactionalCall { class
41 public TransactionalCall(String callId, CallAttributes callAttributes, in TransactionalCall() method in TransactionalCall