Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java415 HashMap<String, VideoProfile> smrrInfo = new HashMap<String, VideoProfile>(); in onSessionModifyResponseReceived() local
417 smrrInfo.put("RequestedProfile", requestedProfile); in onSessionModifyResponseReceived()
418 smrrInfo.put("ResponseProfile", responseProfile); in onSessionModifyResponseReceived()
421 new VideoCallEvent<HashMap<String, VideoProfile>>(mCallId, smrrInfo)); in onSessionModifyResponseReceived()