Fix the build

Change-Id: Iedef9d315a304c73beb07e39d924dc65a7b73fc9
This commit is contained in:
Jason Chen
2010-10-01 19:44:17 -07:00
parent cc8c6496b7
commit 7afbb30d63

View File

@@ -48289,93 +48289,6 @@
>
</method>
</interface>
<interface name="IOnPrimaryClipChangedListener"
abstract="true"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="android.os.IInterface">
</implements>
<method name="dispatchPrimaryClipChanged"
return="void"
abstract="true"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="RemoteException" type="android.os.RemoteException">
</exception>
</method>
</interface>
<class name="IOnPrimaryClipChangedListener.Stub"
extends="android.os.Binder"
abstract="true"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<implements name="android.content.IOnPrimaryClipChangedListener">
</implements>
<constructor name="IOnPrimaryClipChangedListener.Stub"
type="android.content.IOnPrimaryClipChangedListener.Stub"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<method name="asBinder"
return="android.os.IBinder"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="asInterface"
return="android.content.IOnPrimaryClipChangedListener"
abstract="false"
native="false"
synchronized="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="obj" type="android.os.IBinder">
</parameter>
</method>
<method name="onTransact"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="code" type="int">
</parameter>
<parameter name="data" type="android.os.Parcel">
</parameter>
<parameter name="reply" type="android.os.Parcel">
</parameter>
<parameter name="flags" type="int">
</parameter>
<exception name="RemoteException" type="android.os.RemoteException">
</exception>
</method>
</class>
<class name="Intent"
extends="java.lang.Object"
abstract="false"