HomeSort by relevance Sort by last modified time
    Searched full:mailboxvalues (Results 1 - 1 of 1) sorted by null

  /packages/apps/Email/src/com/android/exchange/adapter/
EmailSyncAdapter.java 561 ContentValues mailboxValues = new ContentValues();
562 mailboxValues.put(Mailbox.SYNC_KEY, mMailbox.mSyncKey);
565 .withValues(mailboxValues).build());
    [all...]

Completed in 470 milliseconds