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.java2551 mAuthTokenType = authTokenType;
2560 final String mAuthTokenType;
2596 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
2617 mFuture = getAuthToken(account, mAuthTokenType,
2620 mFuture = getAuthToken(account, mAuthTokenType, mLoginOptions,
2641 getAuthToken(account, mAuthTokenType, null /* options */, mActivity,
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt550 Landroid/accounts/GrantCredentialsPermissionActivity;->mAuthTokenType:Ljava/lang/String;