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

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarColorPickerDialog.java55 static final int CALENDARS_INDEX_ACCOUNT_TYPE = 1; field in class:CalendarColorPickerDialog
107 cursor.getString(CALENDARS_INDEX_ACCOUNT_TYPE) };
H A DEventInfoFragment.java286 static final int CALENDARS_INDEX_ACCOUNT_TYPE = 5; field in class:EventInfoFragment
509 mCalendarsCursor.getString(CALENDARS_INDEX_ACCOUNT_TYPE) };
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java199 static final int CALENDARS_INDEX_ACCOUNT_TYPE = 12; field in class:EditEventHelper
1143 model.mCalendarAccountType = cursor.getString(CALENDARS_INDEX_ACCOUNT_TYPE);
H A DEditEventView.java1750 mModel.mCalendarAccountType = c.getString(EditEventHelper.CALENDARS_INDEX_ACCOUNT_TYPE);

Completed in 1319 milliseconds