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

/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java126 protected static final String BUNDLE_KEY_WINDOW_STYLE = "key_window_style"; field in class:EventInfoFragment
508 mWindowStyle = savedInstanceState.getInt(BUNDLE_KEY_WINDOW_STYLE,
597 mWindowStyle = savedInstanceState.getInt(BUNDLE_KEY_WINDOW_STYLE,
775 outState.putInt(BUNDLE_KEY_WINDOW_STYLE, mWindowStyle);

Completed in 79 milliseconds