Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DSerializer.java59 public Serializer(boolean startDocument) throws IOException { in Serializer() argument
60 this(new ByteArrayOutputStream(), startDocument); in Serializer()
70 public Serializer(OutputStream outputStream, boolean startDocument) throws IOException { in Serializer() argument
73 if (startDocument) { in Serializer()
74 startDocument(); in Serializer()
98 public void startDocument() throws IOException{ in startDocument() method in Serializer
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
DVideoEditorProject.java1245 serializer.startDocument("UTF-8", true); in saveToXml()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasSyncService.java687 s.startDocument("UTF-8", false); in tryAutodiscover()