Searched refs:mInterestingConfigChanges (Results 1 – 3 of 3) sorted by relevance
42 private final InterestingConfigChanges mInterestingConfigChanges; field in CategoryManager67 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()68 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()93 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
59 private final InterestingConfigChanges mInterestingConfigChanges; field in AssistManager96 mInterestingConfigChanges = new InterestingConfigChanges(ActivityInfo.CONFIG_ORIENTATION in AssistManager()119 if (!mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
122 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in ApplicationsState259 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()