HomeSort by relevance Sort by last modified time
    Searched defs:authTokenType (Results 1 - 25 of 59) sorted by null

1 2 3

  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
AddAccountTx.java 27 public final String authTokenType;
34 authTokenType = in.readString();
42 String authTokenType,
47 this.authTokenType = authTokenType;
65 out.writeString(authTokenType);
GetAuthTokenLabelTx.java 22 public final String authTokenType;
26 authTokenType = in.readString();
31 String authTokenType,
33 this.authTokenType = authTokenType;
44 out.writeString(authTokenType);
GetAuthTokenTx.java 25 public final String authTokenType;
31 authTokenType = in.readString();
38 String authTokenType,
42 this.authTokenType = authTokenType;
55 out.writeString(authTokenType);
StartAddAccountSessionTx.java 27 public final String authTokenType;
33 authTokenType = in.readString();
40 String authTokenType,
44 this.authTokenType = authTokenType;
61 out.writeString(authTokenType);
StartUpdateCredentialsSessionTx.java 25 public final String authTokenType;
30 authTokenType = in.readString();
36 String authTokenType,
39 this.authTokenType = authTokenType;
51 out.writeString(authTokenType);
UpdateCredentialsTx.java 25 public final String authTokenType;
31 authTokenType = in.readString();
38 String authTokenType,
42 this.authTokenType = authTokenType;
55 out.writeString(authTokenType);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AccountManagerTest.java 30 private String authTokenType;
39 authTokenType = "authTokenType";
46 accountManager.getAuthTokenByFeatures(accountType, authTokenType, features, activity, null, null, null, null);
56 accountManager.getAuthTokenByFeatures(accountType, authTokenType, features, activity, null, null, null, null);
66 accountManager.getAuthTokenByFeatures(accountType, authTokenType, features, activity, null, null, null, null);
82 accountManager.getAuthTokenByFeatures(accountType, authTokenType, features, activity, null, null, null, null);
93 accountManager.getAuthToken(ACCOUNT, authTokenType, null, activity, null, null);
132 shadowOf(accountManager).setCachedAuthToken(ACCOUNT, authTokenType, "myToken");
134 String authToken = accountManager.peekAuthToken(ACCOUNT, authTokenType);
    [all...]
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 158 String authTokenType, String[] features, Bundle options)
162 + ", authTokenType " + authTokenType
169 accountType, authTokenType, features, options);
214 String authTokenType)
217 Log.v(TAG, "getAuthTokenLabel: authTokenType " + authTokenType);
223 AbstractAccountAuthenticator.this.getAuthTokenLabel(authTokenType));
233 handleException(response, "getAuthTokenLabel", authTokenType, e);
239 Account account, String authTokenType, Bundle loginOptions
    [all...]
ChooseTypeAndAccountActivity.java 82 * This is passed as the authTokenType string in AccountManager.addAccount()
85 public static final String EXTRA_ADD_ACCOUNT_AUTH_TOKEN_TYPE_STRING = "authTokenType";
391 final String authTokenType = getIntent().getStringExtra(
393 AccountManager.get(this).addAccount(type, authTokenType, requiredFeatures,
  /development/apps/Development/src/com/android/development/
AccountsTester.java 213 String authTokenType = mDesiredAuthTokenTypeEditText.getText().toString();
214 if (TextUtils.isEmpty(authTokenType)) {
215 authTokenType = null;
223 authTokenType, requiredFeatures, null /* options */,
316 String authTokenType = value.getText().toString();
320 authTokenType,
327 mAccountManager.getAuthToken(account, authTokenType, false,
330 String[] features = TextUtils.split(authTokenType, ",");
336 authTokenType, null /* loginOptions */,
357 String authTokenType = value.getText().toString()
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.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/android-all/
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/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 259 milliseconds

1 2 3