Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DConfigurationContainer.java544 boolean newLocalesSet = (locales != null) && setOverrideLocales(mRequestsTmpConfig, in applyAppSpecificConfig()
574 private boolean setOverrideLocales(Configuration requestsTmpConfig, in setOverrideLocales() method in ConfigurationContainer