Searched refs:mAuthTokenType (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | GrantCredentialsPermissionActivity.java | 43 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()
|
D | AccountManager.java | 2547 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/ |
D | hiddenapi-light-greylist.txt | 15 Landroid/accounts/AccountManager$GetAuthTokenByTypeAndFeaturesTask;->mAuthTokenType:Ljava/lang/Stri…
|