OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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