Home
last modified time | relevance | path

Searched refs:GRAMMATICAL_GENDER_MASCULINE (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/grammaticalinflection/
DGrammaticalInflectionBackupTest.java84 mockGetApplicationGrammaticalGender(Configuration.GRAMMATICAL_GENDER_MASCULINE); in testBackupPayload_AppsInstalled_returnsGender()
91 expectationMap.put(DEFAULT_PACKAGE_NAME, Configuration.GRAMMATICAL_GENDER_MASCULINE); in testBackupPayload_AppsInstalled_returnsGender()
114 doReturn(Configuration.GRAMMATICAL_GENDER_MASCULINE).when(mGrammaticalInflectionService) in testSystemBackupPayload_returnsGender()
119 assertEquals(gender, Configuration.GRAMMATICAL_GENDER_MASCULINE); in testSystemBackupPayload_returnsGender()
/frameworks/base/core/java/android/app/
DGrammaticalInflectionManager.java47 Configuration.GRAMMATICAL_GENDER_MASCULINE)));
/frameworks/base/services/core/java/com/android/server/grammaticalinflection/
DGrammaticalInflectionShellCommand.java44 GRAMMATICAL_GENDER_MAP.put(Configuration.GRAMMATICAL_GENDER_MASCULINE, "Masculine (3)"); in GRAMMATICAL_GENDER_MAP.put() argument
/frameworks/base/libs/androidfw/tests/
DConfigDescription_test.cpp165 EXPECT_EQ(android::ResTable_config::GRAMMATICAL_GENDER_MASCULINE, config.grammaticalInflection); in TEST()
DConfig_test.cpp211 masculine.grammaticalInflection = ResTable_config::GRAMMATICAL_GENDER_MASCULINE; in TEST()
/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator.cpp331 case android::ResTable_config::GRAMMATICAL_GENDER_MASCULINE: in AddGrammaticalGenderPrefix()
443 android::ResTable_config::GRAMMATICAL_GENDER_MASCULINE); in GrammaticalGenderIfNeeded()
/frameworks/base/core/java/android/content/res/
DConfiguration.java164 GRAMMATICAL_GENDER_MASCULINE,
198 public static final int GRAMMATICAL_GENDER_MASCULINE = 3; field in Configuration
1148 case GRAMMATICAL_GENDER_MASCULINE: sb.append(" masculine"); break; in toString()
2546 case Configuration.GRAMMATICAL_GENDER_MASCULINE: in resourceQualifierString()
/frameworks/base/libs/androidfw/
DConfigDescription.cpp104 if (out) out->grammaticalInflection = ResTable_config::GRAMMATICAL_GENDER_MASCULINE; in parseGrammaticalInflection()
DResourceTypes.cpp3387 case GRAMMATICAL_GENDER_MASCULINE: res.append("masculine"); break; in toString()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1085 GRAMMATICAL_GENDER_MASCULINE = ACONFIGURATION_GRAMMATICAL_GENDER_MASCULINE, enumerator
/frameworks/base/core/api/
Dcurrent.txt13803 field public static final int GRAMMATICAL_GENDER_MASCULINE = 3; // 0x3