Searched refs:isRestrictedForStandby (Results 1 – 1 of 1) sorted by relevance
111 final ArrayMap<Integer, Boolean> isRestrictedForStandby = new ArrayMap<>(); in testIsNetworkRestrictedForUid() local112 isRestrictedForStandby.put(FIREWALL_RULE_DEFAULT, false); in testIsNetworkRestrictedForUid()113 isRestrictedForStandby.put(FIREWALL_RULE_ALLOW, false); in testIsNetworkRestrictedForUid()114 isRestrictedForStandby.put(FIREWALL_RULE_DENY, true); in testIsNetworkRestrictedForUid()115 expected.put(FIREWALL_CHAIN_STANDBY, isRestrictedForStandby); in testIsNetworkRestrictedForUid()