Searched refs:getDataTitle (Results 1 – 2 of 2) sorted by relevance
244 final String screenTitle = XmlParserUtils.getDataTitle(context, attrs); in convertResource()268 headerTitle = XmlParserUtils.getDataTitle(context, attrs); in convertResource()305 title = XmlParserUtils.getDataTitle(context, attrs); in convertResource()
44 public static String getDataTitle(Context context, AttributeSet attrs) { in getDataTitle() method in XmlParserUtils