summaryrefslogtreecommitdiff
path: root/core/java/android/accounts/AccountManagerResponse.java
Commit message (Collapse)AuthorAgeFilesLines
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
| | | | | | | | | If they were null, then the Parcelable would fail to work. Bug: 126726802 Test: manual Change-Id: I7929ffa2f20e5de1c8e68e8263cca99496e9d014 Exempt-From-Owner-Approval: Trivial API annotations
* -hide AccountManagerResponse, which never should have been exposed in the ↵Fred Quintana2009-11-191-1/+2
| | | | first place
* unhide AccountManagerResponseFred Quintana2009-10-281-3/+7
|
* adding concept of features to accountsFred Quintana2009-04-201-0/+74
|
* AI 145177: phase two of the AccountManagerFred Quintana2009-04-081-32/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added an AccountManagerActivity, a base Activity that can be used by activities that are launched by AccountAuthenticator intents. This makes it easy for an Activity to send a result using an AccountAuthenticatorResponse - added debug strings to the AccountAuthenticatorCache - improved the API for the AccountAuthenticatorResponse and made it Parcelable so that it can be passed to an Activity via an Intent - changed the AccountManager to use Futures for the asynchronous calls and to notify the user via a callback when the request is complete - changed the AccountManager to convert any errors that are returned into Exceptions - added constants for the error codes that are passed across the IAccountManagerResponse and IAccountAuthenticatorResponse interfaces - added a dump() method to the AccountManagerService so that it can display the list of active sessions and registered authenticators - added an way to interrogate the AccountManagerService for the list of registered authenticators - removed more methods from the GoogleLoginServiceHelper and GoogleLoginServiceBlockingHelper and changed the callers to use the AccountManager Automated import of CL 145177
* Automated import from //branches/master/...@142414,142414Fred Quintana2009-03-241-0/+32