Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DAllInOneActivity.java348 mIsMultipane = Utils.getConfigBool(this, R.bool.multiple_pane_config); in onCreate()
349 mIsTabletConfig = Utils.getConfigBool(this, R.bool.tablet_config); in onCreate()
351 Utils.getConfigBool(this, R.bool.show_calendar_controls); in onCreate()
353 Utils.getConfigBool(this, R.bool.show_event_info_full_screen); in onCreate()
DEventInfoFragment.java450 mIsTabletConfig = Utils.getConfigBool(mActivity, R.bool.tablet_config); in onAttach()
DUtils.java741 public static boolean getConfigBool(Context c, int key) { in getConfigBool() method in Utils
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekAdapter.java88 mShowAgendaWithMonth = Utils.getConfigBool(context, R.bool.show_agenda_with_month); in MonthByWeekAdapter()
DMonthByWeekFragment.java227 mShowCalendarControls = Utils.getConfigBool(activity, R.bool.show_calendar_controls); in onAttach()
DMonthWeekEventsView.java350 mShowDetailsInMonth = Utils.getConfigBool(getContext(), R.bool.show_details_in_month); in initView()