Searched refs:InterestingConfigChanges (Results 1 – 7 of 7) sorted by relevance
28 public class InterestingConfigChanges { class32 public InterestingConfigChanges() { in InterestingConfigChanges() method in InterestingConfigChanges38 public InterestingConfigChanges(int flags) { in InterestingConfigChanges() method in InterestingConfigChanges
144 private InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges();194 void setInterestingConfigChanges(InterestingConfigChanges interestingConfigChanges) { in setInterestingConfigChanges()
29 import com.android.settingslib.applications.InterestingConfigChanges;70 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
38 import com.android.settingslib.applications.InterestingConfigChanges;60 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
48 import com.android.settingslib.applications.InterestingConfigChanges;102 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
94 import com.android.settingslib.applications.InterestingConfigChanges;309 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
752 final InterestingConfigChanges configChanges = mock(InterestingConfigChanges.class); in setupDoResumeIfNeededLocked()