Searched refs:bindAppWidgetIdIfAllowed (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java91 * display and bindAppWidgetIdIfAllowed returns false.
652 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider) { method in class:AppWidgetManager
657 return sService.bindAppWidgetIdIfAllowed(
681 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider, method in class:AppWidgetManager
687 return sService.bindAppWidgetIdIfAllowed(
/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl56 boolean bindAppWidgetIdIfAllowed(
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java165 public boolean bindAppWidgetIdIfAllowed( method in class:AppWidgetService
168 return getImplForUser(getCallingOrCurrentUserId()).bindAppWidgetIdIfAllowed(
H A DAppWidgetServiceImpl.java607 public boolean bindAppWidgetIdIfAllowed( method in class:AppWidgetServiceImpl

Completed in 82 milliseconds