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

  /external/volley/src/main/java/com/android/volley/toolbox/
AndroidAuthenticator.java 38 private final String mAuthTokenType;
68 mAuthTokenType = authTokenType;
83 return mAuthTokenType;
91 mAuthTokenType, mNotifyAuthFailure, null, null);
107 throw new AuthFailureError("Got null auth token for type: " + mAuthTokenType);
  /frameworks/base/core/java/android/accounts/
GrantCredentialsPermissionActivity.java 43 private String mAuthTokenType;
65 mAuthTokenType = extras.getString(EXTRAS_AUTH_TOKEN_TYPE);
70 if (mAccount == null || mAuthTokenType == null || packages == null) {
111 if (!AccountManager.ACCOUNT_ACCESS_TOKEN_TYPE.equals(mAuthTokenType)) {
113 mAuthTokenType, callback, null);
162 AccountManager.get(this).updateAppPermission(mAccount, mAuthTokenType, mUid, true);
170 AccountManager.get(this).updateAppPermission(mAccount, mAuthTokenType, mUid, false);
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 54 String mAuthTokenType;
100 return mAuthTokenType;
122 mAuthTokenType = null;
165 this.mAuthTokenType = authTokenType;
181 this.mAuthTokenType = authTokenType;
232 this.mAuthTokenType = authTokenType;
259 this.mAuthTokenType = authTokenType;
340 this.mAuthTokenType = authTokenType;
395 mAuthTokenType = authTokenType;
  /development/apps/Development/src/com/android/development/
AccountsTester.java 433 final String mAuthTokenType;
438 mAuthTokenType = authTokenType;
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 114 milliseconds