Searched defs:mAuthTokenType (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java1646 mAuthTokenType = authTokenType;
1654 final String mAuthTokenType; field in class:AccountManager.GetAuthTokenByTypeAndFeaturesTask
1685 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
1703 mFuture = getAuthToken(accounts[0], mAuthTokenType,
1707 mAuthTokenType, mLoginOptions,
1718 mFuture = getAuthToken(account, mAuthTokenType, mLoginOptions,
1763 getAuthToken(account, mAuthTokenType, null /* options */, mActivity,
H A DGrantCredentialsPermissionActivity.java47 private String mAuthTokenType; field in class:GrantCredentialsPermissionActivity
69 mAuthTokenType = extras.getString(EXTRAS_AUTH_TOKEN_TYPE);
74 if (mAccount == null || mAuthTokenType == null || packages == null) {
114 AccountManager.get(this).getAuthTokenLabel(mAccount.type, mAuthTokenType, callback, null);
162 AccountManager.get(this).updateAppPermission(mAccount, mAuthTokenType, mUid, true);
170 AccountManager.get(this).updateAppPermission(mAccount, mAuthTokenType, mUid, false);
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DAndroidAuthenticator.java35 private final String mAuthTokenType; field in class:AndroidAuthenticator
46 mAuthTokenType = authTokenType;
60 mAuthTokenType, false, null, null);
76 throw new AuthFailureError("Got null auth token for type: " + mAuthTokenType);

Completed in 129 milliseconds