Home
last modified time | relevance | path

Searched refs:GrammaticalInflectionManager (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DGrammaticalInflectionManager.java33 public class GrammaticalInflectionManager { class
44 public GrammaticalInflectionManager(Context context, IGrammaticalInflectionManager service) { in GrammaticalInflectionManager() method in GrammaticalInflectionManager
H A DSystemServiceRegistry.java1551 registerService(Context.GRAMMATICAL_INFLECTION_SERVICE, GrammaticalInflectionManager.class, in registerService()
1552 new CachedServiceFetcher<GrammaticalInflectionManager>() { in registerService()
1554 public GrammaticalInflectionManager createService(ContextImpl ctx) in registerService()
1556 return new GrammaticalInflectionManager(ctx, in registerService()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java46 import android.app.GrammaticalInflectionManager;
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java50 import android.app.GrammaticalInflectionManager;
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes428 android.app.GrammaticalInflectionManager
H A Dboot-image-profile.txt23208 Landroid/app/GrammaticalInflectionManager;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes428 android.app.GrammaticalInflectionManager
H A Dboot-image-profile.txt33311 Landroid/app/GrammaticalInflectionManager;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt5889 public class GrammaticalInflectionManager {