Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DInterestingConfigChanges.java23 public class InterestingConfigChanges { class
28 public InterestingConfigChanges() { in InterestingConfigChanges() method in InterestingConfigChanges
34 public InterestingConfigChanges(int flags) { in InterestingConfigChanges() method in InterestingConfigChanges
DApplicationsState.java132 private InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges();
182 void setInterestingConfigChanges(InterestingConfigChanges interestingConfigChanges) { in setInterestingConfigChanges()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java28 import com.android.settingslib.applications.InterestingConfigChanges;
60 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentHostManager.java37 import com.android.settingslib.applications.InterestingConfigChanges;
55 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java45 import com.android.settingslib.applications.InterestingConfigChanges;
130 private final InterestingConfigChanges mInterestingConfigChanges;
209 mInterestingConfigChanges = new InterestingConfigChanges(ActivityInfo.CONFIG_ORIENTATION in AssistManager()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
DApplicationsStateRoboTest.java707 final InterestingConfigChanges configChanges = mock(InterestingConfigChanges.class); in setupDoResumeIfNeededLocked()