Searched refs:FIREWALL_CHAIN_NAME_DOZABLE (Results 1 – 3 of 3) sorted by relevance
32 import static android.net.NetworkPolicyManager.FIREWALL_CHAIN_NAME_DOZABLE;391 return FIREWALL_CHAIN_NAME_DOZABLE; in getFirewallChainName()
35 import static android.net.NetworkPolicyManager.FIREWALL_CHAIN_NAME_DOZABLE;1463 dumpUidFirewallRule(pw, FIREWALL_CHAIN_NAME_DOZABLE, mUidFirewallDozableRules); in dump()
165 public static final String FIREWALL_CHAIN_NAME_DOZABLE = "dozable"; field in NetworkPolicyManager