Searched refs:FIREWALL_CHAIN_NAME_POWERSAVE (Results 1 – 3 of 3) sorted by relevance
29 import static android.net.NetworkPolicyManager.FIREWALL_CHAIN_NAME_POWERSAVE;387 return FIREWALL_CHAIN_NAME_POWERSAVE; in getFirewallChainName()
32 import static android.net.NetworkPolicyManager.FIREWALL_CHAIN_NAME_POWERSAVE;1386 return FIREWALL_CHAIN_NAME_POWERSAVE; in getFirewallChainName()1569 dumpUidFirewallRule(pw, FIREWALL_CHAIN_NAME_POWERSAVE, mUidFirewallPowerSaveRules); in dump()
168 public static final String FIREWALL_CHAIN_NAME_POWERSAVE = "powersave"; field in NetworkPolicyManager