OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildPhoneType
(Results
1 - 6
of
6
) 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)
ExchangeAccountType.java
177
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MOBILE).setSpecificMax(1));
178
kind.typeList.add(
buildPhoneType
(Phone.TYPE_HOME).setSpecificMax(2));
179
kind.typeList.add(
buildPhoneType
(Phone.TYPE_WORK).setSpecificMax(2));
180
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_WORK).setSecondary(true)
182
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_HOME).setSecondary(true)
185
.add(
buildPhoneType
(Phone.TYPE_PAGER).setSecondary(true).setSpecificMax(1));
186
kind.typeList.add(
buildPhoneType
(Phone.TYPE_CAR).setSecondary(true).setSpecificMax(1));
187
kind.typeList.add(
buildPhoneType
(Phone.TYPE_COMPANY_MAIN).setSecondary(true)
189
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MMS).setSecondary(true).setSpecificMax(1));
191
.add(
buildPhoneType
(Phone.TYPE_RADIO).setSecondary(true).setSpecificMax(1))
[
all
...]
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/
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(
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
...]
ExchangeSource.java
130
kind.typeList.add(
buildPhoneType
(Phone.TYPE_HOME).setSpecificMax(2));
131
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MOBILE).setSpecificMax(1));
132
kind.typeList.add(
buildPhoneType
(Phone.TYPE_WORK).setSpecificMax(2));
133
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_WORK).setSecondary(true)
135
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_HOME).setSecondary(true)
138
.add(
buildPhoneType
(Phone.TYPE_PAGER).setSecondary(true).setSpecificMax(1));
139
kind.typeList.add(
buildPhoneType
(Phone.TYPE_CAR).setSecondary(true).setSpecificMax(1));
140
kind.typeList.add(
buildPhoneType
(Phone.TYPE_COMPANY_MAIN).setSecondary(true)
142
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MMS).setSecondary(true).setSpecificMax(1));
144
.add(
buildPhoneType
(Phone.TYPE_RADIO).setSecondary(true).setSpecificMax(1))
[
all
...]
Completed in 169 milliseconds