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
87
protected final Map<String, Address>
mAddressCache
= Collections.synchronizedMap(
109
synchronized (
mAddressCache
) {
110
cacheCopy = ImmutableList.copyOf(
mAddressCache
.values());
209
return
mAddressCache
;
ConversationViewAdapter.java
69
private Map<String, Address>
mAddressCache
;
168
mAdapter.
mAddressCache
);
460
mAddressCache
= addressCache;
MessageHeaderView.java
161
private Map<String, Address>
mAddressCache
;
361
mAddressCache
= addressCache;
498
return getAddress(
mAddressCache
, emailStr);
715
private final Map<String, Address>
mAddressCache
;
727
mAddressCache
= addressCache;
761
final Address email = getAddress(
mAddressCache
, rawAddrs[i]);
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractConversationViewFragment.java
87
protected final Map<String, Address>
mAddressCache
= Collections.synchronizedMap(
ConversationViewFragment.java
267
this,
mAddressCache
, dateBuilder);
311
headerView.initialize(this,
mAddressCache
);
[
all
...]
Completed in 210 milliseconds