Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dashboard/
DCategoryManager.java45 private final InterestingConfigChanges mInterestingConfigChanges; field in CategoryManager
65 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()
66 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()
81 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
/packages/apps/Settings/src/com/android/settings/dashboard/
DCategoryManager.java46 private final InterestingConfigChanges mInterestingConfigChanges; field in CategoryManager
66 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()
67 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()
82 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRunningState.java87 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in RunningState
798 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources()); in resume()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java87 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in RunningState
798 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources()); in resume()