Home
last modified time | relevance | path

Searched refs:mAuthTokenType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
DAutoLoginAccountDelegate.java28 private final String mAuthTokenType; field in AutoLoginAccountDelegate
37 mAuthTokenType = WEB_LOGIN_PREFIX + accountArgs; in AutoLoginAccountDelegate()
51 mAccountManager.getAuthToken(mAccount, mAuthTokenType, null, mActivity, this, null); in logIn()
57 return mAuthTokenType; in getAuthToken()
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
DMockAccountManager.java485 private final String mAuthTokenType;
495 mAuthTokenType = authTokenType;
512 mAccount + ", authTokenType = " + mAuthTokenType +
520 generateResult(getAccountHolder(mAccount), mAuthTokenType);
600 private final String mAuthTokenType;
607 mAuthTokenType = authTokenType;
616 return mAuthTokenType;
627 ", mAuthTokenType='" + mAuthTokenType + '\'' +
/external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
DAccountManagerHelper.java188 private final String mAuthTokenType; field in AccountManagerHelper.ConnectionRetry
196 mAuthTokenType = authTokenType; in ConnectionRetry()
211 getAuthTokenAsynchronously(null, mAccount, mAuthTokenType, mCallback, mNumTries, in onConnectionTypeChanged()