HomeSort by relevance Sort by last modified time
    Searched refs:AuthenticationCache (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/provider_src/com/android/email/mail/internet/
AuthenticationCache.java 19 public class AuthenticationCache {
20 private static AuthenticationCache sCache;
46 public static AuthenticationCache getInstance() {
47 synchronized (AuthenticationCache.class) {
49 sCache = new AuthenticationCache();
55 private AuthenticationCache() {
117 LogUtils.d(Logging.LOG_TAG, "AuthenticationCache refreshEntry %d", entry.mAccountId);
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 24 import com.android.email.mail.internet.AuthenticationCache;
328 final AuthenticationCache cache = AuthenticationCache.getInstance();
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 23 import com.android.email.mail.internet.AuthenticationCache;
110 final String accessToken = AuthenticationCache.getInstance().retrieveAccessToken(

Completed in 313 milliseconds