Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/dashboard/
DCategoryManager.java47 private final InterestingConfigChanges mInterestingConfigChanges; field in CategoryManager
67 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()
68 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()
83 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java87 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in RunningState
804 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources()); in resume()