Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DGrantCredentialsPermissionActivity.java43 private String mAuthTokenType; field in GrantCredentialsPermissionActivity
65 mAuthTokenType = extras.getString(EXTRAS_AUTH_TOKEN_TYPE); in onCreate()
70 if (mAccount == null || mAuthTokenType == null || packages == null) { in onCreate()
111 if (!AccountManager.ACCOUNT_ACCESS_TOKEN_TYPE.equals(mAuthTokenType)) { in onCreate()
113 mAuthTokenType, callback, null); in onCreate()
162 AccountManager.get(this).updateAppPermission(mAccount, mAuthTokenType, mUid, true); in onClick()
170 AccountManager.get(this).updateAppPermission(mAccount, mAuthTokenType, mUid, false); in onClick()
DAccountManager.java2547 mAuthTokenType = authTokenType;
2555 final String mAuthTokenType;
2589 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
2610 mFuture = getAuthToken(account, mAuthTokenType,
2613 mFuture = getAuthToken(account, mAuthTokenType, mLoginOptions,
2634 getAuthToken(account, mAuthTokenType, null /* options */, mActivity,
/frameworks/base/config/
Dhiddenapi-light-greylist.txt15 Landroid/accounts/AccountManager$GetAuthTokenByTypeAndFeaturesTask;->mAuthTokenType:Ljava/lang/Stri…