D | AppWidgetManager.java | 897 bindAppWidgetIdIfAllowed(appWidgetId, Process.myUserHandle(), provider, options); in bindAppWidgetId() 913 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider) { in bindAppWidgetIdIfAllowed() method in AppWidgetManager 917 return bindAppWidgetIdIfAllowed(appWidgetId, UserHandle.myUserId(), provider, null); in bindAppWidgetIdIfAllowed() 936 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider, in bindAppWidgetIdIfAllowed() method in AppWidgetManager 941 return bindAppWidgetIdIfAllowed(appWidgetId, UserHandle.myUserId(), provider, options); in bindAppWidgetIdIfAllowed() 960 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, UserHandle user, in bindAppWidgetIdIfAllowed() method in AppWidgetManager 965 return bindAppWidgetIdIfAllowed(appWidgetId, user.getIdentifier(), provider, options); in bindAppWidgetIdIfAllowed() 1128 private boolean bindAppWidgetIdIfAllowed(int appWidgetId, int profileId, in bindAppWidgetIdIfAllowed() method in AppWidgetManager
|