Searched refs:setFeature (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFastXmlSerializerTest.java35 out.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
/frameworks/base/core/java/android/util/
H A DXml.java93 parser.setFeature(XmlPullParser.FEATURE_PROCESS_DOCDECL, true);
94 parser.setFeature(XmlPullParser.FEATURE_PROCESS_NAMESPACES, true);
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DExpatPerformanceTest.java95 pullParser.setFeature(XmlPullParser.FEATURE_PROCESS_NAMESPACES, true);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DParserFactory.java70 parser.setFeature(XmlPullParser.FEATURE_PROCESS_NAMESPACES, true);
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DStackOverflowXmlParser.java40 parser.setFeature(XmlPullParser.FEATURE_PROCESS_NAMESPACES, false);
/frameworks/base/services/java/com/android/server/display/
H A DPersistentDataStore.java269 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
/frameworks/base/services/java/com/android/server/input/
H A DPersistentDataStore.java261 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java99 public void setFeature(String name, boolean state) method in class:BridgeXmlBlockParser
/frameworks/base/services/java/com/android/server/pm/
H A DUserManagerService.java598 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
663 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
1093 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
H A DSettings.java1030 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
1256 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
H A DPackageManagerService.java10128 serializer.setFeature(
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java84 public void setFeature(String name, boolean state) throws XmlPullParserException { method in class:XmlBlock.Parser
/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java298 public void setFeature(String name, boolean state) throws IllegalArgumentException, method in class:FastXmlSerializer
H A DXmlUtils.java180 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
203 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
/frameworks/base/services/java/com/android/server/am/
H A DCompatModePackages.java351 out.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
H A DUsageStatsService.java614 out.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java541 out.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
/frameworks/base/services/java/com/android/server/usb/
H A DUsbSettingsManager.java509 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
/frameworks/base/services/java/com/android/server/content/
H A DSyncStorageEngine.java1760 out.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java3358 out.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);

Completed in 2621 milliseconds