Home
last modified time | relevance | path

Searched defs:currentConfig (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
H A DControlsActivityTest.kt78 val currentConfig = activityRule.activity.resources.configuration regex
88 val currentConfig = activityRule.activity.resources.configuration regex
98 val currentConfig = activityRule.activity.resources.configuration regex
/aosp14/frameworks/base/core/java/android/window/
H A DConfigurationHelper.java109 private static boolean shouldUpdateWindowMetricsBounds(@NonNull Configuration currentConfig, in shouldUpdateWindowMetricsBounds()
H A DWindowTokenClient.java229 final Configuration currentConfig; in onConfigurationChanged() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImpl.kt44 val currentConfig = context.resources.configuration regex
/aosp14/frameworks/base/core/tests/mockingcoretests/src/android/app/activity/
H A DActivityThreadClientTest.java207 final Configuration currentConfig = new Configuration(); in testShouldReportChange() local
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityThreadTest.java235 final Configuration currentConfig = activity.getResources().getConfiguration(); in testOverrideScale() local
266 final Configuration currentConfig = context.getResources().getConfiguration(); in assertScreenScale() local
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DPersistentDataStore.java900 BrightnessConfiguration currentConfig = mConfigurations.get(userSerial); in setBrightnessConfigurationForUser() local
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java1678 Configuration currentConfig = mContext.getResources().getConfiguration(); in runInNightMode() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java488 final Configuration currentConfig = defaultDisplay.getConfiguration(); in testDefaultDisplayOverrideConfigUpdate() local
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java6161 public static boolean shouldReportChange(@Nullable Configuration currentConfig, in shouldReportChange()
H A DNotification.java3967 Configuration currentConfig = res.getConfiguration(); in Builder() local