Home
last modified time | relevance | path

Searched refs:putPropertyAndNotify (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerConstantsTest.java86 mDeviceConfig.putPropertyAndNotify( in test_constantsAreLoaded_afterChange()
88 mDeviceConfig.putPropertyAndNotify(NAMESPACE_ANDROID, in test_constantsAreLoaded_afterChange()
90 mDeviceConfig.putPropertyAndNotify(NAMESPACE_WINDOW_MANAGER, in test_constantsAreLoaded_afterChange()
102 mDeviceConfig.putPropertyAndNotify( in test_changedGestureExclusionLimit_invokesCallback()
112 mDeviceConfig.putPropertyAndNotify(NAMESPACE_ANDROID, in test_changedPreQStickyImmersive_invokesCallback()
125 mDeviceConfig.putPropertyAndNotify(NAMESPACE_ANDROID, in test_minimumExclusionLimitIs_200dp()
H A DHighRefreshRateDenylistTest.java128 config.putPropertyAndNotify(DeviceConfig.NAMESPACE_DISPLAY_MANAGER, "someKey", "someValue"); in testOverriddenByDeviceConfigUnrelatedFlagChanged()
158 putPropertyAndNotify(DeviceConfig.NAMESPACE_DISPLAY_MANAGER, in setDenylist()
/aosp14/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DFakeDeviceConfigInterface.java56 public void putPropertyAndNotify(String namespace, String key, String value) { in putPropertyAndNotify() method in FakeDeviceConfigInterface
128 putPropertyAndNotify(namespace, name, value); in setProperty()
137 putPropertyAndNotify(properties.getNamespace(), compositeName, in setProperties()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DDisplayModeDirectorTest.java2931 putPropertyAndNotify( in setRefreshRateInLowZone()
2937 putPropertyAndNotify(DeviceConfig.NAMESPACE_DISPLAY_MANAGER, in setRefreshRateInHbmSunlight()
2942 putPropertyAndNotify(DeviceConfig.NAMESPACE_DISPLAY_MANAGER, in setRefreshRateInHbmHdr()
2947 putPropertyAndNotify(DeviceConfig.NAMESPACE_DISPLAY_MANAGER, in setThermalBrightnessThrottlingData()
2958 putPropertyAndNotify( in setLowDisplayBrightnessThresholds()
2971 putPropertyAndNotify( in setLowAmbientBrightnessThresholds()
2978 putPropertyAndNotify( in setRefreshRateInHighZone()
2984 putPropertyAndNotify( in setDefaultPeakRefreshRate()
2996 putPropertyAndNotify( in setHighDisplayBrightnessThresholds()
3009 putPropertyAndNotify( in setHighAmbientBrightnessThresholds()