HomeSort by relevance Sort by last modified time
    Searched refs:mAuthTokenType (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 36 private String mAuthTokenType;
64 return mAuthTokenType;
82 mAuthTokenType = null;
111 this.mAuthTokenType = authTokenType;
127 this.mAuthTokenType = authTokenType;
173 this.mAuthTokenType = authTokenType;
184 this.mAuthTokenType = authTokenType;
  /frameworks/base/core/java/android/accounts/
GrantCredentialsPermissionActivity.java 45 private String mAuthTokenType;
59 mAuthTokenType = extras.getString(EXTRAS_AUTH_TOKEN_TYPE);
61 if (mAccount == null || mAuthTokenType == null) {
109 accountManagerService.grantAppPermission(mAccount, mAuthTokenType, mUid);
117 accountManagerService.revokeAppPermission(mAccount, mAuthTokenType, mUid);
AccountManager.java     [all...]
AccountManagerService.java 178 public final String mAuthTokenType;
183 mAuthTokenType = authTokenType;
198 return (mAuthTokenType == null)
199 ? other.mAuthTokenType == null
200 : mAuthTokenType.equals(other.mAuthTokenType);
206 result = 31 * result + ((mAuthTokenType == null) ? 0 : mAuthTokenType.hashCode());
    [all...]
  /development/apps/Development/src/com/android/development/
AccountsTester.java 354 final String mAuthTokenType;
359 mAuthTokenType = authTokenType;

Completed in 25 milliseconds