Home
last modified time | relevance | path

Searched refs:startDocument (Results 1 – 25 of 143) sorted by relevance

123456

/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DXmlSerializerWrapper.java63 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() method in XmlSerializerWrapper
64 mWrapped.startDocument(encoding, standalone); in startDocument()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeConfigTest.java208 out.startDocument(null, true); in testRuleXml()
246 out.startDocument(null, true); in testRuleXml_pkg_component()
270 out.startDocument(null, true); in testRuleXml_pkg_configActivity()
295 out.startDocument(null, true); in testRuleXml_getPkg_nullPkg()
/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DFastXmlSerializerTest.java50 out.startDocument(null, true); in testEmptyText()
70 out.startDocument(null, true); in checkPreserved()
H A DXmlUtilsTest.java56 serializer.startDocument(null, true); in testreadWriteXmlByteArrayValue()
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DBasicTest.java73 serializer.startDocument(PidfParserConstant.ENCODING_UTF_8, true); in testSerializingWithBasicOpen()
92 serializer.startDocument(PidfParserConstant.ENCODING_UTF_8, true); in testSerializingWithBasicClosed()
H A DContactTest.java77 serializer.startDocument(PidfParserConstant.ENCODING_UTF_8, true); in testSerializing()
H A DNoteTest.java75 serializer.startDocument(PidfParserConstant.ENCODING_UTF_8, true); in testSerializing()
H A DStatusTest.java76 serializer.startDocument(PidfParserConstant.ENCODING_UTF_8, true); in testSerializing()
H A DTimestampTest.java76 serializer.startDocument(PidfParserConstant.ENCODING_UTF_8, true); in testSerializing()
/aosp12/frameworks/base/core/java/android/util/
H A DXml.java271 out.startDocument(in.getInputEncoding(), true); in copy()
278 out.startDocument(in.getInputEncoding(), true); in copy()
/aosp12/packages/apps/KeyChain/src/com/android/keychain/
H A DKeyChainStateStorage.java91 out.startDocument(null, true); in saveCredentialManagementApp()
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/playlist/
H A DWplPlaylistPersister.java74 doc.startDocument(null, true); in write()
H A DXspfPlaylistPersister.java72 doc.startDocument(null, true); in write()
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java93 serializer.startDocument("UTF-8", true); in dumpWindowToFile()
126 serializer.startDocument("UTF-8", true); in dumpWindowsToFile()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListing.java108 xmlMsgElement.startDocument("UTF-8", true); in encode()
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/capabilities/
H A DAudioTest.java74 serializer.startDocument(PidfParserConstant.ENCODING_UTF_8, true); in testSerializing()
H A DVideoTest.java74 serializer.startDocument(PidfParserConstant.ENCODING_UTF_8, true); in testSerializing()
/aosp12/frameworks/base/core/tests/coretests/src/android/security/
H A DCredentialManagementAppTest.java120 xml.startDocument(null, true); in writeToXml()
/aosp12/frameworks/base/services/core/java/com/android/server/net/watchlist/
H A DWatchlistSettings.java150 out.startDocument(null, true); in saveSettings()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackageItem.java165 itemOut.startDocument(null, true); in saveToFile()
/aosp12/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DPersistentSystemFontConfig.java99 out.startDocument(null /* encoding */, true /* standalone */); in writeToXml()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/interactacrossprofiles/
H A DCrossProfileAppsSnapshot.java98 serializer.startDocument(null, true); in writeCrossProfileApps()
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/omapres/
H A DDescriptionTest.java76 serializer.startDocument(PidfParserConstant.ENCODING_UTF_8, true); in testSerializing()
H A DServiceIdTest.java76 serializer.startDocument(PidfParserConstant.ENCODING_UTF_8, true); in testSerializing()
H A DVersionTest.java77 serializer.startDocument(PidfParserConstant.ENCODING_UTF_8, true); in testSerializing()

123456