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

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java147 * and you will receive an {@link #ACTION_APPWIDGET_UPDATE} broadcast for this AppWidget.
267 public static final String ACTION_APPWIDGET_UPDATE = "android.appwidget.action.APPWIDGET_UPDATE"; field in class:AppWidgetManager
365 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,
433 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,
461 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,
493 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,
512 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast,

Completed in 44 milliseconds