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

/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java139 protected static final String BUNDLE_KEY_ORIGINAL_COLOR = "key_original_color"; field in class:EventInfoFragment
870 mOriginalColor = savedInstanceState.getInt(BUNDLE_KEY_ORIGINAL_COLOR);
1162 outState.putInt(BUNDLE_KEY_ORIGINAL_COLOR, mOriginalColor);

Completed in 36 milliseconds