Home | History | Annotate | Download | only in contacts

Lines Matching refs:region

37         public String region;
46 region = values.getAsString(StructuredPostal.REGION);
56 values.put(StructuredPostal.REGION, region);
87 postal.region, postal.postcode, postal.country
104 final boolean hasRegion = !TextUtils.isEmpty(postal.region);
109 // Second block: [region][ ][city][ ][neighborhood]
133 builder.append(postal.region);
170 final boolean hasRegion = !TextUtils.isEmpty(postal.region);
175 // Second block: [city][, ][region][ ][postcode]
207 builder.append(postal.region);