OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSharedPreference
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java
191
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,
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
Utils.java
330
public static String[]
getSharedPreference
(Context context, String key, String[] defaultValue) {
340
public static String
getSharedPreference
(Context context, String key, String defaultValue) {
345
public static int
getSharedPreference
(Context context, String key, int defaultValue) {
350
public static boolean
getSharedPreference
(Context context, String key, boolean defaultValue) {
423
ringtone =
getSharedPreference
(context, GeneralPreferences.KEY_ALERTS_RINGTONE,
[
all
...]
AllInOneActivity.java
305
if (Utils.
getSharedPreference
(this, OtherPreferences.KEY_OTHER_1, false)) {
316
&& !Utils.
getSharedPreference
(this, GeneralPreferences.KEY_SKIP_SETUP, false)) {
382
mHideControls = !Utils.
getSharedPreference
(
[
all
...]
CalendarController.java
313
mDetailViewType = Utils.
getSharedPreference
(mContext,
[
all
...]
DayView.java
764
mCellHeight = Utils.
getSharedPreference
(mContext,
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/event/
CreateEventDialogFragment.java
271
defaultCalendar = Utils.
getSharedPreference
(activity,
EditEventView.java
[
all
...]
Completed in 137 milliseconds