FileDocCategorySizeDatePackage
AccountAuthenticatorResponse.javaAPI DocAndroid 5.1 API791Sat Mar 14 14:09:36 GMT 2015android.accounts

AccountAuthenticatorResponse.java

package android.accounts;
public class AccountAuthenticatorResponse
  implements android.os.Parcelable
{
public  AccountAuthenticatorResponse(android.os.Parcel parcel) { throw new RuntimeException("Stub!"); }
public  void onResult(android.os.Bundle result) { throw new RuntimeException("Stub!"); }
public  void onRequestContinued() { throw new RuntimeException("Stub!"); }
public  void onError(int errorCode, java.lang.String errorMessage) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.accounts.AccountAuthenticatorResponse> CREATOR;
static { CREATOR = null; }
}