Searched refs:mInterestingConfigChanges (Results 1 – 3 of 3) sorted by relevance
44 private final InterestingConfigChanges mInterestingConfigChanges; field in CategoryManager69 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()70 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()95 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
59 private final InterestingConfigChanges mInterestingConfigChanges; field in AssistManager95 mInterestingConfigChanges = new InterestingConfigChanges(ActivityInfo.CONFIG_ORIENTATION in AssistManager()117 if (!mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
115 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in ApplicationsState216 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()