HomeSort by relevance Sort by last modified time
    Searched refs:AppWidgetService (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
SystemServer.java 256 AppWidgetService appWidget = null;
517 appWidget = new AppWidgetService(context);
626 final AppWidgetService appWidgetF = appWidget;
    [all...]
AppWidgetService.java 78 class AppWidgetService extends IAppWidgetService.Stub
80 private static final String TAG = "AppWidgetService";
122 * globally and may lead us to leak AppWidgetService instances (if there were more than one).
177 AppWidgetService(Context context) {
564 Log.e("AppWidgetService", "Error (unbindRemoteViewsService): Connection not bound");
    [all...]

Completed in 135 milliseconds