Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java302 CallContainer cc = mCallContainerMap.get(callId); in onVideoCallChanged()
527 private class CallContainer { class in InCallServiceImpl
542 public CallContainer(Call call, in CallContainer() method in InCallServiceImpl.CallContainer
593 private static HashMap<String, CallContainer> mCallContainerMap =
594 new HashMap<String, CallContainer>();
626 new CallContainer(call, in onCallAdded()
705 CallContainer cc = mCallContainerMap.get(callId); in getCallById()
716 CallContainer cc = mCallContainerMap.get(callId); in getCallCallbackById()
727 CallContainer cc = mCallContainerMap.get(callId); in getVideoCallById()
740 CallContainer cc = mCallContainerMap.get(callId); in getVideoCallListenerById()