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

  /packages/apps/Exchange/src/com/android/exchange/adapter/
Parser.java 227 public byte[] getValueBytes() throws IOException {
EmailSyncParser.java 197 Base64.encodeToString(getValueBytes(), Base64.URL_SAFE);
201 getValueBytes();
    [all...]
EmailSyncAdapter.java 599 Base64.encodeToString(getValueBytes(), Base64.URL_SAFE);
603 getValueBytes();
    [all...]

Completed in 173 milliseconds