Home | History | Annotate | Download | only in exchange

Lines Matching defs:syncKey

976                                             log("Deleting events and setting syncKey to 0 for " +
980 // Set the syncKey to 0 (reset)
1242 * devices (e.g. the syncKey is specific to a device) If we're on an emulator or some other
1365 String syncKey = acct.mSyncKey;
1367 if (!force && (syncKey == null || syncKey.equals("0"))) {