HomeSort by relevance Sort by last modified time
    Searched defs:SimpleIcsWriter (Results 1 - 2 of 2) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/utility/
SimpleIcsWriter.java 28 public class SimpleIcsWriter {
33 public SimpleIcsWriter() {
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
SimpleIcsWriterTests.java 25 * Test for {@link SimpleIcsWriter}.
38 * Test for {@link SimpleIcsWriter#writeTag}. It also covers {@link SimpleIcsWriter#getBytes()}
39 * and {@link SimpleIcsWriter#escapeTextValue}.
42 final SimpleIcsWriter ics = new SimpleIcsWriter();
81 final SimpleIcsWriter ics = new SimpleIcsWriter();
108 assertNull(SimpleIcsWriter.quoteParamValue(null));
109 assertEquals("\"\"", SimpleIcsWriter.quoteParamValue(""))
    [all...]

Completed in 39 milliseconds