Home
last modified time | relevance | path

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

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapSerializationEnvelope.java728 SoapObject nestedSoap = (SoapObject) prop; in writeObjectBody() local
730 Object[] qName = getInfo(null, nestedSoap); in writeObjectBody()
753 writeObjectBodyWithAttributes(writer, nestedSoap); in writeObjectBody()
848 SoapObject nestedSoap = (SoapObject) prop; in writeArrayListBody() local
850 Object[] qName = getInfo(null, nestedSoap); in writeArrayListBody()
873 writeObjectBodyWithAttributes(writer, nestedSoap); in writeArrayListBody()
/external/ksoap2/
D0001-ksoap2-update.patch1636 - writeObjectBody(xw, nestedSoap);
1655 + writeObjectBodyWithAttributes(writer, nestedSoap);
1679 - writeObjectBody(writer, nestedSoap);
1756 + SoapObject nestedSoap = (SoapObject) prop;
1758 + Object[] qName = getInfo(null, nestedSoap);
1781 + writeObjectBodyWithAttributes(writer, nestedSoap);