Home
last modified time | relevance | path

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

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