Searched refs:FLAGS_POSTAL (Results 1 – 5 of 5) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
D | SamsungAccountType.java | 103 R.string.postal_country, FLAGS_POSTAL).setOptional(true)); in addDataKindStructuredPostal() 105 R.string.postal_postcode, FLAGS_POSTAL)); in addDataKindStructuredPostal() 107 R.string.postal_region, FLAGS_POSTAL)); in addDataKindStructuredPostal() 109 R.string.postal_city,FLAGS_POSTAL)); in addDataKindStructuredPostal() 111 R.string.postal_street, FLAGS_POSTAL)); in addDataKindStructuredPostal() 114 R.string.postal_street, FLAGS_POSTAL)); in addDataKindStructuredPostal() 116 R.string.postal_city,FLAGS_POSTAL)); in addDataKindStructuredPostal() 118 R.string.postal_region, FLAGS_POSTAL)); in addDataKindStructuredPostal() 120 R.string.postal_postcode, FLAGS_POSTAL)); in addDataKindStructuredPostal() 122 R.string.postal_country, FLAGS_POSTAL).setOptional(true)); in addDataKindStructuredPostal()
|
D | ExchangeAccountType.java | 230 R.string.postal_country, FLAGS_POSTAL).setOptional(true)); in addDataKindStructuredPostal() 232 R.string.postal_postcode, FLAGS_POSTAL)); in addDataKindStructuredPostal() 234 R.string.postal_region, FLAGS_POSTAL)); in addDataKindStructuredPostal() 236 R.string.postal_city,FLAGS_POSTAL)); in addDataKindStructuredPostal() 238 R.string.postal_street, FLAGS_POSTAL)); in addDataKindStructuredPostal() 241 R.string.postal_street, FLAGS_POSTAL)); in addDataKindStructuredPostal() 243 R.string.postal_city,FLAGS_POSTAL)); in addDataKindStructuredPostal() 245 R.string.postal_region, FLAGS_POSTAL)); in addDataKindStructuredPostal() 247 R.string.postal_postcode, FLAGS_POSTAL)); in addDataKindStructuredPostal() 249 R.string.postal_country, FLAGS_POSTAL).setOptional(true)); in addDataKindStructuredPostal()
|
D | BaseAccountType.java | 74 protected static final int FLAGS_POSTAL = EditorInfo.TYPE_CLASS_TEXT field in BaseAccountType 331 FLAGS_POSTAL)); in addDataKindStructuredPostal() 1146 R.string.postal_country, FLAGS_POSTAL).setOptional(true)); in parseDataKind() 1148 R.string.postal_postcode, FLAGS_POSTAL)); in parseDataKind() 1150 R.string.postal_region, FLAGS_POSTAL)); in parseDataKind() 1152 R.string.postal_city,FLAGS_POSTAL)); in parseDataKind() 1154 R.string.postal_street, FLAGS_POSTAL)); in parseDataKind() 1158 R.string.postal_street, FLAGS_POSTAL)); in parseDataKind() 1160 R.string.postal_city,FLAGS_POSTAL)); in parseDataKind() 1162 R.string.postal_region, FLAGS_POSTAL)); in parseDataKind() [all …]
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ExchangeSource.java | 185 R.string.postal_country, FLAGS_POSTAL).setOptional(true)); in inflateStructuredPostal() 187 R.string.postal_postcode, FLAGS_POSTAL)); in inflateStructuredPostal() 189 R.string.postal_region, FLAGS_POSTAL)); in inflateStructuredPostal() 191 R.string.postal_city,FLAGS_POSTAL)); in inflateStructuredPostal() 193 R.string.postal_street, FLAGS_POSTAL)); in inflateStructuredPostal() 196 R.string.postal_street, FLAGS_POSTAL)); in inflateStructuredPostal() 198 R.string.postal_city,FLAGS_POSTAL)); in inflateStructuredPostal() 200 R.string.postal_region, FLAGS_POSTAL)); in inflateStructuredPostal() 202 R.string.postal_postcode, FLAGS_POSTAL)); in inflateStructuredPostal() 204 R.string.postal_country, FLAGS_POSTAL).setOptional(true)); in inflateStructuredPostal()
|
D | FallbackSource.java | 56 protected static final int FLAGS_POSTAL = EditorInfo.TYPE_CLASS_TEXT field in FallbackSource 273 R.string.postal_country, FLAGS_POSTAL).setOptional(true)); in inflateStructuredPostal() 275 R.string.postal_postcode, FLAGS_POSTAL)); in inflateStructuredPostal() 277 R.string.postal_region, FLAGS_POSTAL)); in inflateStructuredPostal() 279 R.string.postal_city, FLAGS_POSTAL)); in inflateStructuredPostal() 281 R.string.postal_neighborhood, FLAGS_POSTAL).setOptional(true)); in inflateStructuredPostal() 283 R.string.postal_street, FLAGS_POSTAL)); in inflateStructuredPostal() 285 R.string.postal_pobox, FLAGS_POSTAL).setOptional(true)); in inflateStructuredPostal() 288 R.string.postal_street, FLAGS_POSTAL)); in inflateStructuredPostal() 290 R.string.postal_pobox, FLAGS_POSTAL).setOptional(true)); in inflateStructuredPostal() [all …]
|