HomeSort by relevance Sort by last modified time
    Searched refs:BUNDLE_KEY_IS_DIALOG (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 57 isDialog = icicle.getBoolean(EventInfoFragment.BUNDLE_KEY_IS_DIALOG);
EventInfoFragment.java 124 protected static final String BUNDLE_KEY_IS_DIALOG = "key_fragment_is_dialog";
564 mIsDialog = savedInstanceState.getBoolean(BUNDLE_KEY_IS_DIALOG, false);
653 mIsDialog = savedInstanceState.getBoolean(BUNDLE_KEY_IS_DIALOG, false);
    [all...]

Completed in 16 milliseconds