Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1551 registerService(Context.GRAMMATICAL_INFLECTION_SERVICE, GrammaticalInflectionManager.class, in registerService()
1559 Context.GRAMMATICAL_INFLECTION_SERVICE))); in registerService()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java6410 public static final String GRAMMATICAL_INFLECTION_SERVICE = "grammatical_inflection"; field in Context