Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DInterestingConfigChanges.java23 public class InterestingConfigChanges { class
28 public InterestingConfigChanges() { in InterestingConfigChanges() method in InterestingConfigChanges
34 public InterestingConfigChanges(int flags) { in InterestingConfigChanges() method in InterestingConfigChanges
H A DApplicationsState.java134 private InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges();
184 void setInterestingConfigChanges(InterestingConfigChanges interestingConfigChanges) { in setInterestingConfigChanges()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogComponent.java27 import com.android.settingslib.applications.InterestingConfigChanges;
64 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/
H A DCategoryManager.java29 import com.android.settingslib.applications.InterestingConfigChanges;
49 private final InterestingConfigChanges mInterestingConfigChanges;
69 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appops/
H A DAppOpsCategory.java68 public static class InterestingConfigChanges { class in AppOpsCategory
115 final InterestingConfigChanges mLastConfig = new InterestingConfigChanges();
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentHostManager.java37 import com.android.settingslib.applications.InterestingConfigChanges;
54 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarController.java48 import com.android.settingslib.applications.InterestingConfigChanges;
94 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java88 import com.android.settingslib.applications.InterestingConfigChanges;
290 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DApplicationsStateRoboTest.java717 final InterestingConfigChanges configChanges = mock(InterestingConfigChanges.class); in setupDoResumeIfNeededLocked()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java48 import com.android.settingslib.applications.InterestingConfigChanges;
87 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges();