HomeSort by relevance Sort by last modified time
    Searched refs:setSpecificMax (Results 1 - 13 of 13) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/account/
ExchangeAccountType.java 148 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE).setSpecificMax(1));
149 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME).setSpecificMax(2));
150 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK).setSpecificMax(2));
152 .setSpecificMax(1));
154 .setSpecificMax(1));
156 .add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true).setSpecificMax(1));
157 kind.typeList.add(buildPhoneType(Phone.TYPE_CAR).setSecondary(true).setSpecificMax(1));
159 .setSpecificMax(1));
160 kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true).setSpecificMax(1));
162 .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 377 public EditType setSpecificMax(int specificMax) {
GoogleAccountType.java 171 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
BaseAccountType.java     [all...]
  /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/Dialer/java/com/android/contacts/common/model/account/
ExchangeAccountType.java 200 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE).setSpecificMax(1));
201 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME).setSpecificMax(2));
202 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK).setSpecificMax(2));
203 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true).setSpecificMax(1));
204 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true).setSpecificMax(1));
205 kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true).setSpecificMax(1));
206 kind.typeList.add(buildPhoneType(Phone.TYPE_CAR).setSecondary(true).setSpecificMax(1));
207 kind.typeList.add(buildPhoneType(Phone.TYPE_COMPANY_MAIN).setSecondary(true).setSpecificMax(1));
208 kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true).setSpecificMax(1));
209 kind.typeList.add(buildPhoneType(Phone.TYPE_RADIO).setSecondary(true).setSpecificMax(1))
    [all...]
SamsungAccountType.java 93 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_WORK).setSpecificMax(1));
94 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_HOME).setSpecificMax(1));
95 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_OTHER).setSpecificMax(1));
211 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
AccountType.java 346 public EditType setSpecificMax(int specificMax) {
GoogleAccountType.java 172 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
BaseAccountType.java     [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactModifierTests.java 99 phoneKind.typeList.add(new EditType(Phone.TYPE_HOME, -1).setSpecificMax(2));
100 phoneKind.typeList.add(new EditType(Phone.TYPE_WORK, -1).setSpecificMax(1));
    [all...]

Completed in 368 milliseconds