Home | History | Annotate | Download | only in exchange

Lines Matching refs:mSyncKey

229             if (mAccount.mSyncKey == null) {
230 mAccount.mSyncKey = "0";
233 cv.put(AccountColumns.SYNC_KEY, mAccount.mSyncKey);
237 boolean firstSync = mAccount.mSyncKey.equals("0");
314 userLog("Sending Account syncKey: ", mAccount.mSyncKey);
317 .text(mAccount.mSyncKey).end().end().done();