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

/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java136 protected static final String BUNDLE_KEY_CURRENT_COLOR = "key_current_color"; field in class:EventInfoFragment
873 mCurrentColor = savedInstanceState.getInt(BUNDLE_KEY_CURRENT_COLOR);
1164 outState.putInt(BUNDLE_KEY_CURRENT_COLOR, mCurrentColor);

Completed in 57 milliseconds