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

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java93 * an AppWidget to display and bindAppWidgetIdIfAllowed returns false.
679 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider) { method in class:AppWidgetManager
684 return sService.bindAppWidgetIdIfAllowed(
708 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider, method in class:AppWidgetManager
714 return sService.bindAppWidgetIdIfAllowed(mContext.getPackageName(), appWidgetId,
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java157 public boolean bindAppWidgetIdIfAllowed( method in class:AppWidgetService
160 return getImplForUser(userId).bindAppWidgetIdIfAllowed(
H A DAppWidgetServiceImpl.java645 public boolean bindAppWidgetIdIfAllowed( method in class:AppWidgetServiceImpl

Completed in 114 milliseconds