Searched refs:mInterestingConfigChanges (Results 1 – 4 of 4) sorted by relevance
45 private final InterestingConfigChanges mInterestingConfigChanges; field in CategoryManager65 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()66 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()81 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
46 private final InterestingConfigChanges mInterestingConfigChanges; field in CategoryManager66 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()67 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()82 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
87 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in RunningState798 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources()); in resume()