Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java211 List<String> childList = new ArrayList<String>(); in onChildrenChanged() local
214 childList.add(getCallId(child)); in onChildrenChanged()
217 new CallEvent<List<String>>(mCallId, childList)); in onChildrenChanged()