Home
last modified time | relevance | path

Searched refs:TYPE_BIRTHDAY (Results 1 – 20 of 20) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEventFieldEditorView.java279 saveValue(getKind().typeColumn, Integer.toString(Event.TYPE_BIRTHDAY)); in restoreBirthday()
290 return eventType.rawValue == Event.TYPE_BIRTHDAY && !eventType.secondary in isBirthdayType()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DGoogleAccountType.java175 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1)); in addDataKindEvent()
182 kind.defaultValues.put(Event.TYPE, Event.TYPE_BIRTHDAY); in addDataKindEvent()
H A DSamsungAccountType.java215 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1)); in addDataKindEvent()
222 kind.defaultValues.put(Event.TYPE, Event.TYPE_BIRTHDAY); in addDataKindEvent()
H A DExchangeAccountType.java289 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, false).setSpecificMax(1)); in addDataKindEvent()
H A DBaseAccountType.java1408 return buildEventType(Event.TYPE_BIRTHDAY, yo).setSpecificMax(1); in buildEditTypeForTypeTag()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DGoogleAccountType.java172 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1)); in addDataKindEvent()
179 kind.defaultValues.put(Event.TYPE, Event.TYPE_BIRTHDAY); in addDataKindEvent()
H A DSamsungAccountType.java211 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1)); in addDataKindEvent()
218 kind.defaultValues.put(Event.TYPE, Event.TYPE_BIRTHDAY); in addDataKindEvent()
H A DExchangeAccountType.java334 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, false).setSpecificMax(1)); in addDataKindEvent()
H A DBaseAccountType.java1775 return buildEventType(Event.TYPE_BIRTHDAY, yo).setSpecificMax(1); in buildEditTypeForTypeTag()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DRawContactModifierTests.java935 mockNameValues.put(Event.TYPE, Event.TYPE_BIRTHDAY); in testMigrateEventCommon()
947 assertEquals(Event.TYPE_BIRTHDAY, outputValues.getAsInteger(Event.TYPE).intValue()); in testMigrateEventCommon()
960 mockNameValues.put(Event.TYPE, Event.TYPE_BIRTHDAY); in testMigrateEventFromGoogleToExchange2()
979 assertEquals(Event.TYPE_BIRTHDAY, outputValues.getAsInteger(Event.TYPE).intValue()); in testMigrateEventFromGoogleToExchange2()
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardExporterTests.java1060 .put(Event.TYPE, Event.TYPE_BIRTHDAY) in testEventCommon()
1070 .put(Event.TYPE, Event.TYPE_BIRTHDAY) in testEventCommon()
H A DVCardImporterTests.java699 .put(Event.TYPE, Event.TYPE_BIRTHDAY); in testComplicatedCase()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java510 + ContactsContract.CommonDataKinds.Event.TYPE_BIRTHDAY + " AND (substr(" in getContactLookupKeysWithBirthdaysToday()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleSpaceUtilsTest.java543 ContactsContract.CommonDataKinds.Event.TYPE_BIRTHDAY) in addBirthdayToContactsDatabase()
/aosp12/frameworks/base/core/java/android/provider/
H A DContactsContract.java7293 public static final int TYPE_BIRTHDAY = 3; field in ContactsContract.CommonDataKinds.Event
7312 case TYPE_BIRTHDAY: return com.android.internal.R.string.eventTypeBirthday; in getTypeResource()
/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1388 if (eventType == Event.TYPE_BIRTHDAY) { in appendEvents()
H A DVCardEntry.java1260 builder.withValue(Event.TYPE, Event.TYPE_BIRTHDAY); in constructInsertOperation()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt34181 field public static final int TYPE_BIRTHDAY = 3; // 0x3
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt24014 field public static final int TYPE_BIRTHDAY = 3; // 0x3