Searched refs:withValue (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java165 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
168 builder.withValue(StructuredName.GIVEN_NAME, mGiven);
171 builder.withValue(StructuredName.FAMILY_NAME, mFamily);
174 builder.withValue(StructuredName.MIDDLE_NAME, mMiddle);
177 builder.withValue(StructuredName.PREFIX, mPrefix);
180 builder.withValue(StructuredName.SUFFIX, mSuffix);
186 builder.withValue(StructuredName.PHONETIC_GIVEN_NAME, mPhoneticGiven);
190 builder.withValue(StructuredName.PHONETIC_FAMILY_NAME, mPhoneticFamily);
194 builder.withValue(StructuredName.PHONETIC_MIDDLE_NAME, mPhoneticMiddle);
201 builder.withValue(StructuredNam
[all...]
/frameworks/base/core/java/android/provider/
H A DSyncStateContract.java164 .withValue(Columns.ACCOUNT_NAME, account.name)
165 .withValue(Columns.ACCOUNT_TYPE, account.type)
/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java497 * future calls to {@link #withValues} or {@link #withValue}.
522 public Builder withValue(String key, Object value) { method in class:ContentProviderOperation.Builder

Completed in 1023 milliseconds