Searched refs:expectedMatch (Results 1 – 2 of 2) sorted by relevance
273 long expectedMatch = 0; in doTestSetChildChain() local275 expectedMatch |= BpfNetMapsUtils.getMatchByFirewallChain(chain); in doTestSetChildChain()283 assertEquals(expectedMatch, mConfigurationMap.getValue(UID_RULES_CONFIGURATION_KEY).val); in doTestSetChildChain()342 final long expectedMatch) throws Exception { in checkUidOwnerValue() argument344 if (expectedMatch == 0) { in checkUidOwnerValue()348 assertEquals(expectedMatch, config.rule); in checkUidOwnerValue()360 final long expectedMatch = add ? match | LOCKDOWN_VPN_MATCH : match & ~LOCKDOWN_VPN_MATCH; in doTestUpdateUidLockdownRule() local361 checkUidOwnerValue(TEST_UID, iif, expectedMatch); in doTestUpdateUidLockdownRule()
7200 private void verifyMultiApproverMatch(List<MacAddress> addresses, MacAddress expectedMatch) in verifyMultiApproverMatch() argument7240 assertEquals(expectedMatch, (MacAddress) messages.get(1).obj); in verifyMultiApproverMatch()