Home
last modified time | relevance | path

Searched defs:expectedRule (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java700 final int expectedRule = mBpfNetMaps.isFirewallAllowList(chain) in doTestGetUidRule() local
704 final int expectedRule = mBpfNetMaps.isFirewallAllowList(chain) in doTestGetUidRule() local
747 final int expectedRule = mBpfNetMaps.isFirewallAllowList(chain) in testGetUidRuleNoEntry() local
/packages/modules/Connectivity/service/native/
DTrafficControllerTest.cpp219 void expectUidOwnerMapValues(const std::vector<uint32_t>& appUids, uint32_t expectedRule, in expectUidOwnerMapValues()