Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java1442 List<String> propertyList = new ArrayList<String>(); in getCallPropertiesString() local
1446 propertyList.add(getCallPropertyString(property)); in getCallPropertiesString()
1450 return propertyList; in getCallPropertiesString()