Searched refs:getSharedPreference (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java191 sReceivedProviderReminderBroadcast = Utils.getSharedPreference(this,
556 String skipRemindersPref = Utils.getSharedPreference(context,
565 boolean useQuietHours = Utils.getSharedPreference(context,
578 quietHoursStartHour = Utils.getSharedPreference(context,
581 quietHoursStartMinute = Utils.getSharedPreference(context,
584 quietHoursEndHour = Utils.getSharedPreference(context,
587 quietHoursEndMinute = Utils.getSharedPreference(context,
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java330 public static String[] getSharedPreference(Context context, String key, String[] defaultValue) { method in class:Utils
340 public static String getSharedPreference(Context context, String key, String defaultValue) { method in class:Utils
345 public static int getSharedPreference(Context context, String key, int defaultValue) { method in class:Utils
350 public static boolean getSharedPreference(Context context, String key, boolean defaultValue) { method in class:Utils
423 ringtone = getSharedPreference(context, GeneralPreferences.KEY_ALERTS_RINGTONE,
1712 String[] s = Utils.getSharedPreference(context, KEY_QUICK_RESPONSES, (String[]) null);
H A DAllInOneActivity.java305 if (Utils.getSharedPreference(this, OtherPreferences.KEY_OTHER_1, false)) {
316 && !Utils.getSharedPreference(this, GeneralPreferences.KEY_SKIP_SETUP, false)) {
382 mHideControls = !Utils.getSharedPreference(
H A DCalendarController.java313 mDetailViewType = Utils.getSharedPreference(mContext,
H A DDayView.java764 mCellHeight = Utils.getSharedPreference(mContext,
928 if(Utils.getSharedPreference(mContext, OtherPreferences.KEY_OTHER_1, false)) {
/packages/apps/Calendar/src/com/android/calendar/event/
H A DCreateEventDialogFragment.java271 defaultCalendar = Utils.getSharedPreference(activity,
H A DEditEventView.java1491 String defaultCalendar = Utils.getSharedPreference(

Completed in 368 milliseconds