Home
last modified time | relevance | path

Searched defs:LOCALE_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1397 registerService(Context.LOCALE_SERVICE, LocaleManager.class, in registerService()
1403 ServiceManager.getServiceOrThrow(Context.LOCALE_SERVICE))); in registerService()
/frameworks/base/core/java/android/content/
DContext.java6028 public static final String LOCALE_SERVICE = "locale"; field in Context