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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java64 static AutoInstallsLayout get(Context context, AppWidgetHost appWidgetHost, argument
79 return new AutoInstallsLayout(context, appWidgetHost, callback, pkg, res, layoutId);
127 public AutoInstallsLayout(Context context, AppWidgetHost appWidgetHost, argument
130 mAppWidgetHost = appWidgetHost;

Completed in 69 milliseconds