Searched refs:mSyncId (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DDeleteEventHelper.java92 private String mSyncId; field in class:DeleteEventHelper
207 mSyncId = mCursor.getString(eventIndexSyncId);
226 if (mSyncId == null) {
266 if (mSyncId == null) {
296 values.put(Events.ORIGINAL_EVENT, mSyncId);
H A DEditEvent.java259 * can be detected with mSyncId. If mSyncId == null, then the repeating
263 private String mSyncId; field in class:EditEvent
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;
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarSyncTestingBase.java230 int mSyncId; field in class:CalendarSyncTestingBase.EventInfo
H A DCalendarProvider2Test.java424 int mSyncId; field in class:CalendarProvider2Test.EventInfo
959 String syncId = String.format("%d", recur.mSyncId);
971 event.mSyncId = mGlobalSyncId;

Completed in 78 milliseconds