Searched defs:AuthenticationCache (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/internet/
H A DAuthenticationCache.java19 public class AuthenticationCache { class
20 private static AuthenticationCache sCache;
46 public static AuthenticationCache getInstance() {
47 synchronized (AuthenticationCache.class) {
49 sCache = new AuthenticationCache();
55 private AuthenticationCache() { method in class:AuthenticationCache
117 LogUtils.d(Logging.LOG_TAG, "AuthenticationCache refreshEntry %d", entry.mAccountId);

Completed in 33 milliseconds