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.java2555 mAuthTokenType = authTokenType;
2564 final String mAuthTokenType;
2600 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
2621 mFuture = getAuthToken(account, mAuthTokenType,
2624 mFuture = getAuthToken(account, mAuthTokenType, mLoginOptions,
2645 getAuthToken(account, mAuthTokenType, null /* options */, mActivity,
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt505 Landroid/accounts/GrantCredentialsPermissionActivity;->mAuthTokenType:Ljava/lang/String;