OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildPhoneType
(Results
1 - 7
of
7
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
GoogleAccountType.java
89
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MOBILE));
90
kind.typeList.add(
buildPhoneType
(Phone.TYPE_WORK));
91
kind.typeList.add(
buildPhoneType
(Phone.TYPE_HOME));
92
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MAIN));
93
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_WORK).setSecondary(true));
94
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_HOME).setSecondary(true));
95
kind.typeList.add(
buildPhoneType
(Phone.TYPE_PAGER).setSecondary(true));
96
kind.typeList.add(
buildPhoneType
(Phone.TYPE_OTHER));
97
kind.typeList.add(
buildPhoneType
(Phone.TYPE_CUSTOM).setSecondary(true)
SamsungAccountType.java
134
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MOBILE));
135
kind.typeList.add(
buildPhoneType
(Phone.TYPE_HOME));
136
kind.typeList.add(
buildPhoneType
(Phone.TYPE_WORK));
137
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MAIN));
138
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_WORK).setSecondary(true));
139
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_HOME).setSecondary(true));
140
kind.typeList.add(
buildPhoneType
(Phone.TYPE_PAGER).setSecondary(true));
141
kind.typeList.add(
buildPhoneType
(Phone.TYPE_RADIO).setSecondary(true));
142
kind.typeList.add(
buildPhoneType
(Phone.TYPE_OTHER));
143
kind.typeList.add(
buildPhoneType
(Phone.TYPE_CUSTOM).setSecondary(true
[
all
...]
ExchangeAccountType.java
179
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MOBILE).setSpecificMax(1));
180
kind.typeList.add(
buildPhoneType
(Phone.TYPE_HOME).setSpecificMax(2));
181
kind.typeList.add(
buildPhoneType
(Phone.TYPE_WORK).setSpecificMax(2));
182
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_WORK).setSecondary(true)
184
kind.typeList.add(
buildPhoneType
(Phone.TYPE_FAX_HOME).setSecondary(true)
187
.add(
buildPhoneType
(Phone.TYPE_PAGER).setSecondary(true).setSpecificMax(1));
188
kind.typeList.add(
buildPhoneType
(Phone.TYPE_CAR).setSecondary(true).setSpecificMax(1));
189
kind.typeList.add(
buildPhoneType
(Phone.TYPE_COMPANY_MAIN).setSecondary(true)
191
kind.typeList.add(
buildPhoneType
(Phone.TYPE_MMS).setSecondary(true).setSpecificMax(1));
193
.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 56 milliseconds