Searched refs:KEY_ADVERTISE_IS_ENABLED (Results 1 – 2 of 2) sorted by relevance
378 + "," + BatterySaverPolicy.KEY_ADVERTISE_IS_ENABLED + "=true" in testUserSettingsOverrideDeviceConfig()400 .setBoolean(BatterySaverPolicy.KEY_ADVERTISE_IS_ENABLED, false) in testUserSettingsOverrideDeviceConfig()446 .setBoolean(BatterySaverPolicy.KEY_ADVERTISE_IS_ENABLED, false) in testDeviceConfigOverridesDefaults()495 .setBoolean(BatterySaverPolicy.KEY_ADVERTISE_IS_ENABLED, false) in testDeviceConfig_AdaptiveValues()516 .setBoolean(BatterySaverPolicy.KEY_ADVERTISE_IS_ENABLED + adaptiveSuffix, in testDeviceConfig_AdaptiveValues()
108 static final String KEY_ADVERTISE_IS_ENABLED = "advertise_is_enabled"; field in BatterySaverPolicy829 final boolean advertiseIsEnabled = parser.getBoolean(KEY_ADVERTISE_IS_ENABLED, in fromSettings()830 properties.getBoolean(KEY_ADVERTISE_IS_ENABLED + configSuffix, in fromSettings()1208 pw.println(KEY_ADVERTISE_IS_ENABLED + "=" + p.advertiseIsEnabled); in dumpPolicyLocked()