Searched refs:FIREWALL_RULE_DEFAULT (Results 1 – 6 of 6) sorted by relevance
29 import static android.net.ConnectivityManager.FIREWALL_RULE_DEFAULT;323 FIREWALL_RULE_DEFAULT); in testMeteredNetworkRestrictionsByAdminChain()325 FIREWALL_RULE_DEFAULT); in testMeteredNetworkRestrictionsByAdminChain()341 FIREWALL_RULE_DEFAULT); in testMeteredNetworkRestrictionsByUserChain()343 FIREWALL_RULE_DEFAULT); in testMeteredNetworkRestrictionsByUserChain()365 FIREWALL_RULE_DEFAULT); in testDataSaverRestrictionsWithAllowChain()367 FIREWALL_RULE_DEFAULT); in testDataSaverRestrictionsWithAllowChain()380 isRestrictedForDozable.put(NetworkPolicyManager.FIREWALL_RULE_DEFAULT, true); in testFirewallChains()386 isRestrictedForPowerSave.put(NetworkPolicyManager.FIREWALL_RULE_DEFAULT, true); in testFirewallChains()392 isRestrictedForStandby.put(NetworkPolicyManager.FIREWALL_RULE_DEFAULT, false); in testFirewallChains()[all …]
63 import static android.net.NetworkPolicyManager.FIREWALL_RULE_DEFAULT;2147 FIREWALL_RULE_DEFAULT); in testUpdateRestrictedModeForUid()2189 FIREWALL_RULE_DEFAULT); in testBackgroundChainOnProcStateChangeSameDelay()2224 UID_A, FIREWALL_RULE_DEFAULT); in testBackgroundChainOnProcStateChangeDifferentDelays()2234 FIREWALL_RULE_DEFAULT); in testBackgroundChainOnProcStateChangeDifferentDelays()2240 FIREWALL_RULE_DEFAULT); in testBackgroundChainOnProcStateChangeDifferentDelays()2309 FIREWALL_RULE_DEFAULT); in testBackgroundChainOnTempAllowlistChange()
43 import static android.net.NetworkPolicyManager.FIREWALL_RULE_DEFAULT;1318 rulesToRemove.put(uid, FIREWALL_RULE_DEFAULT); in setFirewallUidRules()1324 updateFirewallUidRuleLocked(chain, uid, FIREWALL_RULE_DEFAULT); in setFirewallUidRules()1360 final int oldUidFirewallRule = uidFirewallRules.get(uid, FIREWALL_RULE_DEFAULT); in updateFirewallUidRuleLocked()1374 if (rule == NetworkPolicyManager.FIREWALL_RULE_DEFAULT) { in updateFirewallUidRuleLocked()
96 import static android.net.NetworkPolicyManager.FIREWALL_RULE_DEFAULT;4601 if (newFirewallRule != FIREWALL_RULE_DEFAULT) {4668 return FIREWALL_RULE_DEFAULT;4829 setUidFirewallRuleUL(FIREWALL_CHAIN_LOW_POWER_STANDBY, uid, FIREWALL_RULE_DEFAULT);4880 setUidFirewallRuleUL(chain, uid, FIREWALL_RULE_DEFAULT);4929 setUidFirewallRuleUL(FIREWALL_CHAIN_STANDBY, uid, FIREWALL_RULE_DEFAULT);4961 setUidFirewallRuleUL(FIREWALL_CHAIN_BACKGROUND, uid, FIREWALL_RULE_DEFAULT);4997 mUidFirewallStandbyRules.put(uid, FIREWALL_RULE_DEFAULT);5492 setUidFirewallRuleUL(FIREWALL_CHAIN_METERED_DENY_ADMIN, uid, FIREWALL_RULE_DEFAULT);5498 setUidFirewallRuleUL(FIREWALL_CHAIN_METERED_DENY_USER, uid, FIREWALL_RULE_DEFAULT);[all …]
40 import static android.net.NetworkPolicyManager.FIREWALL_RULE_DEFAULT;415 case FIREWALL_RULE_DEFAULT: in getFirewallRuleName()
161 public static final int FIREWALL_RULE_DEFAULT = 0; field in NetworkPolicyManager