Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java131 protected static final String BUNDLE_KEY_IS_DIALOG = "key_fragment_is_dialog"; field in EventInfoFragment
708 mIsDialog = savedInstanceState.getBoolean(BUNDLE_KEY_IS_DIALOG, false); in onActivityCreated()
862 mIsDialog = savedInstanceState.getBoolean(BUNDLE_KEY_IS_DIALOG, false); in onCreateView()
1157 outState.putBoolean(BUNDLE_KEY_IS_DIALOG, mIsDialog); in onSaveInstanceState()
DEventInfoActivity.java84 isDialog = icicle.getBoolean(EventInfoFragment.BUNDLE_KEY_IS_DIALOG); in onCreate()