Home | History | Annotate | Download | only in calendar

Lines Matching refs:mSyncId

259      * can be detected with mSyncId.  If mSyncId == null, then the repeating
263 private String mSyncId;
1025 mSyncId = cursor.getString(EVENT_INDEX_SYNC_ID);
1032 if (mSyncId == null) {
1068 (mSyncId == null) ? MODIFY_ALL : MODIFY_SELECTED;
1071 (mSyncId == null) ? MODIFY_ALL_FOLLOWING : MODIFY_ALL;