HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_INDEX_CALENDAR_ID (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 124 private static final int EVENT_INDEX_CALENDAR_ID = 4;
350 String where = String.format(CALENDARS_WHERE, mEventCursor.getLong(EVENT_INDEX_CALENDAR_ID));
786 int calendarId = cursor.getInt(EVENT_INDEX_CALENDAR_ID);
    [all...]
EditEvent.java 145 private static final int EVENT_INDEX_CALENDAR_ID = 6;
674 long calendarId = mEventCursor.getInt(EVENT_INDEX_CALENDAR_ID);
    [all...]

Completed in 261 milliseconds