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.java448 HashMap<String, VideoProfile> smrrInfo = new HashMap<String, VideoProfile>(); in onSessionModifyResponseReceived() local
450 smrrInfo.put("RequestedProfile", requestedProfile); in onSessionModifyResponseReceived()
451 smrrInfo.put("ResponseProfile", responseProfile); in onSessionModifyResponseReceived()
454 new VideoCallEvent<HashMap<String, VideoProfile>>(mCallId, smrrInfo)); in onSessionModifyResponseReceived()