Searched refs:firewallUidRules (Results 1 – 1 of 1) sorted by relevance
2010 Map<Integer, Integer> firewallUidRules = new ArrayMap<>();2017 firewallUidRules.put(uids[i], rules[i]);2024 assertEquals(FIREWALL_RULE_ALLOW, firewallUidRules.get(UID_A).intValue());2068 Map<Integer, Integer> firewallUidRules = new ArrayMap<>(); in testLowPowerStandbyAllowlist() local2075 firewallUidRules.put(uids[i], rules[i]); in testLowPowerStandbyAllowlist()2083 assertEquals(FIREWALL_RULE_ALLOW, firewallUidRules.get(UID_A).intValue()); in testLowPowerStandbyAllowlist()2084 assertEquals(FIREWALL_RULE_ALLOW, firewallUidRules.get(UID_B).intValue()); in testLowPowerStandbyAllowlist()