OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buildPhoneType
(Results
1 - 4
of
4
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
GoogleAccountType.java
82
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MOBILE));
83
kind.typeList.add(
buildPhoneType
(Phone.TYPE_WORK));
84
kind.typeList.add(
buildPhoneType
(Phone.TYPE_HOME));
85
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MAIN));
86
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_WORK).setSecondary(true));
87
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_HOME).setSecondary(true));
88
kind.typeList.add(
buildPhoneType
(Phone.TYPE_PAGER).setSecondary(true));
89
kind.typeList.add(
buildPhoneType
(Phone.TYPE_OTHER));
90
kind.typeList.add(
buildPhoneType
(Phone.TYPE_CUSTOM).setSecondary(true)
BaseAccountType.java
125
protected static EditType
buildPhoneType
(int type) {
266
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MOBILE));
267
kind.typeList.add(
buildPhoneType
(Phone.TYPE_HOME));
268
kind.typeList.add(
buildPhoneType
(Phone.TYPE_WORK));
269
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_WORK).setSecondary(true));
270
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_HOME).setSecondary(true));
271
kind.typeList.add(
buildPhoneType
(Phone.TYPE_PAGER).setSecondary(true));
272
kind.typeList.add(
buildPhoneType
(Phone.TYPE_OTHER));
274
buildPhoneType
(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Phone.LABEL));
275
kind.typeList.add(
buildPhoneType
(Phone.TYPE_CALLBACK).setSecondary(true))
[
all
...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java
85
protected EditType
buildPhoneType
(int type) {
192
kind.typeList.add(
buildPhoneType
(Phone.TYPE_HOME));
193
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MOBILE));
194
kind.typeList.add(
buildPhoneType
(Phone.TYPE_WORK));
195
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_WORK).setSecondary(true));
196
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_HOME).setSecondary(true));
197
kind.typeList.add(
buildPhoneType
(Phone.TYPE_PAGER).setSecondary(true));
198
kind.typeList.add(
buildPhoneType
(Phone.TYPE_OTHER));
199
kind.typeList.add(
buildPhoneType
(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(
201
kind.typeList.add(
buildPhoneType
(Phone.TYPE_CALLBACK).setSecondary(true))
[
all
...]
GoogleSource.java
89
kind.typeList.add(
buildPhoneType
(Phone.TYPE_HOME));
90
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MOBILE));
91
kind.typeList.add(
buildPhoneType
(Phone.TYPE_WORK));
92
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_WORK).setSecondary(true));
93
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_HOME).setSecondary(true));
94
kind.typeList.add(
buildPhoneType
(Phone.TYPE_PAGER).setSecondary(true));
95
kind.typeList.add(
buildPhoneType
(Phone.TYPE_OTHER));
96
kind.typeList.add(
buildPhoneType
(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(
Completed in 50 milliseconds