Home
last modified time | relevance | path

Searched refs:mInterestingConfigChanges (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java144 private InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in ApplicationsState
195 mInterestingConfigChanges = interestingConfigChanges; in setInterestingConfigChanges()
305 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()