OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalePreference
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/accessibility/
LocalePreference.java
34
public class
LocalePreference
extends ListPreference {
35
public
LocalePreference
(Context context, AttributeSet attrs) {
40
public
LocalePreference
(Context context) {
CaptionPropertiesFragment.java
71
private
LocalePreference
mLocale;
204
mLocale = (
LocalePreference
) findPreference(PREF_LOCALE);
Completed in 3142 milliseconds