Searched refs:TYPE_ANNIVERSARY (Results 1 – 15 of 15) sorted by relevance
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/ |
H A D | GoogleAccountType.java | 176 kind.typeList.add(buildEventType(Event.TYPE_ANNIVERSARY, false)); in addDataKindEvent()
|
H A D | SamsungAccountType.java | 216 kind.typeList.add(buildEventType(Event.TYPE_ANNIVERSARY, false)); in addDataKindEvent()
|
H A D | BaseAccountType.java | 1410 if ("anniversary".equals(type)) return buildEventType(Event.TYPE_ANNIVERSARY, yo); in buildEditTypeForTypeTag()
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
H A D | GoogleAccountType.java | 173 kind.typeList.add(buildEventType(Event.TYPE_ANNIVERSARY, false)); in addDataKindEvent()
|
H A D | SamsungAccountType.java | 212 kind.typeList.add(buildEventType(Event.TYPE_ANNIVERSARY, false)); in addDataKindEvent()
|
H A D | BaseAccountType.java | 1778 return buildEventType(Event.TYPE_ANNIVERSARY, yo); in buildEditTypeForTypeTag()
|
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
H A D | VCardExporterTests.java | 1057 .put(Event.TYPE, Event.TYPE_ANNIVERSARY) in testEventCommon() 1076 Event.CONTENT_ITEM_TYPE, "1982-06-16", Event.TYPE_ANNIVERSARY)) in testEventCommon()
|
H A D | VCardImporterTests.java | 1057 .put(Event.TYPE, Event.TYPE_ANNIVERSARY) in testIgnoreAgentV21()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/ |
H A D | DataItemTests.java | 148 mValues4.put(Event.TYPE, Event.TYPE_ANNIVERSARY); in testDataItemCollapsing_event()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | ContactsContract.java | 7291 public static final int TYPE_ANNIVERSARY = 1; field in ContactsContract.CommonDataKinds.Event 7310 case TYPE_ANNIVERSARY: in getTypeResource()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
H A D | RawContactModifierTests.java | 966 mockNameValues.put(Event.TYPE, Event.TYPE_ANNIVERSARY); in testMigrateEventFromGoogleToExchange2()
|
/aosp12/frameworks/opt/vcard/java/com/android/vcard/ |
H A D | VCardEntry.java | 1316 builder.withValue(Event.TYPE, Event.TYPE_ANNIVERSARY); in constructInsertOperation()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 34180 field public static final int TYPE_ANNIVERSARY = 1; // 0x1
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 24013 field public static final int TYPE_ANNIVERSARY = 1; // 0x1
|