Home | History | Annotate | Download | only in exchange

Lines Matching defs:syncKey

471                     String syncKey = "0";
475 syncKey = existingAccount.mSyncKey;
478 s.start(Tags.FOLDER_FOLDER_SYNC).start(Tags.FOLDER_SYNC_KEY).text(syncKey)
1653 String syncKey = target.getSyncKey();
1654 userLog("sync, sending ", className, " syncKey: ", syncKey);
1662 s.data(Tags.SYNC_SYNC_KEY, syncKey)
1667 boolean initialSync = syncKey.equals("0");
1886 String syncKey = target.getSyncKey();
1888 "0".equals(syncKey)) {