Home
last modified time | relevance | path

Searched defs:propertyInfo (Results 1 – 3 of 3) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapObject.java161 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index); in getPropertyAsString() local
286 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitiveProperty() local
311 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitivePropertyAsString() local
333 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitivePropertySafely() local
360 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitivePropertySafelyAsString() local
510 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitiveProperty() local
534 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitivePropertyAsString() local
556 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitivePropertySafely() local
582 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitivePropertySafelyAsString() local
634 public void getPropertyInfo(int index, Hashtable properties, PropertyInfo propertyInfo) { in getPropertyInfo()
[all …]
DSoapSerializationEnvelope.java705 PropertyInfo propertyInfo = new PropertyInfo(); in writeObjectBody() local
824 PropertyInfo propertyInfo = new PropertyInfo(); in writeArrayListBody() local
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/serialization/
DMarshalFloat.java31 PropertyInfo propertyInfo) in readInstance()