OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSpecificMax
(Results
1 - 8
of
8
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
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));
134
.
setSpecificMax
(1));
136
.
setSpecificMax
(1));
138
.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true).
setSpecificMax
(1));
139
kind.typeList.add(buildPhoneType(Phone.TYPE_CAR).setSecondary(true).
setSpecificMax
(1));
141
.
setSpecificMax
(1));
142
kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true).
setSpecificMax
(1));
144
.add(buildPhoneType(Phone.TYPE_RADIO).setSecondary(true).
setSpecificMax
(1))
[
all
...]
ContactsSource.java
264
public EditType
setSpecificMax
(int specificMax) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
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));
183
.
setSpecificMax
(1));
185
.
setSpecificMax
(1));
187
.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true).
setSpecificMax
(1));
188
kind.typeList.add(buildPhoneType(Phone.TYPE_CAR).setSecondary(true).
setSpecificMax
(1));
190
.
setSpecificMax
(1));
191
kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true).
setSpecificMax
(1));
193
.add(buildPhoneType(Phone.TYPE_RADIO).setSecondary(true).
setSpecificMax
(1))
[
all
...]
SamsungAccountType.java
96
kind.typeList.add(buildPostalType(StructuredPostal.TYPE_WORK).
setSpecificMax
(1));
97
kind.typeList.add(buildPostalType(StructuredPostal.TYPE_HOME).
setSpecificMax
(1));
98
kind.typeList.add(buildPostalType(StructuredPostal.TYPE_OTHER).
setSpecificMax
(1));
215
kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).
setSpecificMax
(1));
AccountType.java
374
public EditType
setSpecificMax
(int specificMax) {
GoogleAccountType.java
169
kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).
setSpecificMax
(1));
BaseAccountType.java
[
all
...]
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java
107
phoneKind.typeList.add(new EditType(Phone.TYPE_HOME, -1).
setSpecificMax
(2));
108
phoneKind.typeList.add(new EditType(Phone.TYPE_WORK, -1).
setSpecificMax
(1));
[
all
...]
Completed in 609 milliseconds