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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExchangeAccountType.java 230 R.string.postal_country, FLAGS_POSTAL).setOptional(true));
232 R.string.postal_postcode, FLAGS_POSTAL));
234 R.string.postal_region, FLAGS_POSTAL));
236 R.string.postal_city,FLAGS_POSTAL));
238 R.string.postal_street, FLAGS_POSTAL));
241 R.string.postal_street, FLAGS_POSTAL));
243 R.string.postal_city,FLAGS_POSTAL));
245 R.string.postal_region, FLAGS_POSTAL));
247 R.string.postal_postcode, FLAGS_POSTAL));
249 R.string.postal_country, FLAGS_POSTAL).setOptional(true))
    [all...]
BaseAccountType.java 74 protected static final int FLAGS_POSTAL = EditorInfo.TYPE_CLASS_TEXT
331 FLAGS_POSTAL));
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java 185 R.string.postal_country, FLAGS_POSTAL).setOptional(true));
187 R.string.postal_postcode, FLAGS_POSTAL));
189 R.string.postal_region, FLAGS_POSTAL));
191 R.string.postal_city,FLAGS_POSTAL));
193 R.string.postal_street, FLAGS_POSTAL));
196 R.string.postal_street, FLAGS_POSTAL));
198 R.string.postal_city,FLAGS_POSTAL));
200 R.string.postal_region, FLAGS_POSTAL));
202 R.string.postal_postcode, FLAGS_POSTAL));
204 R.string.postal_country, FLAGS_POSTAL).setOptional(true))
    [all...]
FallbackSource.java 56 protected static final int FLAGS_POSTAL = EditorInfo.TYPE_CLASS_TEXT
273 R.string.postal_country, FLAGS_POSTAL).setOptional(true));
275 R.string.postal_postcode, FLAGS_POSTAL));
277 R.string.postal_region, FLAGS_POSTAL));
279 R.string.postal_city, FLAGS_POSTAL));
281 R.string.postal_neighborhood, FLAGS_POSTAL).setOptional(true));
283 R.string.postal_street, FLAGS_POSTAL));
285 R.string.postal_pobox, FLAGS_POSTAL).setOptional(true));
288 R.string.postal_street, FLAGS_POSTAL));
290 R.string.postal_pobox, FLAGS_POSTAL).setOptional(true))
    [all...]

Completed in 217 milliseconds