Home
last modified time | relevance | path

Searched defs:bindAppWidgetId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java910 public void bindAppWidgetId(int appWidgetId, ComponentName provider) { in bindAppWidgetId() method in AppWidgetManager
933 public void bindAppWidgetId(int appWidgetId, ComponentName provider, Bundle options) { in bindAppWidgetId() method in AppWidgetManager
/frameworks/base/core/java/com/android/internal/appwidget/
DIAppWidgetService.aidl68 boolean bindAppWidgetId(in String callingPackage, int appWidgetId, in bindAppWidgetId() method
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java1088 public boolean bindAppWidgetId(String callingPackage, int appWidgetId, in bindAppWidgetId() method in AppWidgetServiceImpl