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

/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorResponse.java28 public class AccountAuthenticatorResponse implements Parcelable { class in inherits:Parcelable
36 public AccountAuthenticatorResponse(IAccountAuthenticatorResponse response) { method in class:AccountAuthenticatorResponse
40 public AccountAuthenticatorResponse(Parcel parcel) { method in class:AccountAuthenticatorResponse
48 Log.v(TAG, "AccountAuthenticatorResponse.onResult: "
60 Log.v(TAG, "AccountAuthenticatorResponse.onRequestContinued");
71 Log.v(TAG, "AccountAuthenticatorResponse.onError: " + errorCode + ", " + errorMessage);
88 public static final Creator<AccountAuthenticatorResponse> CREATOR =
89 new Creator<AccountAuthenticatorResponse>() {
90 public AccountAuthenticatorResponse createFromParcel(Parcel source) {
91 return new AccountAuthenticatorResponse(sourc
[all...]

Completed in 82 milliseconds