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

/packages/apps/Phone/src/com/android/phone/
H A DSimContacts.java158 builder.withValue(RawContacts.ACCOUNT_NAME, account.name);
159 builder.withValue(RawContacts.ACCOUNT_TYPE, account.type);
167 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
168 builder.withValue(StructuredName.DISPLAY_NAME, name);
173 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
174 builder.withValue(Phone.TYPE, phoneType);
175 builder.withValue(Phone.NUMBER, phoneNumber);
176 builder.withValue(Data.IS_PRIMARY, 1);
183 builder.withValue(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE);
184 builder.withValue(Emai
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java1179 .withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_SUSPENDED)
1183 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE)
1184 .withValue(StructuredName.GIVEN_NAME, "John")
1185 .withValue(StructuredName.FAMILY_NAME, "Doe")
1188 .withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_SUSPENDED)
1192 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE)
1193 .withValue(StructuredName.GIVEN_NAME, "John")
1194 .withValue(StructuredName.FAMILY_NAME, "Doe")
1199 .withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT)
1204 .withValue(RawContact
[all...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntitySet.java145 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
181 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
208 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_SEPARATE);
212 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
219 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
H A DEntityDelta.java359 builder.withValue(RawContacts.VERSION, beforeVersion);
404 builder.withValue(Data.RAW_CONTACT_ID, beforeId);
426 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
439 builder.withValue(RawContacts.AGGREGATION_MODE, mode);
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DContactsSyncAdapter.java368 builder.withValue(Email.DATA, email);
369 builder.withValue(Email.DISPLAY_NAME, displayName);
387 builder.withValue(Im.DATA, im);
407 builder.withValue(Im.DATA, phone);
408 builder.withValue(Phone.TYPE, type);
1010 RowBuilder withValue(String key, Object value) { method in class:ContactsSyncAdapter.RowBuilder
1011 builder.withValue(key, value);
1221 builder.withValue(Data.RAW_CONTACT_ID, contactId);
1225 builder.withValue(Data.MIMETYPE, mimeType);
1252 builder.withValue(EasChildre
[all...]
H A DCalendarSyncAdapter.java1400 .withValue(ExtendedProperties.NAME, name)
1401 .withValue(ExtendedProperties.VALUE, value),
1429 .withValue(ExtendedProperties.VALUE, value)));
1437 .withValue(Reminders.MINUTES, mins)
1438 .withValue(Reminders.METHOD, Reminders.METHOD_ALERT),
H A DEmailSyncAdapter.java1144 .withValue(Body.TEXT_CONTENT, msg.mText)
1148 .withValue(Message.FLAG_LOADED, Message.FLAG_LOADED_COMPLETE)
/packages/apps/Contacts/src/com/android/contacts/model/
H A DEntityDeltaList.java161 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, joinedRawContactId);
163 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId);
181 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId);
231 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
258 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_SEPARATE);
263 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
273 builder.withValue(AggregationExceptions.RAW_CONTACT_ID2, rawContactId2);
H A DEntityDelta.java399 builder.withValue(RawContacts.VERSION, beforeVersion);
451 builder.withValue(Data.RAW_CONTACT_ID, beforeId);
473 builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DEFAULT);
486 builder.withValue(RawContacts.AGGREGATION_MODE, mode);
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java255 .withValue(RawContacts.ACCOUNT_NAME, accountName)
256 .withValue(RawContacts.ACCOUNT_TYPE, accountType)
257 .withValue(RawContacts.DATA_SET, dataSet)
768 insertBuilder.withValue(Data.RAW_CONTACT_ID, rawContactId);
769 insertBuilder.withValue(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE);
770 insertBuilder.withValue(GroupMembership.GROUP_ROW_ID, groupId);
1068 builder.withValue(RawContacts.NAME_VERIFIED, 1);
1102 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
1103 builder.withValue(AggregationExceptions.RAW_CONTACT_ID1, rawContactId1);
1104 builder.withValue(AggregationException
[all...]
/packages/apps/Email/src/com/android/email/
H A DSecurityPolicy.java542 .withValue(AccountColumns.SECURITY_SYNC_KEY, securitySyncKey)
547 .withValue(AccountColumns.SECURITY_SYNC_KEY, null)
548 .withValue(AccountColumns.POLICY_KEY, 0)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DGroupsTest.java269 oper.add(ContentProviderOperation.newUpdate(groupUri).withValue(Groups.GROUP_VISIBLE, 0)
H A DContactsProvider2Test.java3404 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE)
3405 .withValue(StructuredName.GIVEN_NAME, "John")
3406 .withValue(StructuredName.FAMILY_NAME, "Doe")
4616 builder.withValue(ContactsContract.Groups.ACCOUNT_TYPE, account.type);
4617 builder.withValue(ContactsContract.Groups.ACCOUNT_NAME, account.name);
4618 builder.withValue(ContactsContract.Groups.SYSTEM_ID, "some id");
4619 builder.withValue(ContactsContract.Groups.TITLE, "some name");
4620 builder.withValue(ContactsContract.Groups.GROUP_VISIBLE, 1);
4625 builder.withValue(ContactsContract.Groups.ACCOUNT_TYPE, account.type + "diff");
4626 builder.withValue(ContactsContrac
[all...]

Completed in 312 milliseconds