OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mAddressCache
(Results
1 - 5
of
5
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmlMessageViewFragment.java
95
protected final Map<String, Address>
mAddressCache
= Collections.synchronizedMap(
129
synchronized (
mAddressCache
) {
130
cacheCopy = ImmutableList.copyOf(
mAddressCache
.values());
256
return
mAddressCache
;
ConversationViewAdapter.java
86
private final Map<String, Address>
mAddressCache
;
275
mAdapter.
mAddressCache
);
567
mAddressCache
= addressCache;
MessageHeaderView.java
147
private Map<String, Address>
mAddressCache
;
341
mAddressCache
= addressCache;
499
return Utils.getAddress(
mAddressCache
, emailStr);
552
meEmailAddress, mMyName, mTo, mCc, mBcc,
mAddressCache
, mVeiledMatcher,
732
private final Map<String, Address>
mAddressCache
;
746
mAddressCache
= addressCache;
788
final Address email = Utils.getAddress(
mAddressCache
, rawAddrs[i]);
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractConversationViewFragment.java
90
protected final Map<String, Address>
mAddressCache
= Collections.synchronizedMap(
ConversationViewFragment.java
306
getListController(), this,
mAddressCache
, dateBuilder, mBidiFormatter, this);
311
this,
mAddressCache
, this, getContactInfoSource(),
[
all
...]
Completed in 126 milliseconds