Home
last modified time | relevance | path

Searched refs:POSTCODE (Results 1 – 23 of 23) sorted by relevance

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DPostalSplitterForJapaneseTest.java46 private static final String POSTCODE = "163-8001"; field in PostalSplitterForJapaneseTest
83 assertJoinedPostal(POSTCODE + "\n" + REGION + " " + CITY + "\n" + STREET, in testNormal()
84 STREET, null, null, CITY, REGION, POSTCODE, null); in testNormal()
88 assertJoinedPostal(POSTCODE + "\n" + REGION + "\n" + STREET, in testMissingRegion()
89 STREET, null, null, REGION, null, POSTCODE, null); in testMissingRegion()
91 assertJoinedPostal(POSTCODE + "\n" + STREET, in testMissingRegion()
92 STREET, null, null, null, null, POSTCODE, null); in testMissingRegion()
94 assertJoinedPostal(COUNTRY + " " + POSTCODE + "\n" + STREET, in testMissingRegion()
95 STREET, null, null, null, null, POSTCODE, COUNTRY); in testMissingRegion()
H A DSearchIndexManagerTest.java249 values.put(StructuredPostal.POSTCODE, "SW1W 9TQ"); in testSearchIndexForStructuredPostal()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPostalSplitter.java47 postcode = values.getAsString(StructuredPostal.POSTCODE); in fromValues()
57 values.put(StructuredPostal.POSTCODE, postcode); in toValues()
H A DDataRowHandlerForStructuredPostal.java42 StructuredPostal.POSTCODE,
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DStructuredPostalDataItem.java62 return getContentValues().getAsString(StructuredPostal.POSTCODE); in getPostcode()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
H A DStructuredPostalDataItem.java62 return getContentValues().getAsString(StructuredPostal.POSTCODE); in getPostcode()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DSamsungAccountType.java104 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE, in addDataKindStructuredPostal()
119 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE, in addDataKindStructuredPostal()
H A DExchangeAccountType.java200 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE, in addDataKindStructuredPostal()
215 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE, in addDataKindStructuredPostal()
H A DBaseAccountType.java1133 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE, in parseDataKind()
1149 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE, in parseDataKind()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DSamsungAccountType.java103 new EditField(StructuredPostal.POSTCODE, R.string.postal_postcode, FLAGS_POSTAL)); in addDataKindStructuredPostal()
116 new EditField(StructuredPostal.POSTCODE, R.string.postal_postcode, FLAGS_POSTAL)); in addDataKindStructuredPostal()
H A DExchangeAccountType.java248 new EditField(StructuredPostal.POSTCODE, R.string.postal_postcode, FLAGS_POSTAL)); in addDataKindStructuredPostal()
261 new EditField(StructuredPostal.POSTCODE, R.string.postal_postcode, FLAGS_POSTAL)); in addDataKindStructuredPostal()
H A DBaseAccountType.java1394 new EditField(StructuredPostal.POSTCODE, R.string.postal_postcode, FLAGS_POSTAL)); in parseDataKind()
1410 new EditField(StructuredPostal.POSTCODE, R.string.postal_postcode, FLAGS_POSTAL)); in parseDataKind()
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardJapanizationTests.java212 .put(StructuredPostal.POSTCODE, "494-1313") in testPostalAddressWithJapaneseCommon()
238 .put(StructuredPostal.POSTCODE, "494-1313") in testPostalAddressWithJapaneseCommon()
H A DVCardImporterTests.java665 .put(StructuredPostal.POSTCODE, "30314") in testComplicatedCase()
674 .put(StructuredPostal.POSTCODE, "30314") in testComplicatedCase()
876 .put(StructuredPostal.POSTCODE, "150-8512") in testV21Japanese2_Type_Generic_Utf8()
H A DVCardExporterTests.java766 .put(StructuredPostal.POSTCODE, "100") in testPostalAddressCommon()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java1142 values.getAsString(StructuredPostal.POSTCODE), in migratePostal()
1155 values.getAsString(StructuredPostal.POSTCODE), in migratePostal()
1171 values.remove(StructuredPostal.POSTCODE); in migratePostal()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DRawContactModifierTests.java893 mockNameValues.put(StructuredPostal.POSTCODE, "postcode"); in testMigratePostalFromExchangeToGoogle()
/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1070 final String rawPostalCode = contentValues.getAsString(StructuredPostal.POSTCODE); in tryConstructPostalStruct()
H A DVCardEntry.java596 builder.withValue(StructuredPostal.POSTCODE, mPostalCode); in constructInsertOperation()
/aosp12/frameworks/base/core/java/android/provider/
H A DContactsContract.java6705 public static final String POSTCODE = DATA9; field in ContactsContract.CommonDataKinds.StructuredPostal
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt34385 field public static final String POSTCODE = "data9";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt24215 field public static final java.lang.String POSTCODE = "data9";