Home
last modified time | relevance | path

Searched defs:prefs (Results 1 – 25 of 148) sorted by relevance

123456

/packages/apps/DeskClock/src/com/android/deskclock/data/
DSettingsDAO.java73 static int getGlobalIntentId(SharedPreferences prefs) { in getGlobalIntentId()
80 static void updateGlobalIntentId(SharedPreferences prefs) { in updateGlobalIntentId()
88 static CitySort getCitySort(SharedPreferences prefs) { in getCitySort()
97 static void toggleCitySort(SharedPreferences prefs) { in toggleCitySort()
107 static boolean getAutoShowHomeClock(SharedPreferences prefs) { in getAutoShowHomeClock()
114 static TimeZone getHomeTimeZone(Context context, SharedPreferences prefs, TimeZone defaultTZ) { in getHomeTimeZone()
137 static ClockStyle getClockStyle(Context context, SharedPreferences prefs) { in getClockStyle()
144 static boolean getDisplayClockSeconds(SharedPreferences prefs) { in getDisplayClockSeconds()
151 static void setDisplayClockSeconds(SharedPreferences prefs, boolean displaySeconds) { in setDisplayClockSeconds()
159 static void setDefaultDisplayClockSeconds(Context context, SharedPreferences prefs) { in setDefaultDisplayClockSeconds()
[all …]
DStopwatchDAO.java58 static Stopwatch getStopwatch(SharedPreferences prefs) { in getStopwatch()
77 static void setStopwatch(SharedPreferences prefs, Stopwatch stopwatch) { in setStopwatch()
98 static List<Lap> getLaps(SharedPreferences prefs) { in getLaps()
131 static void addLap(SharedPreferences prefs, int newLapCount, long accumulatedTime) { in addLap()
141 static void clearLaps(SharedPreferences prefs) { in clearLaps()
DCustomRingtoneDAO.java53 static CustomRingtone addCustomRingtone(SharedPreferences prefs, Uri uri, String title) { in addCustomRingtone()
71 static void removeCustomRingtone(SharedPreferences prefs, long id) { in removeCustomRingtone()
90 static List<CustomRingtone> getCustomRingtones(SharedPreferences prefs) { in getCustomRingtones()
104 private static Set<String> getRingtoneIds(SharedPreferences prefs) { in getRingtoneIds()
DTimerDAO.java72 static List<Timer> getTimers(SharedPreferences prefs) { in getTimers()
105 static Timer addTimer(SharedPreferences prefs, Timer timer) { in addTimer()
138 static void updateTimer(SharedPreferences prefs, Timer timer) { in updateTimer()
158 static void removeTimer(SharedPreferences prefs, Timer timer) { in removeTimer()
186 private static Set<String> getTimerIds(SharedPreferences prefs) { in getTimerIds()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DAdvancedSettingsFragment.java57 final SharedPreferences prefs = getPreferenceManager().getSharedPreferences(); in onCreate() local
100 final SharedPreferences prefs = getPreferenceManager().getSharedPreferences(); in onResume() local
105 public void onSharedPreferenceChanged(final SharedPreferences prefs, final String key) { in onSharedPreferenceChanged()
118 final SharedPreferences prefs = getSharedPreferences(); in refreshEnablingsOfKeypressSoundAndVibrationSettings() local
132 final SharedPreferences prefs = getSharedPreferences(); in setupKeypressVibrationDurationSettings() local
176 final SharedPreferences prefs = getSharedPreferences(); in setupKeypressSoundVolumeSettings() local
227 final SharedPreferences prefs = getSharedPreferences(); in setupKeyLongpressTimeoutSettings() local
DSettings.java156 public void onSharedPreferenceChanged(final SharedPreferences prefs, final String key) { in onSharedPreferenceChanged()
177 final SharedPreferences prefs = mPrefs; in loadSettings() local
204 public static boolean readKeypressSoundEnabled(final SharedPreferences prefs, in readKeypressSoundEnabled()
210 public static boolean readVibrationEnabled(final SharedPreferences prefs, in readVibrationEnabled()
217 public static boolean readAutoCorrectEnabled(final SharedPreferences prefs, in readAutoCorrectEnabled()
226 public static boolean readBlockPotentiallyOffensive(final SharedPreferences prefs, in readBlockPotentiallyOffensive()
236 public static boolean readGestureInputEnabled(final SharedPreferences prefs, in readGestureInputEnabled()
246 public static boolean readKeyPreviewPopupEnabled(final SharedPreferences prefs, in readKeyPreviewPopupEnabled()
256 public static int readKeyPreviewPopupDismissDelay(final SharedPreferences prefs, in readKeyPreviewPopupDismissDelay()
263 public static boolean readShowsLanguageSwitchKey(final SharedPreferences prefs) { in readShowsLanguageSwitchKey()
[all …]
DDebugSettingsFragment.java127 public void onSharedPreferenceChanged(final SharedPreferences prefs, final String key) { in onSharedPreferenceChanged()
154 final SharedPreferences prefs = getSharedPreferences(); in setupKeyPreviewAnimationScale() local
206 final SharedPreferences prefs = getSharedPreferences(); in setupKeyPreviewAnimationDuration() local
244 final SharedPreferences prefs = getSharedPreferences(); in setupKeyboardHeight() local
DPreferencesSettingsFragment.java87 public void onSharedPreferenceChanged(final SharedPreferences prefs, final String key) { in onSharedPreferenceChanged()
97 final SharedPreferences prefs = getSharedPreferences(); in refreshEnablingsOfKeypressSoundAndVibrationSettings() local
/packages/apps/Messaging/src/com/android/messaging/util/
DBuglePrefsImpl.java45 final SharedPreferences prefs = mContext.getSharedPreferences( in getInt() local
53 final SharedPreferences prefs = mContext.getSharedPreferences( in getLong() local
61 final SharedPreferences prefs = mContext.getSharedPreferences( in getBoolean() local
69 final SharedPreferences prefs = mContext.getSharedPreferences( in getString() local
83 final SharedPreferences prefs = mContext.getSharedPreferences( in putInt() local
93 final SharedPreferences prefs = mContext.getSharedPreferences( in putLong() local
103 final SharedPreferences prefs = mContext.getSharedPreferences( in putBoolean() local
113 final SharedPreferences prefs = mContext.getSharedPreferences( in putString() local
129 final SharedPreferences prefs = mContext.getSharedPreferences( in remove() local
DRingtoneUtil.java36 final BuglePrefs prefs = BuglePrefs.getApplicationPrefs(); in getNotificationRingtoneUri() local
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
DVisualVoicemailSettingsUtil.java64 VisualVoicemailPreferences prefs = new VisualVoicemailPreferences(context, phoneAccount); in isEnabled() local
76 VisualVoicemailPreferences prefs = new VisualVoicemailPreferences(context, phoneAccount); in isArchiveEnabled() local
91 VisualVoicemailPreferences prefs = new VisualVoicemailPreferences(context, phoneAccount); in isEnabledUserSet() local
/packages/apps/DeskClock/src/com/android/deskclock/uidata/
DTabDAO.java36 static Tab getSelectedTab(SharedPreferences prefs) { in getSelectedTab()
44 static void setSelectedTab(SharedPreferences prefs, Tab tab) { in setSelectedTab()
/packages/apps/Messaging/src/com/android/messaging/ui/
DWidgetPickConversationActivity.java98 final BuglePrefs prefs = Factory.get().getWidgetPrefs(); in saveConversationidPref() local
104 final BuglePrefs prefs = Factory.get().getWidgetPrefs(); in getConversationIdPref() local
110 final BuglePrefs prefs = Factory.get().getWidgetPrefs(); in deleteConversationIdPref() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardTheme.java115 static KeyboardTheme getDefaultKeyboardTheme(final SharedPreferences prefs, in getDefaultKeyboardTheme()
150 public static void saveKeyboardThemeId(final int themeId, final SharedPreferences prefs) { in saveKeyboardThemeId()
163 static void saveKeyboardThemeId(final int themeId, final SharedPreferences prefs, in saveKeyboardThemeId()
170 final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); in getKeyboardTheme() local
195 static KeyboardTheme getKeyboardTheme(final SharedPreferences prefs, final int sdkVersion, in getKeyboardTheme()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarUtils.java126 SharedPreferences prefs = getSharedPreferences((Context)cookie, mPrefsName); in onQueryComplete() local
223 SharedPreferences prefs = getSharedPreferences(context, mPrefsName); in setTimeZone() local
273 SharedPreferences prefs = getSharedPreferences(context, mPrefsName); in getTimeZone() local
330 public static void setSharedPreference(SharedPreferences prefs, String key, String value) { in setSharedPreference()
345 public static void setSharedPreference(SharedPreferences prefs, String key, boolean value) { in setSharedPreference()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/
DAccountsChangedReceiver.java48 final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); in onReceive() local
66 private static void removeUnknownAccountFromPreference(final SharedPreferences prefs, in removeUnknownAccountFromPreference()
/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
DPreferencesMonitor.java43 SharedPreferences prefs, in PreferencesMonitor()
60 void onSharedPreferenceChanged(SharedPreferences prefs, String key) { in onSharedPreferenceChanged()
DPrefsBackupHelper.java45 void getBackupPreferences(SharedPreferences prefs) { in getBackupPreferences()
56 void putBackupPreferences(SharedPreferences prefs) { in putBackupPreferences()
/packages/apps/Email/provider_src/com/android/email/provider/
DWidgetProvider.java49 final SharedPreferences prefs = context.getSharedPreferences(LEGACY_PREFS_NAME, 0); in onDeleted() local
89 final SharedPreferences prefs = context.getSharedPreferences(LEGACY_PREFS_NAME, 0); in migrateLegacyWidgetInformation() local
176 final SharedPreferences prefs = context.getSharedPreferences(LEGACY_PREFS_NAME, 0); in loadAccountIdPref() local
187 final SharedPreferences prefs = context.getSharedPreferences(LEGACY_PREFS_NAME, 0); in loadMailboxIdPref() local
/packages/apps/Email/provider_src/com/android/email/
DDebugUtils.java18 final Preferences prefs = Preferences.getPreferences(context); in init() local
32 Preferences prefs = Preferences.getPreferences(context); in updateLoggingFlags() local
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPackagesMonitor.java33 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); in getPackagesVersion() local
56 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); in onReceiveAsync() local
/packages/apps/DocumentsUI/src/com/android/documentsui/
DInjector.java49 public final ScopedPreferences prefs; field in Injector
77 ScopedPreferences prefs, in Injector()
87 ScopedPreferences prefs, in Injector()
/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailProviderSettingsUtil.java55 SharedPreferences prefs = getPrefs(context); in load() local
103 SharedPreferences prefs = getPrefs(context); in save() local
136 SharedPreferences prefs = getPrefs(context); in delete() local
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/define/
DDebugFlags.java29 public static void init(final SharedPreferences prefs) { in init()
/packages/services/Car/TrustAgent/src/com/android/car/trust/
DPhoneEnrolmentController.java191 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(mContext); in storeHandle() local
196 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(mContext); in storeToken() local

123456