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

/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java134 protected static final String BUNDLE_KEY_CALENDAR_COLOR = "key_calendar_color"; field in class:EventInfoFragment
867 mCalendarColor = savedInstanceState.getInt(BUNDLE_KEY_CALENDAR_COLOR);
1160 outState.putInt(BUNDLE_KEY_CALENDAR_COLOR, mCalendarColor);

Completed in 45 milliseconds