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.java79 * identifies the authenticator. Account <em>features</em> are used to
81 * type and features are authenticator-specific strings, and must be known by
457 * Finds out whether a particular account has all the specified features.
458 * Account features are authenticator-specific string tokens identifying
459 * boolean account properties. For example, features are used to tell
471 * @param features An array of the account features to check
477 * true if the account exists and has all of the specified features.
480 final String[] features,
483 if (features
479 hasFeatures(final Account account, final String[] features, AccountManagerCallback<Boolean> callback, Handler handler) argument
524 getAccountsByTypeAndFeatures( final String type, final String[] features, AccountManagerCallback<Account[]> callback, Handler handler) argument
1617 GetAuthTokenByTypeAndFeaturesTask(final String accountType, final String authTokenType, final String[] features, Activity activityForPrompting, final Bundle addAccountOptions, final Bundle loginOptions, AccountManagerCallback<Bundle> callback, Handler handler) argument
1809 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.java563 Account account, String[] features) {
567 + ", features " + stringArrayToString(features)
573 if (features == null) throw new IllegalArgumentException("features is null");
578 new TestFeaturesSession(accounts, response, account, features).bind();
589 Account account, String[] features) {
592 mFeatures = features;
1396 IAccountManagerResponse response, String type, String[] features) {
1399 mFeatures = features;
562 hasFeatures(IAccountManagerResponse response, Account account, String[] features) argument
588 TestFeaturesSession(UserAccounts accounts, IAccountManagerResponse response, Account account, String[] features) argument
1395 GetAccountsByTypeAndFeatureSession(UserAccounts accounts, IAccountManagerResponse response, String type, String[] features) argument
1542 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 62 milliseconds