Searched defs:features (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java119 String authTokenType, String[] features, Bundle options)
124 + ", features " + (features == null ? "[]" : Arrays.toString(features)));
130 accountType, authTokenType, features, options);
252 Account account, String[] features) throws RemoteException {
256 new AccountAuthenticatorResponse(response), account, features);
343 * @param requiredFeatures a String array of authenticator-specific features that the added
433 * Checks if the account supports all the specified authenticator specific features.
436 * @param features a
118 addAccount(IAccountAuthenticatorResponse response, String accountType, String authTokenType, String[] features, Bundle options) argument
251 hasFeatures(IAccountAuthenticatorResponse response, Account account, String[] features) argument
449 hasFeatures(AccountAuthenticatorResponse response, Account account, String[] features) argument
[all...]
H A DAccountManager.java80 * identifies the authenticator. Account <em>features</em> are used to
82 * type and features are authenticator-specific strings, and must be known by
463 * Finds out whether a particular account has all the specified features.
464 * Account features are authenticator-specific string tokens identifying
465 * boolean account properties. For example, features are used to tell
477 * @param features An array of the account features to check
483 * true if the account exists and has all of the specified features.
486 final String[] features,
489 if (features
485 hasFeatures(final Account account, final String[] features, AccountManagerCallback<Boolean> callback, Handler handler) argument
530 getAccountsByTypeAndFeatures( final String type, final String[] features, AccountManagerCallback<Account[]> callback, Handler handler) argument
1639 GetAuthTokenByTypeAndFeaturesTask(final String accountType, final String authTokenType, final String[] features, Activity activityForPrompting, final Bundle addAccountOptions, final Bundle loginOptions, AccountManagerCallback<Bundle> callback, Handler handler) argument
1831 getAuthTokenByFeatures( final String accountType, final String authTokenType, final String[] features, final Activity activity, final Bundle addAccountOptions, final Bundle getAuthTokenOptions, final AccountManagerCallback<Bundle> callback, final Handler handler) argument
[all...]
H A DAccountManagerService.java587 Account account, String[] features) {
591 + ", features " + stringArrayToString(features)
597 if (features == null) throw new IllegalArgumentException("features is null");
602 new TestFeaturesSession(accounts, response, account, features).bind();
613 Account account, String[] features) {
616 mFeatures = features;
1412 IAccountManagerResponse response, String type, String[] features) {
1415 mFeatures = features;
586 hasFeatures(IAccountManagerResponse response, Account account, String[] features) argument
612 TestFeaturesSession(UserAccounts accounts, IAccountManagerResponse response, Account account, String[] features) argument
1411 GetAccountsByTypeAndFeatureSession(UserAccounts accounts, IAccountManagerResponse response, String type, String[] features) argument
1591 getAccountsByFeatures(IAccountManagerResponse response, String type, String[] features) argument
[all...]
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java140 final String type, final String[] features,
139 getAccountsByTypeAndFeatures( final String type, final String[] features, AccountManagerCallback<Account[]> callback, Handler handler) argument

Completed in 89 milliseconds