android.accounts
Class AccountAuthenticatorResponse

java.lang.Object
  extended by android.accounts.AccountAuthenticatorResponse
All Implemented Interfaces:
Parcelable

public class AccountAuthenticatorResponse
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<AccountAuthenticatorResponse> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
AccountAuthenticatorResponse(Parcel parcel)
           
 
Method Summary
 int describeContents()
           
 void onError(int errorCode, String errorMessage)
           
 void onRequestContinued()
           
 void onResult(Bundle result)
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

public static final Parcelable.Creator<AccountAuthenticatorResponse> CREATOR
Constructor Detail

AccountAuthenticatorResponse

public AccountAuthenticatorResponse(Parcel parcel)
Method Detail

onResult

public void onResult(Bundle result)

onRequestContinued

public void onRequestContinued()

onError

public void onError(int errorCode,
                    String errorMessage)

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable


Copyright © 2008-2012. All Rights Reserved.