Searched refs:cloneIfLocalBinder (Results 1 – 1 of 1) sorted by relevance
1126 widget.options = (options != null) ? cloneIfLocalBinder(options) : new Bundle(); in bindAppWidgetId()1376 return cloneIfLocalBinder(widget.provider.getInfoLocked(mContext)); in getAppWidgetInfo()1403 return cloneIfLocalBinder(widget.getEffectiveViewsLocked()); in getAppWidgetViews()1463 return cloneIfLocalBinder(widget.options); in getAppWidgetOptions()1758 result.add(cloneIfLocalBinder(info)); in getInstalledProvidersForProfile()2234 private static RemoteViews cloneIfLocalBinder(RemoteViews rv) { in cloneIfLocalBinder() method in AppWidgetServiceImpl2241 private static AppWidgetProviderInfo cloneIfLocalBinder(AppWidgetProviderInfo info) { in cloneIfLocalBinder() method in AppWidgetServiceImpl2248 private static Bundle cloneIfLocalBinder(Bundle bundle) { in cloneIfLocalBinder() method in AppWidgetServiceImpl4380 cloneIfLocalBinder(widget.getEffectiveViewsLocked())); in getPendingUpdatesForIdLocked()