Home | History | Annotate | Download | only in exchange

Lines Matching defs:syncKey

231                 userLog("Account syncKey INIT to 0");
322 userLog("Sending Account syncKey: ", mAccount.mSyncKey);
576 // 2) The syncKey isn't "0" (i.e. it's synced at least once)
602 String syncKey = c.getString(Mailbox.CONTENT_SYNC_KEY_COLUMN);
603 if ((syncKey == null) || syncKey.equals("0")) {