Home
last modified time | relevance | path

Searched refs:CALENDARS_INDEX_OWNER_ACCOUNT (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java234 static final int CALENDARS_INDEX_OWNER_ACCOUNT = 2; field in EventInfoFragment
769 String tempAccount = mCalendarsCursor.getString(CALENDARS_INDEX_OWNER_ACCOUNT); in updateCalendar()
H A DDayView.java147 private static final int CALENDARS_INDEX_OWNER_ACCOUNT = 2; field in DayView