HomeSort by relevance Sort by last modified time
    Searched refs:setSpecificMax (Results 1 - 6 of 6) 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/Contacts/src/com/android/contacts/model/
ExchangeAccountType.java 163 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME).setSpecificMax(2));
164 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE).setSpecificMax(1));
165 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK).setSpecificMax(2));
167 .setSpecificMax(1));
169 .setSpecificMax(1));
171 .add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true).setSpecificMax(1));
172 kind.typeList.add(buildPhoneType(Phone.TYPE_CAR).setSecondary(true).setSpecificMax(1));
174 .setSpecificMax(1));
175 kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true).setSpecificMax(1));
177 .add(buildPhoneType(Phone.TYPE_RADIO).setSecondary(true).setSpecificMax(1))
    [all...]
AccountType.java 307 public EditType setSpecificMax(int specificMax) {
GoogleAccountType.java 155 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 105 phoneKind.typeList.add(new EditType(Phone.TYPE_HOME, -1).setSpecificMax(2));
106 phoneKind.typeList.add(new EditType(Phone.TYPE_WORK, -1).setSpecificMax(1));
    [all...]

Completed in 208 milliseconds