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

  /frameworks/volley/src/com/android/volley/toolbox/
AndroidAuthenticator.java 35 private final String mAuthTokenType;
59 mAuthTokenType = authTokenType;
74 mAuthTokenType, mNotifyAuthFailure, null, null);
90 throw new AuthFailureError("Got null auth token for type: " + mAuthTokenType);
  /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 47 private String mAuthTokenType;
69 mAuthTokenType = extras.getString(EXTRAS_AUTH_TOKEN_TYPE);
74 if (mAccount == null || mAuthTokenType == null || packages == null) {
114 AccountManager.get(this).getAuthTokenLabel(mAccount.type, mAuthTokenType, callback, null);
162 AccountManager.get(this).updateAppPermission(mAccount, mAuthTokenType, mUid, true);
170 AccountManager.get(this).updateAppPermission(mAccount, mAuthTokenType, mUid, false);
AccountManager.java     [all...]
  /development/apps/Development/src/com/android/development/
AccountsTester.java 433 final String mAuthTokenType;
438 mAuthTokenType = authTokenType;

Completed in 369 milliseconds