-hide AccountManagerResponse, which never should have been exposed in the first place
This commit is contained in:
@@ -15058,71 +15058,6 @@
|
|||||||
>
|
>
|
||||||
</method>
|
</method>
|
||||||
</interface>
|
</interface>
|
||||||
<class name="AccountManagerResponse"
|
|
||||||
extends="java.lang.Object"
|
|
||||||
abstract="false"
|
|
||||||
static="false"
|
|
||||||
final="false"
|
|
||||||
deprecated="not deprecated"
|
|
||||||
visibility="public"
|
|
||||||
>
|
|
||||||
<implements name="android.os.Parcelable">
|
|
||||||
</implements>
|
|
||||||
<method name="describeContents"
|
|
||||||
return="int"
|
|
||||||
abstract="false"
|
|
||||||
native="false"
|
|
||||||
synchronized="false"
|
|
||||||
static="false"
|
|
||||||
final="false"
|
|
||||||
deprecated="not deprecated"
|
|
||||||
visibility="public"
|
|
||||||
>
|
|
||||||
</method>
|
|
||||||
<method name="onError"
|
|
||||||
return="void"
|
|
||||||
abstract="false"
|
|
||||||
native="false"
|
|
||||||
synchronized="false"
|
|
||||||
static="false"
|
|
||||||
final="false"
|
|
||||||
deprecated="not deprecated"
|
|
||||||
visibility="public"
|
|
||||||
>
|
|
||||||
<parameter name="errorCode" type="int">
|
|
||||||
</parameter>
|
|
||||||
<parameter name="errorMessage" type="java.lang.String">
|
|
||||||
</parameter>
|
|
||||||
</method>
|
|
||||||
<method name="onResult"
|
|
||||||
return="void"
|
|
||||||
abstract="false"
|
|
||||||
native="false"
|
|
||||||
synchronized="false"
|
|
||||||
static="false"
|
|
||||||
final="false"
|
|
||||||
deprecated="not deprecated"
|
|
||||||
visibility="public"
|
|
||||||
>
|
|
||||||
<parameter name="result" type="android.os.Bundle">
|
|
||||||
</parameter>
|
|
||||||
</method>
|
|
||||||
<method name="writeToParcel"
|
|
||||||
return="void"
|
|
||||||
abstract="false"
|
|
||||||
native="false"
|
|
||||||
synchronized="false"
|
|
||||||
static="false"
|
|
||||||
final="false"
|
|
||||||
deprecated="not deprecated"
|
|
||||||
visibility="public"
|
|
||||||
>
|
|
||||||
<parameter name="dest" type="android.os.Parcel">
|
|
||||||
</parameter>
|
|
||||||
<parameter name="flags" type="int">
|
|
||||||
</parameter>
|
|
||||||
</method>
|
|
||||||
</class>
|
|
||||||
<class name="AccountsException"
|
<class name="AccountsException"
|
||||||
extends="java.lang.Exception"
|
extends="java.lang.Exception"
|
||||||
abstract="false"
|
abstract="false"
|
||||||
|
|||||||
@@ -22,7 +22,8 @@ import android.os.Parcelable;
|
|||||||
import android.os.RemoteException;
|
import android.os.RemoteException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used by Account Authenticators to return a response.
|
* Used to return a response to the AccountManager.
|
||||||
|
* @hide
|
||||||
*/
|
*/
|
||||||
public class AccountManagerResponse implements Parcelable {
|
public class AccountManagerResponse implements Parcelable {
|
||||||
private IAccountManagerResponse mResponse;
|
private IAccountManagerResponse mResponse;
|
||||||
|
|||||||
Reference in New Issue
Block a user