Home
last modified time | relevance | path

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

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