Searched refs:isRestrictedForDozable (Results 1 – 1 of 1) sorted by relevance
99 final ArrayMap<Integer, Boolean> isRestrictedForDozable = new ArrayMap<>(); in testIsNetworkRestrictedForUid() local100 isRestrictedForDozable.put(FIREWALL_RULE_DEFAULT, true); in testIsNetworkRestrictedForUid()101 isRestrictedForDozable.put(FIREWALL_RULE_ALLOW, false); in testIsNetworkRestrictedForUid()102 isRestrictedForDozable.put(FIREWALL_RULE_DENY, true); in testIsNetworkRestrictedForUid()103 expected.put(FIREWALL_CHAIN_DOZABLE, isRestrictedForDozable); in testIsNetworkRestrictedForUid()