Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java269 CallContainer cc = mCallContainerMap.get(callId); in onVideoCallChanged()
552 private static HashMap<String, CallContainer> mCallContainerMap = field in InCallServiceImpl
580 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 …]