Searched refs:IS_PRIMARY (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardExporterTests.java110 // With "IS_PRIMARY=1". This is what we should use.
118 .put(StructuredName.IS_PRIMARY, 1);
120 // With "IS_PRIMARY=1", but we should ignore this time, since this is second, not first.
132 .put(StructuredName.IS_PRIMARY, 1);
170 // With "IS_PRIMARY=1", but we should ignore this time.
178 .put(StructuredName.IS_PRIMARY, 1);
197 .put(StructuredName.IS_PRIMARY, 1);
307 // With "IS_PRIMARY=1", but we should ignore this time.
317 .put(StructuredName.IS_PRIMARY, 1);
340 .put(StructuredName.IS_PRIMARY,
[all...]
H A DVCardImporterTests.java509 * Verifies that vCard importer correctly interpret "PREF" attribute to IS_PRIMARY.
524 .put(Phone.IS_PRIMARY, 1);
531 .put(Email.IS_PRIMARY, 1);
535 .put(Email.IS_PRIMARY, 1);
665 .put(Email.IS_PRIMARY, 1);
750 .put(Phone.IS_PRIMARY, 1);
784 .put(Phone.IS_PRIMARY, 1);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java333 builder.withValue(Phone.IS_PRIMARY, 1);
423 builder.withValue(Data.IS_PRIMARY, 1);
588 builder.withValue(Data.IS_PRIMARY, 1);
796 builder.withValue(Organization.IS_PRIMARY, 1);
900 builder.withValue(Data.IS_PRIMARY, 1);
999 builder.withValue(Photo.IS_PRIMARY, 1);
1377 builder.withValue(SipAddress.IS_PRIMARY, mIsPrimary);
H A DVCardBuilder.java241 final Integer isPrimary = contentValues.getAsInteger(StructuredName.IS_PRIMARY);
794 final Integer isPrimaryAsInteger = contentValues.getAsInteger(Phone.IS_PRIMARY);
946 Integer isPrimaryAsInteger = contentValues.getAsInteger(Email.IS_PRIMARY);
1039 contentValues.getAsInteger(StructuredPostal.IS_PRIMARY);
1225 final Integer isPrimaryAsInteger = contentValues.getAsInteger(Im.IS_PRIMARY);
1403 contentValues.getAsInteger(Event.IS_PRIMARY);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java2997 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, Data.IS_PRIMARY);
4018 public static final String IS_PRIMARY = "is_primary"; field in interface:ContactsContract.DataColumns
4348 * <td>{@link #IS_PRIMARY}</td>
4760 * <td>{@link #IS_PRIMARY}</td>
H A DCalendarContract.java480 public static final String IS_PRIMARY = "isPrimary"; field in interface:CalendarContract.CalendarColumns

Completed in 172 milliseconds