Loading core/java/android/accounts/AccountAuthenticatorResponse.java +1 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,7 @@ import android.os.Parcel; import android.os.RemoteException; /** * Object that wraps calls to an {@link IAccountAuthenticatorResponse} object. * TODO: this interface is still in flux * Object used to communicate responses back to the AccountManager */ public class AccountAuthenticatorResponse implements Parcelable { private IAccountAuthenticatorResponse mAccountAuthenticatorResponse; Loading Loading
core/java/android/accounts/AccountAuthenticatorResponse.java +1 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,7 @@ import android.os.Parcel; import android.os.RemoteException; /** * Object that wraps calls to an {@link IAccountAuthenticatorResponse} object. * TODO: this interface is still in flux * Object used to communicate responses back to the AccountManager */ public class AccountAuthenticatorResponse implements Parcelable { private IAccountAuthenticatorResponse mAccountAuthenticatorResponse; Loading