HomeSort by relevance Sort by last modified time
    Searched refs:postalAddress (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
StructuredPostalUtils.java 26 public static Intent getViewPostalAddressIntent(String postalAddress) {
27 return new Intent(Intent.ACTION_VIEW, getPostalAddressUri(postalAddress));
30 public static Uri getPostalAddressUri(String postalAddress) {
31 return Uri.parse("geo:0,0?q=" + Uri.encode(postalAddress));
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 214 final String postalAddress = getAsString(cursor, StructuredPostal.FORMATTED_ADDRESS);
215 if (!TextUtils.isEmpty(postalAddress)) {
216 mIntent = StructuredPostalUtils.getViewPostalAddressIntent(postalAddress);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/style/
RFC4519Style.java 43 public static final ASN1ObjectIdentifier postalAddress = new ASN1ObjectIdentifier("2.5.4.16");
100 DefaultSymbols.put(postalAddress, "postalAddress");
144 DefaultLookUp.put("postaladdress", postalAddress);

Completed in 75 milliseconds