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
134 private InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges();184 void setInterestingConfigChanges(InterestingConfigChanges interestingConfigChanges) { in setInterestingConfigChanges()
28 import com.android.settingslib.applications.InterestingConfigChanges;62 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
37 import com.android.settingslib.applications.InterestingConfigChanges;55 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
46 import com.android.settingslib.applications.InterestingConfigChanges;128 private final InterestingConfigChanges mInterestingConfigChanges;216 mInterestingConfigChanges = new InterestingConfigChanges(ActivityInfo.CONFIG_ORIENTATION in AssistManager()
717 final InterestingConfigChanges configChanges = mock(InterestingConfigChanges.class); in setupDoResumeIfNeededLocked()