OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:providerLocales
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/util/
LocaleServiceProviderPool.java
94
private Set<Locale>
providerLocales
= null;
233
if (
providerLocales
== null) {
234
providerLocales
= new HashSet<Locale>();
239
providerLocales
.add(getLookupLocale(locale));
244
return
providerLocales
;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java
[
all
...]
Completed in 221 milliseconds