Searched refs:mConnectionCreationTimes (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasConnectionCache.java56 private final HashMap<Long, Long> mConnectionCreationTimes; field in class:EasConnectionCache
78 mConnectionCreationTimes = new HashMap<Long, Long>();
116 final long lifetime = now - mConnectionCreationTimes.get(hostAuth.mId);
127 mConnectionCreationTimes.put(hostAuth.mId, now);
169 mConnectionCreationTimes.remove(hostAuth.mId);

Completed in 64 milliseconds