Searched refs:mInterestingConfigChanges (Results 1 – 3 of 3) sorted by relevance
53 private final InterestingConfigChanges mInterestingConfigChanges; field in CategoryManager73 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()74 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()92 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
134 private InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in ApplicationsState188 mInterestingConfigChanges = interestingConfigChanges; in setInterestingConfigChanges()292 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()
87 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in RunningState804 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources()); in resume()