Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DRegisteredServicesCache.java70 …static final String XML_INDENT_OUTPUT_FEATURE = "http://xmlpull.org/v1/doc/features.html#indent-ou… field in RegisteredServicesCache
425 out.setFeature(XML_INDENT_OUTPUT_FEATURE, true); in writeDynamicSettingsLocked()
H A DRegisteredNfcFServicesCache.java62 …static final String XML_INDENT_OUTPUT_FEATURE = "http://xmlpull.org/v1/doc/features.html#indent-ou… field in RegisteredNfcFServicesCache
494 out.setFeature(XML_INDENT_OUTPUT_FEATURE, true); in writeDynamicSystemCodeNfcid2Locked()