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/
DRegisteredServicesCache.java69 …static final String XML_INDENT_OUTPUT_FEATURE = "http://xmlpull.org/v1/doc/features.html#indent-ou… field in RegisteredServicesCache
424 out.setFeature(XML_INDENT_OUTPUT_FEATURE, true); in writeDynamicSettingsLocked()
DRegisteredNfcFServicesCache.java61 …static final String XML_INDENT_OUTPUT_FEATURE = "http://xmlpull.org/v1/doc/features.html#indent-ou… field in RegisteredNfcFServicesCache
493 out.setFeature(XML_INDENT_OUTPUT_FEATURE, true); in writeDynamicSystemCodeNfcid2Locked()