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.java134 private InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges();
184 void setInterestingConfigChanges(InterestingConfigChanges interestingConfigChanges) { in setInterestingConfigChanges()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java28 import com.android.settingslib.applications.InterestingConfigChanges;
62 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.java46 import com.android.settingslib.applications.InterestingConfigChanges;
128 private final InterestingConfigChanges mInterestingConfigChanges;
216 mInterestingConfigChanges = new InterestingConfigChanges(ActivityInfo.CONFIG_ORIENTATION in AssistManager()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
DApplicationsStateRoboTest.java717 final InterestingConfigChanges configChanges = mock(InterestingConfigChanges.class); in setupDoResumeIfNeededLocked()