D | AppWidgetManager.java | 931 bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUser(), provider, options); in bindAppWidgetId() 947 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider) { in bindAppWidgetIdIfAllowed() method in AppWidgetManager 951 return bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUserId(), provider, null); in bindAppWidgetIdIfAllowed() 970 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider, in bindAppWidgetIdIfAllowed() method in AppWidgetManager 975 return bindAppWidgetIdIfAllowed(appWidgetId, mContext.getUserId(), provider, options); in bindAppWidgetIdIfAllowed() 994 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, UserHandle user, in bindAppWidgetIdIfAllowed() method in AppWidgetManager 999 return bindAppWidgetIdIfAllowed(appWidgetId, user.getIdentifier(), provider, options); in bindAppWidgetIdIfAllowed() 1142 private boolean bindAppWidgetIdIfAllowed(int appWidgetId, int profileId, in bindAppWidgetIdIfAllowed() method in AppWidgetManager
|