Home
last modified time | relevance | path

Searched refs:GRAMMATICAL_GENDER_NOT_SPECIFIED (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/core/java/com/android/server/grammaticalinflection/
DGrammaticalInflectionService.java142 : Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED; in getSystemGrammaticalGender()
150 : Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED; in peekSystemGrammaticalGenderByUserId()
192 : Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED; in getSystemGrammaticalGender()
201 if (systemGrammaticalGender == Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED) { in mergedFinalSystemGrammaticalGender()
205 ? Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED : systemGrammaticalGender; in mergedFinalSystemGrammaticalGender()
211 Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED); in getGrammaticalGenderFromDeveloperSettings()
230 return Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED; in getApplicationGrammaticalGender()
244 if (preValue != Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED) { in setRequestedApplicationGrammaticalGender()
247 Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED).commit(); in setRequestedApplicationGrammaticalGender()
256 gender != Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED, in setRequestedApplicationGrammaticalGender()
[all …]
DGrammaticalInflectionShellCommand.java19 import static android.content.res.Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED;
40 GRAMMATICAL_GENDER_MAP.put(Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED, in GRAMMATICAL_GENDER_MAP.put() argument
99 int grammaticalGender = GRAMMATICAL_GENDER_NOT_SPECIFIED; in runSetSystemWideGrammaticalGender()
160 return GRAMMATICAL_GENDER_NOT_SPECIFIED; in parseGrammaticalGender()
167 return GRAMMATICAL_GENDER_NOT_SPECIFIED; in parseGrammaticalGender()
DGrammaticalInflectionBackupHelper.java82 if (gender != Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED) { in getBackupPayload()
112 if (info.getValue() != Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED) { in stageAndApplyRestoredPayload()
140 != Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED; in hasSetBeforeRestoring()
149 if (grammaticalGender != Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED) { in onPackageAdded()
/frameworks/base/services/tests/servicestests/src/com/android/server/locales/
DFakePackageConfigurationUpdater.java19 import static android.content.res.Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED;
34 private int mGender = GRAMMATICAL_GENDER_NOT_SPECIFIED;
DLocaleManagerServiceTest.java19 import static android.content.res.Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED;
249 GRAMMATICAL_GENDER_NOT_SPECIFIED)) in testGetApplicationLocales_currentImeQueryNonForegroundAppLocales_fails()
290 GRAMMATICAL_GENDER_NOT_SPECIFIED)) in testGetApplicationLocales_appSpecificLocalesAbsent_returnsEmptyList()
305 GRAMMATICAL_GENDER_NOT_SPECIFIED)) in testGetApplicationLocales_callerOwnsAppAndConfigPresent_returnsLocales()
321 GRAMMATICAL_GENDER_NOT_SPECIFIED)) in testGetApplicationLocales_arbitraryCallerWithPermissions_returnsLocales()
338 GRAMMATICAL_GENDER_NOT_SPECIFIED)) in testGetApplicationLocales_callerIsInstaller_returnsLocales()
354 GRAMMATICAL_GENDER_NOT_SPECIFIED)) in testGetApplicationLocales_currentImeQueryForegroundAppLocales_returnsLocales()
DSystemAppUpdateTrackerTest.java19 import static android.content.res.Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED;
174 DEFAULT_LOCALES, GRAMMATICAL_GENDER_NOT_SPECIFIED)) in testOnPackageUpdatedFinished_systemAppFirstUpdate_writesToFile()
193 DEFAULT_LOCALES, GRAMMATICAL_GENDER_NOT_SPECIFIED)) in testOnPackageUpdatedFinished_systemAppSecondUpdate_doesNothing()
/frameworks/base/core/java/android/app/
DGrammaticalInflectionManager.java44 Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED,
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowProcessControllerTests.java22 import static android.content.res.Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED;
438 GRAMMATICAL_GENDER_NOT_SPECIFIED); in testTopActivityUiModeChangeScheduleConfigChange()
448 GRAMMATICAL_GENDER_NOT_SPECIFIED); in testTopActivityUiModeChangeForDifferentPackage_noScheduledConfigChange()
DSystemServicesTestRule.java217 Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED);
350 doReturn(Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED).when(
352 doReturn(Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED).when(
354 doReturn(Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED).when(
/frameworks/base/services/core/java/com/android/server/wm/
DPackageConfigPersister.java19 import static android.content.res.Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED;
201 || record.mGrammaticalGender == GRAMMATICAL_GENDER_NOT_SPECIFIED)) { in updateFromImpl()
DConfigurationContainer.java654 gender == null ? Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED : gender); in applyAppSpecificConfig()
DWindowProcessController.java2166 final int targetValue = (override != Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED) in applyConfigGenderOverride()
2172 : Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED; in applyConfigGenderOverride()
/frameworks/base/core/java/android/content/res/
DConfiguration.java161 GRAMMATICAL_GENDER_NOT_SPECIFIED,
180 public static final int GRAMMATICAL_GENDER_NOT_SPECIFIED = 0; field in Configuration
2311 ? GRAMMATICAL_GENDER_NOT_SPECIFIED : mGrammaticalGender; in getGrammaticalGender()
/frameworks/base/core/api/
Dcurrent.txt13805 field public static final int GRAMMATICAL_GENDER_NOT_SPECIFIED = 0; // 0x0