Searched refs:mInterestingConfigChanges (Results 1 – 3 of 3) sorted by relevance
49 private final InterestingConfigChanges mInterestingConfigChanges; field in CategoryManager69 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()70 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()85 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
134 private InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in ApplicationsState185 mInterestingConfigChanges = interestingConfigChanges; in setInterestingConfigChanges()287 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()
87 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in RunningState804 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources()); in resume()