OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildOrgType
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java
252
kind.typeList.add(
buildOrgType
(Organization.TYPE_WORK).setSpecificMax(1));
253
kind.typeList.add(
buildOrgType
(Organization.TYPE_OTHER).setSpecificMax(1));
254
kind.typeList.add(
buildOrgType
(Organization.TYPE_CUSTOM).setSecondary(true)
FallbackSource.java
101
protected EditType
buildOrgType
(int type) {
356
kind.typeList.add(
buildOrgType
(Organization.TYPE_WORK));
357
kind.typeList.add(
buildOrgType
(Organization.TYPE_OTHER));
358
kind.typeList.add(
buildOrgType
(Organization.TYPE_CUSTOM).setSecondary(true)
Completed in 23 milliseconds