Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dashboard/
DCategoryManager.java66 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()
81 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
/packages/apps/Settings/src/com/android/settings/dashboard/
DCategoryManager.java67 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()
82 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
/packages/apps/Settings/src/com/android/settings/applications/appops/
DAppOpsCategory.java72 boolean applyNewConfig(Resources res) { in applyNewConfig() method in AppOpsCategory.InterestingConfigChanges
183 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources()); in onStartLoading()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appops/
DAppOpsCategory.java72 boolean applyNewConfig(Resources res) { in applyNewConfig() method in AppOpsCategory.InterestingConfigChanges
183 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources()); in onStartLoading()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRunningState.java798 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources()); in resume()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java798 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources()); in resume()