Home
last modified time | relevance | path

Searched refs:veiledMatcher (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageHeaderView.java1264 VeiledAddressMatcher veiledMatcher, String[] from, String[] replyTo, in renderExpandedDetails() argument
1268 detailsView, addressCache, account, veiledMatcher, bidiFormatter); in renderExpandedDetails()
1270 detailsView, addressCache, account, veiledMatcher, bidiFormatter); in renderExpandedDetails()
1272 detailsView, addressCache, account, veiledMatcher, bidiFormatter); in renderExpandedDetails()
1274 detailsView, addressCache, account, veiledMatcher, bidiFormatter); in renderExpandedDetails()
1276 detailsView, addressCache, account, veiledMatcher, bidiFormatter); in renderExpandedDetails()
1291 VeiledAddressMatcher veiledMatcher, BidiFormatter bidiFormatter) { in renderEmailList() argument
1302 final boolean isVeiledAddress = veiledMatcher != null && in renderEmailList()
1303 veiledMatcher.isVeiledAddress(address); in renderEmailList()