Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DInterestingConfigChanges.java28 public class InterestingConfigChanges { class
32 public InterestingConfigChanges() { in InterestingConfigChanges() method in InterestingConfigChanges
38 public InterestingConfigChanges(int flags) { in InterestingConfigChanges() method in InterestingConfigChanges
H A DApplicationsState.java144 private InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges();
194 void setInterestingConfigChanges(InterestingConfigChanges interestingConfigChanges) { in setInterestingConfigChanges()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogComponent.java29 import com.android.settingslib.applications.InterestingConfigChanges;
70 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentHostManager.java38 import com.android.settingslib.applications.InterestingConfigChanges;
60 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarController.java48 import com.android.settingslib.applications.InterestingConfigChanges;
102 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java94 import com.android.settingslib.applications.InterestingConfigChanges;
309 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DApplicationsStateRoboTest.java752 final InterestingConfigChanges configChanges = mock(InterestingConfigChanges.class); in setupDoResumeIfNeededLocked()