Searched defs:ACTION_APPWIDGET_UPDATE (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java163 * and you will receive an {@link #ACTION_APPWIDGET_UPDATE} broadcast for this AppWidget.
304 public static final String ACTION_APPWIDGET_UPDATE = "android.appwidget.action.APPWIDGET_UPDATE"; field in class:AppWidgetManager
495 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,
569 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,
600 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,
635 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,
657 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,

Completed in 80 milliseconds