Searched refs:GrammaticalInflectionManager (Results 1 – 9 of 9) sorted by relevance
33 public class GrammaticalInflectionManager { class44 public GrammaticalInflectionManager(Context context, IGrammaticalInflectionManager service) { in GrammaticalInflectionManager() method in GrammaticalInflectionManager
1551 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()
46 import android.app.GrammaticalInflectionManager;
50 import android.app.GrammaticalInflectionManager;
428 android.app.GrammaticalInflectionManager
23208 Landroid/app/GrammaticalInflectionManager;
33311 Landroid/app/GrammaticalInflectionManager;
5889 public class GrammaticalInflectionManager {