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

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java92 * display and bindAppWidgetIdIfAllowed returns false.
664 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider) { method in class:AppWidgetManager
669 return sService.bindAppWidgetIdIfAllowed(
693 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider, method in class:AppWidgetManager
699 return sService.bindAppWidgetIdIfAllowed(
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java178 public boolean bindAppWidgetIdIfAllowed( method in class:AppWidgetService
181 return getImplForUser(getCallingOrCurrentUserId()).bindAppWidgetIdIfAllowed(
H A DAppWidgetServiceImpl.java623 public boolean bindAppWidgetIdIfAllowed( method in class:AppWidgetServiceImpl

Completed in 1117 milliseconds