Searched refs:hostTag (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2631 widget.host = findHostByTag(loadedWidget.hostTag);
2962 final int hostTag = !TextUtils.isEmpty(tagAttribute)
2965 host.tag = hostTag;
3015 final int hostTag = Integer.parseInt(parser.getAttributeValue(
3025 hostTag, providerTag);
3982 final int hostTag; field in class:AppWidgetServiceImpl.LoadedWidgetState
3985 public LoadedWidgetState(Widget widget, int hostTag, int providerTag) { argument
3987 this.hostTag = hostTag;

Completed in 115 milliseconds