Searched refs:IS_PRIMARY (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardExporterTests.java | 118 .put(StructuredName.IS_PRIMARY, 1); in testStructuredNameUsePrimaryCommon() 132 .put(StructuredName.IS_PRIMARY, 1); in testStructuredNameUsePrimaryCommon() 178 .put(StructuredName.IS_PRIMARY, 1); in testStructuredNameUseSuperPrimaryCommon() 197 .put(StructuredName.IS_PRIMARY, 1); in testStructuredNameUseSuperPrimaryCommon() 317 .put(StructuredName.IS_PRIMARY, 1); in testStructuredNameComplicatedCommon() 340 .put(StructuredName.IS_PRIMARY, 1); in testStructuredNameComplicatedCommon() 561 .put(Phone.IS_PRIMARY, 1); in testPhonePrefHandlingCommon() 565 .put(Phone.IS_PRIMARY, 1); in testPhonePrefHandlingCommon() 736 .put(Email.IS_PRIMARY, 1); in testEmailPrefHandlingCommon() 739 .put(Email.IS_PRIMARY, 1); in testEmailPrefHandlingCommon() [all …]
|
D | VCardImporterTests.java | 524 .put(Phone.IS_PRIMARY, 1); in testV21PrefToIsPrimary() 531 .put(Email.IS_PRIMARY, 1); in testV21PrefToIsPrimary() 535 .put(Email.IS_PRIMARY, 1); in testV21PrefToIsPrimary() 685 .put(Email.IS_PRIMARY, 1); in testComplicatedCase() 770 .put(Phone.IS_PRIMARY, 1); in testV30Simple() 804 .put(Phone.IS_PRIMARY, 1); in testV21Japanese1Common()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntry.java | 334 builder.withValue(Phone.IS_PRIMARY, 1); in constructInsertOperation() 424 builder.withValue(Data.IS_PRIMARY, 1); in constructInsertOperation() 589 builder.withValue(Data.IS_PRIMARY, 1); in constructInsertOperation() 797 builder.withValue(Organization.IS_PRIMARY, 1); in constructInsertOperation() 901 builder.withValue(Data.IS_PRIMARY, 1); in constructInsertOperation() 1000 builder.withValue(Photo.IS_PRIMARY, 1); in constructInsertOperation() 1378 builder.withValue(SipAddress.IS_PRIMARY, mIsPrimary); in constructInsertOperation()
|
D | VCardBuilder.java | 241 final Integer isPrimary = contentValues.getAsInteger(StructuredName.IS_PRIMARY); in getPrimaryContentValueWithStructuredName() 794 final Integer isPrimaryAsInteger = contentValues.getAsInteger(Phone.IS_PRIMARY); in appendPhones() 946 Integer isPrimaryAsInteger = contentValues.getAsInteger(Email.IS_PRIMARY); in appendEmails() 1039 contentValues.getAsInteger(StructuredPostal.IS_PRIMARY); in appendPostalsForGeneric() 1225 final Integer isPrimaryAsInteger = contentValues.getAsInteger(Im.IS_PRIMARY); in appendIms() 1403 contentValues.getAsInteger(Event.IS_PRIMARY); in appendEvents()
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 3123 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, Data.IS_PRIMARY); in getEntityAndIncrementCursor() 4166 public static final String IS_PRIMARY = "is_primary"; field
|
D | CalendarContract.java | 480 public static final String IS_PRIMARY = "isPrimary"; field
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 23389 field public static final java.lang.String IS_PRIMARY = "isPrimary"; 24359 field public static final java.lang.String IS_PRIMARY = "is_primary";
|
/frameworks/base/api/ |
D | current.txt | 32768 field public static final java.lang.String IS_PRIMARY = "isPrimary"; 33762 field public static final java.lang.String IS_PRIMARY = "is_primary";
|
D | system-current.txt | 35682 field public static final java.lang.String IS_PRIMARY = "isPrimary"; 36676 field public static final java.lang.String IS_PRIMARY = "is_primary";
|