Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1651 registerService(Context.GRAMMATICAL_INFLECTION_SERVICE, GrammaticalInflectionManager.class, in registerService()
1659 Context.GRAMMATICAL_INFLECTION_SERVICE))); in registerService()
/frameworks/base/core/java/android/content/
DContext.java6546 public static final String GRAMMATICAL_INFLECTION_SERVICE = "grammatical_inflection"; field in Context