Searched refs:getAppWidgetOptions (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl47 Bundle getAppWidgetOptions(int appWidgetId);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java377 * @see #getAppWidgetOptions(int)
402 public Bundle getAppWidgetOptions(int appWidgetId) { method in class:AppWidgetManager
404 return sService.getAppWidgetOptions(appWidgetId);
H A DAppWidgetHostView.java284 Bundle oldOptions = widgetManager.getAppWidgetOptions(mAppWidgetId);
550 Bundle options = manager.getAppWidgetOptions(mAppWidgetId);
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java266 public Bundle getAppWidgetOptions(int appWidgetId) { method in class:AppWidgetService
267 return getImplForUser(getCallingOrCurrentUserId()).getAppWidgetOptions(appWidgetId);
H A DAppWidgetServiceImpl.java920 public Bundle getAppWidgetOptions(int appWidgetId) { method in class:AppWidgetServiceImpl

Completed in 1513 milliseconds