Home | History | Annotate | Download | only in dataitem

Lines Matching refs:getContentValues

32         getContentValues().put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
40 return getContentValues().getAsString(StructuredName.DISPLAY_NAME);
44 getContentValues().put(StructuredName.DISPLAY_NAME, name);
48 return getContentValues().getAsString(StructuredName.GIVEN_NAME);
52 return getContentValues().getAsString(StructuredName.FAMILY_NAME);
56 return getContentValues().getAsString(StructuredName.PREFIX);
60 return getContentValues().getAsString(StructuredName.MIDDLE_NAME);
64 return getContentValues().getAsString(StructuredName.SUFFIX);
68 return getContentValues().getAsString(StructuredName.PHONETIC_GIVEN_NAME);
72 return getContentValues().getAsString(StructuredName.PHONETIC_MIDDLE_NAME);
76 return getContentValues().getAsString(StructuredName.PHONETIC_FAMILY_NAME);
80 return getContentValues().getAsString(StructuredName.FULL_NAME_STYLE);
84 return getContentValues().getAsString(StructuredName.PHONETIC_NAME_STYLE);
88 getContentValues().put(StructuredName.PHONETIC_FAMILY_NAME, name);
92 getContentValues().put(StructuredName.PHONETIC_MIDDLE_NAME, name);
96 getContentValues().put(StructuredName.PHONETIC_GIVEN_NAME, name);