OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stzistringcache
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java
128
private static HashMap<TimeZone, String>
sTziStringCache
= new HashMap<TimeZone, String>();
383
String tziString =
sTziStringCache
.get(tz);
392
sTziStringCache
.put(tz, tziString);
[
all
...]
Completed in 198 milliseconds