Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DInterestingConfigChanges.java28 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
30 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE in applyNewConfig()
DAppOpsCategory.java75 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
77 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE in applyNewConfig()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DInterestingConfigChanges.java31 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig() local
33 if (densityChanged || (configChanges & (ActivityInfo.CONFIG_LOCALE in applyNewConfig()