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

/frameworks/volley/src/com/android/volley/toolbox/
H A DAndroidAuthenticator.java35 private final String mAuthTokenType; field in class:AndroidAuthenticator
59 mAuthTokenType = authTokenType;
76 mAuthTokenType, mNotifyAuthFailure, null, null);
92 throw new AuthFailureError("Got null auth token for type: " + mAuthTokenType);
/frameworks/base/core/java/android/accounts/
H A DGrantCredentialsPermissionActivity.java45 private String mAuthTokenType; field in class:GrantCredentialsPermissionActivity
67 mAuthTokenType = extras.getString(EXTRAS_AUTH_TOKEN_TYPE);
72 if (mAccount == null || mAuthTokenType == null || packages == null) {
112 AccountManager.get(this).getAuthTokenLabel(mAccount.type, mAuthTokenType, callback, null);
160 AccountManager.get(this).updateAppPermission(mAccount, mAuthTokenType, mUid, true);
168 AccountManager.get(this).updateAppPermission(mAccount, mAuthTokenType, mUid, false);
H A DAccountManager.java2036 mAuthTokenType = authTokenType;
2044 final String mAuthTokenType; field in class:AccountManager.GetAuthTokenByTypeAndFeaturesTask
2075 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
2093 mFuture = getAuthToken(accounts[0], mAuthTokenType,
2097 mAuthTokenType, mLoginOptions,
2108 mFuture = getAuthToken(account, mAuthTokenType, mLoginOptions,
2156 getAuthToken(account, mAuthTokenType, null /* options */, mActivity,

Completed in 42 milliseconds