Uses of Class
a_vcard.android.content.ContentValues

Packages that use ContentValues
a_vcard.android.content   
a_vcard.android.syncml.pim   
 

Uses of ContentValues in a_vcard.android.content
 

Methods in a_vcard.android.content with parameters of type ContentValues
 void ContentValues.putAll(ContentValues other)
          Adds all values from the passed in ContentValues.
 

Constructors in a_vcard.android.content with parameters of type ContentValues
ContentValues(ContentValues from)
          Creates a set of values copied from the given set
 

Uses of ContentValues in a_vcard.android.syncml.pim
 

Fields in a_vcard.android.syncml.pim declared as ContentValues
 ContentValues PropertyNode.paramMap
          param store: key=paramType, value=paramValue Note that currently PropertyNode class does not support multiple param-values defined in vCard 3.0 (See also RFC 2426).
 

Constructors in a_vcard.android.syncml.pim with parameters of type ContentValues
PropertyNode(java.lang.String propName, java.lang.String propValue, java.util.List<java.lang.String> propValue_vector, byte[] propValue_bytes, ContentValues paramMap, java.util.Set<java.lang.String> paramMap_TYPE, java.util.Set<java.lang.String> propGroupSet)