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
32
public class
LocalePreference
extends ListPreference {
33
public
LocalePreference
(Context context, AttributeSet attrs) {
38
public
LocalePreference
(Context context) {
CaptionPropertiesFragment.java
81
private
LocalePreference
mLocale;
263
mLocale = (
LocalePreference
) findPreference(PREF_LOCALE);
Completed in 132 milliseconds