Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -7063,6 +7063,7 @@ package android.appwidget { method public static void deleteAllHosts(); method public void deleteAppWidgetId(int); method public void deleteHost(); method public int[] getAppWidgetIds(); method protected android.appwidget.AppWidgetHostView onCreateView(android.content.Context, int, android.appwidget.AppWidgetProviderInfo); method protected void onProviderChanged(int, android.appwidget.AppWidgetProviderInfo); method protected void onProvidersChanged(); api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -7529,6 +7529,7 @@ package android.appwidget { method public static void deleteAllHosts(); method public void deleteAppWidgetId(int); method public void deleteHost(); method public int[] getAppWidgetIds(); method protected android.appwidget.AppWidgetHostView onCreateView(android.content.Context, int, android.appwidget.AppWidgetProviderInfo); method protected void onProviderChanged(int, android.appwidget.AppWidgetProviderInfo); method protected void onProvidersChanged(); api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -7094,6 +7094,7 @@ package android.appwidget { method public static void deleteAllHosts(); method public void deleteAppWidgetId(int); method public void deleteHost(); method public int[] getAppWidgetIds(); method protected android.appwidget.AppWidgetHostView onCreateView(android.content.Context, int, android.appwidget.AppWidgetProviderInfo); method protected void onProviderChanged(int, android.appwidget.AppWidgetProviderInfo); method protected void onProvidersChanged(); core/java/android/appwidget/AppWidgetHost.java +0 −2 Original line number Diff line number Diff line Loading @@ -276,8 +276,6 @@ public class AppWidgetHost { /** * Gets a list of all the appWidgetIds that are bound to the current host * * @hide */ public int[] getAppWidgetIds() { try { Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -7063,6 +7063,7 @@ package android.appwidget { method public static void deleteAllHosts(); method public void deleteAppWidgetId(int); method public void deleteHost(); method public int[] getAppWidgetIds(); method protected android.appwidget.AppWidgetHostView onCreateView(android.content.Context, int, android.appwidget.AppWidgetProviderInfo); method protected void onProviderChanged(int, android.appwidget.AppWidgetProviderInfo); method protected void onProvidersChanged();
api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -7529,6 +7529,7 @@ package android.appwidget { method public static void deleteAllHosts(); method public void deleteAppWidgetId(int); method public void deleteHost(); method public int[] getAppWidgetIds(); method protected android.appwidget.AppWidgetHostView onCreateView(android.content.Context, int, android.appwidget.AppWidgetProviderInfo); method protected void onProviderChanged(int, android.appwidget.AppWidgetProviderInfo); method protected void onProvidersChanged();
api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -7094,6 +7094,7 @@ package android.appwidget { method public static void deleteAllHosts(); method public void deleteAppWidgetId(int); method public void deleteHost(); method public int[] getAppWidgetIds(); method protected android.appwidget.AppWidgetHostView onCreateView(android.content.Context, int, android.appwidget.AppWidgetProviderInfo); method protected void onProviderChanged(int, android.appwidget.AppWidgetProviderInfo); method protected void onProvidersChanged();
core/java/android/appwidget/AppWidgetHost.java +0 −2 Original line number Diff line number Diff line Loading @@ -276,8 +276,6 @@ public class AppWidgetHost { /** * Gets a list of all the appWidgetIds that are bound to the current host * * @hide */ public int[] getAppWidgetIds() { try { Loading