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

  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
SimpleIcsWriter.java 29 public class SimpleIcsWriter {
34 public SimpleIcsWriter() {
  /packages/apps/Exchange/exchange2/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...]
  /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 145 milliseconds