OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPrimaryLocale
(Results
1 - 3
of
3
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
LocaleSet.java
102
public @NonNull Locale
getPrimaryLocale
() {
114
return isLocaleCJK(
getPrimaryLocale
());
121
if (isLanguageJapanese(
getPrimaryLocale
())) {
140
if (isLocaleSimplifiedChinese(
getPrimaryLocale
())) {
ContactLocaleUtils.java
107
AlphabeticIndex ai = new AlphabeticIndex(locales.
getPrimaryLocale
())
109
addedLocales.add(locales.
getPrimaryLocale
());
ContactsDatabaseHelper.java
[
all
...]
Completed in 149 milliseconds