Searched refs:rootTag (Results 1 – 3 of 3) sorted by relevance
316 String rootTag = parser.getName(); in inflate() local317 if (!TAG_CONTACTS_ACCOUNT_TYPE.equals(rootTag) && in inflate()318 !TAG_CONTACTS_SOURCE_LEGACY.equals(rootTag)) { in inflate()320 + TAG_CONTACTS_ACCOUNT_TYPE + ", not " + rootTag); in inflate()
354 String rootTag = parser.getName(); in inflate() local355 if (!TAG_CONTACTS_ACCOUNT_TYPE.equals(rootTag) in inflate()356 && !TAG_CONTACTS_SOURCE_LEGACY.equals(rootTag)) { in inflate()358 "Top level element must be " + TAG_CONTACTS_ACCOUNT_TYPE + ", not " + rootTag); in inflate()
181 int layoutId, String rootTag) { in AutoInstallsLayout() argument182 this(context, appWidgetHost, callback, res, () -> res.getXml(layoutId), rootTag); in AutoInstallsLayout()187 Supplier<XmlPullParser> initialLayoutSupplier, String rootTag) { in AutoInstallsLayout() argument194 mRootTag = rootTag; in AutoInstallsLayout()