Searched defs:propValue_vector (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/pim/vcard/
H A DPropertyNode.java39 public List<String> propValue_vector; field in class:PropertyNode
63 propValue_vector = new ArrayList<String>();
70 String propName, String propValue, List<String> propValue_vector,
83 if (propValue_vector != null) {
84 this.propValue_vector = propValue_vector;
86 this.propValue_vector = new ArrayList<String>();
140 // The value in propValue_vector is not decoded even if it should be
141 // decoded by BASE64 or QUOTED-PRINTABLE. When the size of propValue_vector
144 return (propValue_vector
69 PropertyNode( String propName, String propValue, List<String> propValue_vector, byte[] propValue_bytes, ContentValues paramMap, Set<String> paramMap_TYPE, Set<String> propGroupSet) argument
[all...]

Completed in 286 milliseconds