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

  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
ParserTest.java 61 final byte[] bytes = getValueBytes();
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Parser.java 229 public byte[] getValueBytes() throws IOException {
EmailSyncParser.java 221 Base64.encodeToString(getValueBytes(), Base64.URL_SAFE);
225 getValueBytes();
    [all...]

Completed in 357 milliseconds