Searched refs:mCallContainerMap (Results 1 – 1 of 1) sorted by relevance
269 CallContainer cc = mCallContainerMap.get(callId); in onVideoCallChanged()552 private static HashMap<String, CallContainer> mCallContainerMap = field in InCallServiceImpl580 mCallContainerMap.put(id, in onCallAdded()607 mCallContainerMap.remove(id); in onCallRemoved()611 if (mCallContainerMap.size() == 0) { in onCallRemoved()651 CallContainer cc = mCallContainerMap.get(callId); in getCallById()662 CallContainer cc = mCallContainerMap.get(callId); in getCallCallbackById()673 CallContainer cc = mCallContainerMap.get(callId); in getVideoCallById()686 CallContainer cc = mCallContainerMap.get(callId); in getVideoCallListenerById()769 return mCallContainerMap.keySet(); in getCallIdList()[all …]