Searched refs:getDataKey (Results 1 – 4 of 4) sorted by relevance
220 final String headerKey = XmlParserUtils.getDataKey(context, attrs); in convertResource()280 key = XmlParserUtils.getDataKey(context, attrs); in convertResource()
38 public static String getDataKey(Context context, AttributeSet attrs) { in getDataKey() method in XmlParserUtils
93 String key = PreferenceXmlParserUtils.getDataKey(mContext, attrs); in testDataKeyValid_ReturnsPreferenceKey()139 String key = PreferenceXmlParserUtils.getDataKey(mContext, attrs); in testDataKeyInvalid_ReturnsNull()
112 public static String getDataKey(Context context, AttributeSet attrs) { in getDataKey() method in PreferenceXmlParserUtils