Searched refs:hostTag (Results 1 – 1 of 1) sorted by relevance
3302 widget.host = findHostByTag(loadedWidget.hostTag); in bindLoadedWidgetsLocked()3686 final int hostTag = parser.getAttributeIntHex(null, "tag", in readProfileStateFromFileLocked() local3689 host.tag = hostTag; in readProfileStateFromFileLocked()3709 final int hostTag = parser.getAttributeIntHex(null, "h"); in readProfileStateFromFileLocked() local3718 hostTag, providerTag); in readProfileStateFromFileLocked()5220 final int hostTag; field in AppWidgetServiceImpl.LoadedWidgetState5223 public LoadedWidgetState(Widget widget, int hostTag, int providerTag) { in LoadedWidgetState() argument5225 this.hostTag = hostTag; in LoadedWidgetState()