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()
195 int layoutId, String rootTag) { in AutoInstallsLayout() argument197 () -> res.getXml(layoutId), rootTag); in AutoInstallsLayout()202 Supplier<XmlPullParser> initialLayoutSupplier, String rootTag) { in AutoInstallsLayout() argument209 mRootTag = rootTag; in AutoInstallsLayout()