OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildEventType
(Results
1 - 4
of
4
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
GoogleAccountType.java
169
kind.typeList.add(
buildEventType
(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
170
kind.typeList.add(
buildEventType
(Event.TYPE_ANNIVERSARY, false));
171
kind.typeList.add(
buildEventType
(Event.TYPE_OTHER, false));
172
kind.typeList.add(
buildEventType
(Event.TYPE_CUSTOM, false).setSecondary(true)
SamsungAccountType.java
215
kind.typeList.add(
buildEventType
(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
216
kind.typeList.add(
buildEventType
(Event.TYPE_ANNIVERSARY, false));
217
kind.typeList.add(
buildEventType
(Event.TYPE_OTHER, false));
218
kind.typeList.add(
buildEventType
(Event.TYPE_CUSTOM, false).setSecondary(true)
BaseAccountType.java
141
protected static EditType
buildEventType
(int type, boolean yearOptional) {
[
all
...]
ExchangeAccountType.java
318
kind.typeList.add(
buildEventType
(Event.TYPE_BIRTHDAY, false).setSpecificMax(1));
Completed in 209 milliseconds