/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | PostalSplitter.java | 33 public String street; field in PostalSplitter.Postal 42 street = values.getAsString(StructuredPostal.STREET); in fromValues() 52 values.put(StructuredPostal.STREET, street); in toValues() 72 postal.street = formattedAddress; in split() 86 postal.street, postal.pobox, postal.neighborhood, postal.city, in join() 100 final boolean hasStreet = !TextUtils.isEmpty(postal.street); in joinJaJp() 150 builder.append(postal.street); in joinJaJp() 166 final boolean hasStreet = !TextUtils.isEmpty(postal.street); in joinEnUs() 186 builder.append(postal.street); in joinEnUs()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PostalSplitterTest.java | 98 private void assertSplitPostal(String formattedPostal, String street, String pobox, in assertSplitPostal() argument 102 assertEquals(street, postal.street); in assertSplitPostal() 111 private void assertJoinedPostal(String formattedPostal, String street, String pobox, in assertJoinedPostal() argument 114 postal.street = street; in assertJoinedPostal()
|
D | PostalSplitterForJapaneseTest.java | 114 private void assertSplitPostal(String formattedPostal, String street, String pobox, in assertSplitPostal() argument 118 assertEquals(street, postal.street); in assertSplitPostal() 127 private void assertJoinedPostal(String formattedPostal, String street, String pobox, in assertJoinedPostal() argument 130 postal.street = street; in assertJoinedPostal()
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
D | ContactsSyncParser.java | 199 work.street = getValue(); in addData() 214 home.street = getValue(); in addData() 229 other.street = getValue(); in addData() 332 ops.addPostal(entity, StructuredPostal.TYPE_WORK, work.street, work.city, in addData() 336 ops.addPostal(entity, StructuredPostal.TYPE_HOME, home.street, home.city, in addData() 340 ops.addPostal(entity, StructuredPostal.TYPE_OTHER, other.street, other.city, in addData() 690 String street; 695 || street != null; 1199 public void addPostal(Entity entity, int type, String street, String city, String state, 1205 cvCompareString(cv, StructuredPostal.STREET, street) && [all …]
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1402373178, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1393228136, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1393228135, ... |
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ... |
D | fi_wordlist.combined.gz | 1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1393228154, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Româna,date=1408019089, ... |