Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSplashScreenExceptionList.java60 updateDeviceConfig(DeviceConfig.getString(NAMESPACE, KEY_SPLASH_SCREEN_EXCEPTION_LIST, "")); in SplashScreenExceptionList()
61 mOnPropertiesChangedListener = properties -> updateDeviceConfig( in SplashScreenExceptionList()
68 void updateDeviceConfig(String values) { in updateDeviceConfig() method in SplashScreenExceptionList
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobConcurrencyManagerTest.java778 updateDeviceConfig(); in testIsPkgConcurrencyLimited()
784 updateDeviceConfig(); in testIsPkgConcurrencyLimited()
790 updateDeviceConfig(); in testIsPkgConcurrencyLimited()
796 updateDeviceConfig(); in testIsPkgConcurrencyLimited()
802 updateDeviceConfig(); in testIsPkgConcurrencyLimited()
814 updateDeviceConfig(); in testIsPkgConcurrencyLimited()
820 updateDeviceConfig(); in testIsPkgConcurrencyLimited()
826 updateDeviceConfig(); in testIsPkgConcurrencyLimited()
832 updateDeviceConfig(); in testIsPkgConcurrencyLimited()
838 updateDeviceConfig(); in testIsPkgConcurrencyLimited()
[all …]
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSplashScreenExceptionListTest.java61 void updateDeviceConfig(String rawList) {
62 super.updateDeviceConfig(rawList);
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java1259 updateDeviceConfig(); in start()
1262 void updateDeviceConfig() { in updateDeviceConfig() method in AppRestrictionController.ConstantsObserver