Loading api/11.xml +0 −15 Original line number Diff line number Diff line Loading @@ -252338,21 +252338,6 @@ deprecated="not deprecated" visibility="public" > <parameter name="viewId" type="int"> </parameter> <parameter name="intent" type="android.content.Intent"> </parameter> </method> <method name="setRemoteAdapter" return="void" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="appWidgetId" type="int"> </parameter> <parameter name="viewId" type="int"> api/current.xml +0 −15 Original line number Diff line number Diff line Loading @@ -252483,21 +252483,6 @@ deprecated="not deprecated" visibility="public" > <parameter name="viewId" type="int"> </parameter> <parameter name="intent" type="android.content.Intent"> </parameter> </method> <method name="setRemoteAdapter" return="void" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="appWidgetId" type="int"> </parameter> <parameter name="viewId" type="int"> core/java/android/widget/RemoteViews.java +0 −12 Original line number Diff line number Diff line Loading @@ -1274,18 +1274,6 @@ public class RemoteViews implements Parcelable, Filter { setInt(viewId, "setTextColor", color); } /** * Equivalent to calling {@link android.widget.AbsListView#setRemoteViewsAdapter(Intent)}. * * @param viewId The id of the view whose text should change * @param intent The intent of the service which will be * providing data to the RemoteViewsAdapter */ public void setRemoteAdapter(int viewId, Intent intent) { // Do nothing. This method will be removed after all widgets have been updated to the // new API. } /** * Equivalent to calling {@link android.widget.AbsListView#setRemoteViewsAdapter(Intent)}. * Loading Loading
api/11.xml +0 −15 Original line number Diff line number Diff line Loading @@ -252338,21 +252338,6 @@ deprecated="not deprecated" visibility="public" > <parameter name="viewId" type="int"> </parameter> <parameter name="intent" type="android.content.Intent"> </parameter> </method> <method name="setRemoteAdapter" return="void" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="appWidgetId" type="int"> </parameter> <parameter name="viewId" type="int">
api/current.xml +0 −15 Original line number Diff line number Diff line Loading @@ -252483,21 +252483,6 @@ deprecated="not deprecated" visibility="public" > <parameter name="viewId" type="int"> </parameter> <parameter name="intent" type="android.content.Intent"> </parameter> </method> <method name="setRemoteAdapter" return="void" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > <parameter name="appWidgetId" type="int"> </parameter> <parameter name="viewId" type="int">
core/java/android/widget/RemoteViews.java +0 −12 Original line number Diff line number Diff line Loading @@ -1274,18 +1274,6 @@ public class RemoteViews implements Parcelable, Filter { setInt(viewId, "setTextColor", color); } /** * Equivalent to calling {@link android.widget.AbsListView#setRemoteViewsAdapter(Intent)}. * * @param viewId The id of the view whose text should change * @param intent The intent of the service which will be * providing data to the RemoteViewsAdapter */ public void setRemoteAdapter(int viewId, Intent intent) { // Do nothing. This method will be removed after all widgets have been updated to the // new API. } /** * Equivalent to calling {@link android.widget.AbsListView#setRemoteViewsAdapter(Intent)}. * Loading