OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FLAGS_POSTAL
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
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
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java
74
protected static final int
FLAGS_POSTAL
= EditorInfo.TYPE_CLASS_TEXT
331
FLAGS_POSTAL
));
[
all
...]
Completed in 742 milliseconds