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

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
Address.java 57 private static final Pattern REMOVE_OPTIONAL_BRACKET = Pattern.compile("^<?([^>]+)>?$");
144 this.address = REMOVE_OPTIONAL_BRACKET.matcher(address).replaceAll("$1");
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Address.java 66 private static final Pattern REMOVE_OPTIONAL_BRACKET = Pattern.compile("^<?([^>]+)>?$");
156 mAddress = REMOVE_OPTIONAL_BRACKET.matcher(address).replaceAll("$1");

Completed in 233 milliseconds