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

  /frameworks/base/core/java/android/accounts/
IAccountAuthenticator.aidl 32 String authTokenType, in String[] requiredFeatures, in Bundle options);
44 String authTokenType, in Bundle options);
49 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType);
55 String authTokenType, in Bundle options);
AbstractAccountAuthenticator.java 119 String authTokenType, String[] features, Bundle options)
123 + ", authTokenType " + authTokenType
130 accountType, authTokenType, features, options);
166 String authTokenType)
169 Log.v(TAG, "getAuthTokenLabel: authTokenType " + authTokenType);
175 AbstractAccountAuthenticator.this.getAuthTokenLabel(authTokenType));
183 handleException(response, "getAuthTokenLabel", authTokenType, e);
188 Account account, String authTokenType, Bundle loginOptions
    [all...]
IAccountManager.aidl 39 String peekAuthToken(in Account account, String authTokenType);
40 void setAuthToken(in Account account, String authTokenType, String authToken);
44 void updateAppPermission(in Account account, String authTokenType, int uid, boolean value);
47 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch,
50 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch,
53 String authTokenType, boolean expectActivityLaunch, in Bundle options);
59 String authTokenType);
AccountManager.java 413 * @param authTokenType The type of token whose permissions are being modified
418 public void updateAppPermission(Account account, String authTokenType, int uid, boolean value) {
420 mService.updateAppPermission(account, authTokenType, uid, value);
430 * @param authTokenType the token type. must not be null.
437 final String accountType, final String authTokenType,
440 if (authTokenType == null) throw new IllegalArgumentException("authTokenType is null");
443 mService.getAuthTokenLabel(mResponse, accountType, authTokenType);
650 * @param authTokenType The type of auth token to fetch, see {#getAuthToken}
654 public String peekAuthToken(final Account account, final String authTokenType) {
    [all...]
AccountManagerService.java 773 String authTokenType = cursor.getString(2);
    [all...]
ChooseTypeAndAccountActivity.java 73 * This is passed as the authTokenType string in AccountManager.addAccount()
76 public static final String EXTRA_ADD_ACCOUNT_AUTH_TOKEN_TYPE_STRING = "authTokenType";
417 final String authTokenType = getIntent().getStringExtra(
419 AccountManager.get(this).addAccount(type, authTokenType, requiredFeatures,
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 106 String authTokenType, String[] requiredFeatures, Bundle options)
111 this.mAuthTokenType = authTokenType;
123 String authTokenType, Bundle options) throws NetworkErrorException {
127 this.mAuthTokenType = authTokenType;
169 String authTokenType, Bundle options) throws NetworkErrorException {
173 this.mAuthTokenType = authTokenType;
180 * Ask the authenticator for a localized label for the given authTokenType.
183 public String getAuthTokenLabel(String authTokenType) {
184 this.mAuthTokenType = authTokenType;
AccountManagerTest.java 178 private Bundle addAccount(AccountManager am, String accountType, String authTokenType,
185 authTokenType,
    [all...]
  /cts/tests/src/android/content/cts/
MockAccountAuthenticator.java 51 String authTokenType, String[] requiredFeatures, Bundle options)
63 String authTokenType, Bundle options) throws NetworkErrorException {
78 String authTokenType, Bundle options) throws NetworkErrorException {
83 public String getAuthTokenLabel(String authTokenType) {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 65 String authTokenType, String[] requiredFeatures, Bundle options) {
89 String authTokenType, Bundle loginOptions) throws NetworkErrorException {
94 if (!authTokenType.equals(Constants.AUTHTOKEN_TYPE)) {
96 result.putString(AccountManager.KEY_ERROR_MESSAGE, "invalid authTokenType");
120 intent.putExtra(AuthenticatorActivity.PARAM_AUTHTOKEN_TYPE, authTokenType);
128 public String getAuthTokenLabel(String authTokenType) {
148 String authTokenType, Bundle loginOptions) {
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestAuthenticator.java 63 String authTokenType, String[] requiredFeatures, Bundle options) {
83 String authTokenType, Bundle loginOptions) {
107 public String getAuthTokenLabel(String authTokenType) {
127 String authTokenType, Bundle loginOptions) {
  /packages/apps/Email/src/com/android/email/service/
EasTestAuthenticatorService.java 49 String authTokenType, String[] requiredFeatures, Bundle options)
90 String authTokenType, Bundle loginOptions) throws NetworkErrorException {
95 public String getAuthTokenLabel(String authTokenType) {
108 String authTokenType, Bundle loginOptions) {
EasAuthenticatorService.java 59 String authTokenType, String[] requiredFeatures, Bundle options)
132 String authTokenType, Bundle loginOptions) throws NetworkErrorException {
137 public String getAuthTokenLabel(String authTokenType) {
150 String authTokenType, Bundle loginOptions) {
PopImapAuthenticatorService.java 57 String authTokenType, String[] requiredFeatures, Bundle options)
110 String authTokenType, Bundle loginOptions) throws NetworkErrorException {
115 public String getAuthTokenLabel(String authTokenType) {
128 String authTokenType, Bundle loginOptions) {
  /frameworks/support/volley/src/com/android/volley/toolbox/
AndroidAuthenticator.java 41 * @param authTokenType Auth token type passed to AccountManager
43 public AndroidAuthenticator(Context context, Account account, String authTokenType) {
46 mAuthTokenType = authTokenType;
  /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/test-runner/src/android/test/
IsolatedContext.java 145 public String blockingGetAuthToken(Account account, String authTokenType,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 130 public String blockingGetAuthToken(Account account, String authTokenType,
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 703 milliseconds