Home
last modified time | relevance | path

Searched refs:NAMESPACE_DEVICE_IDLE (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/provider/
H A DDeviceConfig.java199 public static final String NAMESPACE_DEVICE_IDLE = "device_idle"; field in DeviceConfig
/aosp12/frameworks/base/core/api/
H A Dmodule-lib-current.txt306 field public static final String NAMESPACE_DEVICE_IDLE = "device_idle";
H A Dtest-current.txt2139 field public static final String NAMESPACE_DEVICE_IDLE = "device_idle";
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DAbstractRestrictBackgroundNetworkTestCase.java176 new DeviceConfigStateHelper(DeviceConfig.NAMESPACE_DEVICE_IDLE); in setUp()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java1268 DeviceConfig.addOnPropertiesChangedListener(DeviceConfig.NAMESPACE_DEVICE_IDLE, in Constants()
1271 onPropertiesChanged(DeviceConfig.getProperties(DeviceConfig.NAMESPACE_DEVICE_IDLE)); in Constants()
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java65 namespaceToFieldMap.put(DeviceConfig.NAMESPACE_DEVICE_IDLE, in createNamespaceMap()