Searched refs:mAuthTokens (Results 1 – 1 of 1) sorted by relevance
22 private final Map<String, String> mAuthTokens; field in AccountHolder36 mAuthTokens = authTokens == null ? new HashMap<String, String>() : authTokens; in AccountHolder()50 return mAuthTokens.containsKey(authTokenType); in hasAuthTokenRegistered()54 return mAuthTokens.get(authTokenType); in getAuthToken()70 for (Map.Entry<String, String> tokenEntry : mAuthTokens.entrySet()) { in removeAuthToken()79 mAuthTokens.remove(foundKey); in removeAuthToken()120 return create().account(mAccount).password(mPassword).authTokens(mAuthTokens). in copy()