/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | PostalSplitterForJapaneseTest.java | 46 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 D | SearchIndexManagerTest.java | 249 values.put(StructuredPostal.POSTCODE, "SW1W 9TQ"); in testSearchIndexForStructuredPostal()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | PostalSplitter.java | 47 postcode = values.getAsString(StructuredPostal.POSTCODE); in fromValues() 57 values.put(StructuredPostal.POSTCODE, postcode); in toValues()
|
H A D | DataRowHandlerForStructuredPostal.java | 42 StructuredPostal.POSTCODE,
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
H A D | StructuredPostalDataItem.java | 62 return getContentValues().getAsString(StructuredPostal.POSTCODE); in getPostcode()
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/ |
H A D | StructuredPostalDataItem.java | 62 return getContentValues().getAsString(StructuredPostal.POSTCODE); in getPostcode()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/ |
H A D | SamsungAccountType.java | 104 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE, in addDataKindStructuredPostal() 119 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE, in addDataKindStructuredPostal()
|
H A D | ExchangeAccountType.java | 200 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE, in addDataKindStructuredPostal() 215 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE, in addDataKindStructuredPostal()
|
H A D | BaseAccountType.java | 1133 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 D | SamsungAccountType.java | 103 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 D | ExchangeAccountType.java | 248 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 D | BaseAccountType.java | 1394 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 D | VCardJapanizationTests.java | 212 .put(StructuredPostal.POSTCODE, "494-1313") in testPostalAddressWithJapaneseCommon() 238 .put(StructuredPostal.POSTCODE, "494-1313") in testPostalAddressWithJapaneseCommon()
|
H A D | VCardImporterTests.java | 665 .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 D | VCardExporterTests.java | 766 .put(StructuredPostal.POSTCODE, "100") in testPostalAddressCommon()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/ |
H A D | RawContactModifier.java | 1142 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 D | RawContactModifierTests.java | 893 mockNameValues.put(StructuredPostal.POSTCODE, "postcode"); in testMigratePostalFromExchangeToGoogle()
|
/aosp12/frameworks/opt/vcard/java/com/android/vcard/ |
H A D | VCardBuilder.java | 1070 final String rawPostalCode = contentValues.getAsString(StructuredPostal.POSTCODE); in tryConstructPostalStruct()
|
H A D | VCardEntry.java | 596 builder.withValue(StructuredPostal.POSTCODE, mPostalCode); in constructInsertOperation()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | ContactsContract.java | 6705 public static final String POSTCODE = DATA9; field in ContactsContract.CommonDataKinds.StructuredPostal
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 34385 field public static final String POSTCODE = "data9";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 24215 field public static final java.lang.String POSTCODE = "data9";
|