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

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java146 * and you will receive an {@link #ACTION_APPWIDGET_UPDATE} broadcast for this AppWidget.
266 public static final String ACTION_APPWIDGET_UPDATE = "android.appwidget.action.APPWIDGET_UPDATE"; field in class:AppWidgetManager
352 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,
420 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,
448 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,
480 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,
499 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,

Completed in 53 milliseconds