Searched refs:BUNDLE_KEY_IS_DIALOG (Results 1 – 2 of 2) sorted by relevance
131 protected static final String BUNDLE_KEY_IS_DIALOG = "key_fragment_is_dialog"; field in EventInfoFragment708 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()
84 isDialog = icicle.getBoolean(EventInfoFragment.BUNDLE_KEY_IS_DIALOG); in onCreate()