Searched refs:InterestingConfigChanges (Results 1 – 6 of 6) sorted by relevance
23 public class InterestingConfigChanges { class28 public InterestingConfigChanges() { in InterestingConfigChanges() method in InterestingConfigChanges34 public InterestingConfigChanges(int flags) { in InterestingConfigChanges() method in InterestingConfigChanges
132 private InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges();182 void setInterestingConfigChanges(InterestingConfigChanges interestingConfigChanges) { in setInterestingConfigChanges()
28 import com.android.settingslib.applications.InterestingConfigChanges;60 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
37 import com.android.settingslib.applications.InterestingConfigChanges;55 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
45 import com.android.settingslib.applications.InterestingConfigChanges;130 private final InterestingConfigChanges mInterestingConfigChanges;209 mInterestingConfigChanges = new InterestingConfigChanges(ActivityInfo.CONFIG_ORIENTATION in AssistManager()
707 final InterestingConfigChanges configChanges = mock(InterestingConfigChanges.class); in setupDoResumeIfNeededLocked()