Searched refs:FIREWALL_CHAIN_NAME_POWERSAVE (Results 1 – 3 of 3) sorted by relevance
37 import static android.net.NetworkPolicyManager.FIREWALL_CHAIN_NAME_POWERSAVE;395 return FIREWALL_CHAIN_NAME_POWERSAVE; in getFirewallChainName()
40 import static android.net.NetworkPolicyManager.FIREWALL_CHAIN_NAME_POWERSAVE;1467 dumpUidFirewallRule(pw, FIREWALL_CHAIN_NAME_POWERSAVE, mUidFirewallPowerSaveRules); in dump()
169 public static final String FIREWALL_CHAIN_NAME_POWERSAVE = "powersave"; field in NetworkPolicyManager