Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/grammaticalinflection/
DGrammaticalInflectionManagerInternal.java70 public abstract boolean canGetSystemGrammaticalGender(int uid); in canGetSystemGrammaticalGender() method in GrammaticalInflectionManagerInternal
DGrammaticalInflectionService.java215 public boolean canGetSystemGrammaticalGender(int uid) { in canGetSystemGrammaticalGender() method in GrammaticalInflectionService.GrammaticalInflectionManagerInternalImpl
378 private boolean canGetSystemGrammaticalGender(AttributionSource attributionSource) { in canGetSystemGrammaticalGender() method in GrammaticalInflectionService