Home
last modified time | relevance | path

Searched refs:IS_PRIMARY (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardExporterTests.java119 .put(StructuredName.IS_PRIMARY, 1); in testStructuredNameUsePrimaryCommon()
133 .put(StructuredName.IS_PRIMARY, 1); in testStructuredNameUsePrimaryCommon()
179 .put(StructuredName.IS_PRIMARY, 1); in testStructuredNameUseSuperPrimaryCommon()
198 .put(StructuredName.IS_PRIMARY, 1); in testStructuredNameUseSuperPrimaryCommon()
318 .put(StructuredName.IS_PRIMARY, 1); in testStructuredNameComplicatedCommon()
341 .put(StructuredName.IS_PRIMARY, 1); in testStructuredNameComplicatedCommon()
562 .put(Phone.IS_PRIMARY, 1); in testPhonePrefHandlingCommon()
566 .put(Phone.IS_PRIMARY, 1); in testPhonePrefHandlingCommon()
737 .put(Email.IS_PRIMARY, 1); in testEmailPrefHandlingCommon()
740 .put(Email.IS_PRIMARY, 1); in testEmailPrefHandlingCommon()
[all …]
DVCardImporterTests.java524 .put(Phone.IS_PRIMARY, 1); in testV21PrefToIsPrimary()
531 .put(Email.IS_PRIMARY, 1); in testV21PrefToIsPrimary()
535 .put(Email.IS_PRIMARY, 1); in testV21PrefToIsPrimary()
713 .put(Email.IS_PRIMARY, 1); in testComplicatedCase()
798 .put(Phone.IS_PRIMARY, 1); in testV30Simple()
832 .put(Phone.IS_PRIMARY, 1); in testV21Japanese1Common()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java346 builder.withValue(Phone.IS_PRIMARY, 1); in constructInsertOperation()
436 builder.withValue(Data.IS_PRIMARY, 1); in constructInsertOperation()
601 builder.withValue(Data.IS_PRIMARY, 1); in constructInsertOperation()
809 builder.withValue(Organization.IS_PRIMARY, 1); in constructInsertOperation()
913 builder.withValue(Data.IS_PRIMARY, 1); in constructInsertOperation()
1012 builder.withValue(Photo.IS_PRIMARY, 1); in constructInsertOperation()
1390 builder.withValue(SipAddress.IS_PRIMARY, mIsPrimary); in constructInsertOperation()
DVCardBuilder.java241 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/
DContactsContract.java3239 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, Data.IS_PRIMARY); in getEntityAndIncrementCursor()
4280 public static final String IS_PRIMARY = "is_primary"; field
DCalendarContract.java559 public static final String IS_PRIMARY = "isPrimary"; field
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java437 proto.write(ServiceProto.IS_PRIMARY, isPrimary); in dump()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23389 field public static final java.lang.String IS_PRIMARY = "isPrimary";
24359 field public static final java.lang.String IS_PRIMARY = "is_primary";
/frameworks/base/core/api/
Dcurrent.txt35536 field public static final String IS_PRIMARY = "isPrimary";
36582 field public static final String IS_PRIMARY = "is_primary";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt48998 Landroid/service/notification/ManagedServicesProto$ServiceProto;->IS_PRIMARY:J