Home
last modified time | relevance | path

Searched refs:XML_INDENT_OUTPUT_FEATURE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredNfcFServicesCache.java67 …static final String XML_INDENT_OUTPUT_FEATURE = "http://xmlpull.org/v1/doc/features.html#indent-ou… field in RegisteredNfcFServicesCache
540 out.setFeature(XML_INDENT_OUTPUT_FEATURE, true); in writeDynamicSystemCodeNfcid2Locked()
DRegisteredServicesCache.java84 …static final String XML_INDENT_OUTPUT_FEATURE = "http://xmlpull.org/v1/doc/features.html#indent-ou… field in RegisteredServicesCache
865 out.setFeature(XML_INDENT_OUTPUT_FEATURE, true); in writeDynamicSettingsLocked()
909 out.setFeature(XML_INDENT_OUTPUT_FEATURE, true); in writeOthersLocked()