Searched refs:mAuthTokenType (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/accounts/ |
H A D | GrantCredentialsPermissionActivity.java | 46 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()
|
H A D | AccountManager.java | 2655 mAuthTokenType = authTokenType; 2664 final String mAuthTokenType; 2700 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures, 2721 mFuture = getAuthToken(account, mAuthTokenType, 2724 mFuture = getAuthToken(account, mAuthTokenType, mLoginOptions, 2745 getAuthToken(account, mAuthTokenType, null /* options */, mActivity,
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 505 Landroid/accounts/GrantCredentialsPermissionActivity;->mAuthTokenType:Ljava/lang/String;
|