Searched refs:mAuthTokenType (Results 1 – 2 of 2) 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 | 2540 mAuthTokenType = authTokenType; 2549 final String mAuthTokenType; 2585 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures, 2606 mFuture = getAuthToken(account, mAuthTokenType, 2609 mFuture = getAuthToken(account, mAuthTokenType, mLoginOptions, 2630 getAuthToken(account, mAuthTokenType, null /* options */, mActivity,
|