Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DGrantCredentialsPermissionActivity.java46 private String mAuthTokenType; field in GrantCredentialsPermissionActivity
72 mAuthTokenType = extras.getString(EXTRAS_AUTH_TOKEN_TYPE); in onCreate()
77 if (mAccount == null || mAuthTokenType == null || packages == null) { in onCreate()
126 if (!AccountManager.ACCOUNT_ACCESS_TOKEN_TYPE.equals(mAuthTokenType)) { in onCreate()
128 mAuthTokenType, callback, null); in onCreate()
177 AccountManager.get(this).updateAppPermission(mAccount, mAuthTokenType, mUid, true); in onClick()
185 AccountManager.get(this).updateAppPermission(mAccount, mAuthTokenType, mUid, false); in onClick()
DAccountManager.java2660 mAuthTokenType = authTokenType;
2669 final String mAuthTokenType;
2705 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
2726 mFuture = getAuthToken(account, mAuthTokenType,
2729 mFuture = getAuthToken(account, mAuthTokenType, mLoginOptions,
2750 getAuthToken(account, mAuthTokenType, null /* options */, mActivity,
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt505 Landroid/accounts/GrantCredentialsPermissionActivity;->mAuthTokenType:Ljava/lang/String;