Searched refs:XML_ATTR_UI_MODE (Results 1 – 2 of 2) sorted by relevance
2586 private static final String XML_ATTR_UI_MODE = "ui"; field in Configuration2631 configOut.uiMode = XmlUtils.readIntAttribute(parser, XML_ATTR_UI_MODE, 0); in readXmlAttrs()2698 XmlUtils.writeIntAttribute(xml, XML_ATTR_UI_MODE, config.uiMode); in writeXmlAttrs()
16591 Landroid/content/res/Configuration;->XML_ATTR_UI_MODE:Ljava/lang/String;