Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DAllInOneActivity.java93 private static final String BUNDLE_KEY_RESTORE_VIEW = "key_restore_view"; field in AllInOneActivity
334 viewType = icicle.getInt(BUNDLE_KEY_RESTORE_VIEW, -1); in onCreate()
596 outState.putInt(BUNDLE_KEY_RESTORE_VIEW, mCurrentView); in onSaveInstanceState()