Searched defs:features (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
H A D | AbstractAccountAuthenticator.java | 119 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 D | AccountManager.java | 79 * 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 D | AccountManagerService.java | 560 Account account, String[] features) { 564 + ", features " + stringArrayToString(features) 570 if (features == null) throw new IllegalArgumentException("features is null"); 575 new TestFeaturesSession(accounts, response, account, features).bind(); 586 Account account, String[] features) { 589 mFeatures = features; 1393 IAccountManagerResponse response, String type, String[] features) { 1396 mFeatures = features; 559 hasFeatures(IAccountManagerResponse response, Account account, String[] features) argument 585 TestFeaturesSession(UserAccounts accounts, IAccountManagerResponse response, Account account, String[] features) argument 1392 GetAccountsByTypeAndFeatureSession(UserAccounts accounts, IAccountManagerResponse response, String type, String[] features) argument 1539 getAccountsByFeatures(IAccountManagerResponse response, String type, String[] features) argument [all...] |
/frameworks/base/test-runner/src/android/test/ |
H A D | IsolatedContext.java | 140 final String type, final String[] features, 139 getAccountsByTypeAndFeatures( final String type, final String[] features, AccountManagerCallback<Account[]> callback, Handler handler) argument
|
Completed in 93 milliseconds