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

/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java283 static final int CALENDARS_INDEX_OWNER_ACCOUNT = 2; field in class:EventInfoFragment
601 String email = mCalendarsCursor.getString(CALENDARS_INDEX_OWNER_ACCOUNT);
1749 String tempAccount = mCalendarsCursor.getString(CALENDARS_INDEX_OWNER_ACCOUNT);
H A DDayView.java148 private static final int CALENDARS_INDEX_OWNER_ACCOUNT = 2; field in class:DayView
4520 calendarOwnerAccount = cursor.getString(CALENDARS_INDEX_OWNER_ACCOUNT);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java189 static final int CALENDARS_INDEX_OWNER_ACCOUNT = 2; field in class:EditEventHelper
H A DEditEventView.java710 EditEventHelper.CALENDARS_INDEX_OWNER_ACCOUNT);

Completed in 203 milliseconds