Searched refs:hostTag (Results 1 – 1 of 1) sorted by relevance
2794 widget.host = findHostByTag(loadedWidget.hostTag); in bindLoadedWidgetsLocked()3134 final int hostTag = !TextUtils.isEmpty(tagAttribute) in readProfileStateFromFileLocked() local3137 host.tag = hostTag; in readProfileStateFromFileLocked()3187 final int hostTag = Integer.parseInt(parser.getAttributeValue( in readProfileStateFromFileLocked() local3197 hostTag, providerTag); in readProfileStateFromFileLocked()4158 final int hostTag; field in AppWidgetServiceImpl.LoadedWidgetState4161 public LoadedWidgetState(Widget widget, int hostTag, int providerTag) { in LoadedWidgetState() argument4163 this.hostTag = hostTag; in LoadedWidgetState()