Home
last modified time | relevance | path

Searched refs:TEST_UIDS (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java138 private static final int[] TEST_UIDS = {10002, 10003}; field in BpfNetMapsTest
195 mBpfNetMaps.addUidInterfaceRules(TEST_IF_NAME, TEST_UIDS); in testBpfNetMapsBeforeT()
196 verify(mNetd).firewallAddUidInterfaceRules(TEST_IF_NAME, TEST_UIDS); in testBpfNetMapsBeforeT()
197 mBpfNetMaps.removeUidInterfaceRules(TEST_UIDS); in testBpfNetMapsBeforeT()
198 verify(mNetd).firewallRemoveUidInterfaceRules(TEST_UIDS); in testBpfNetMapsBeforeT()
199 mBpfNetMaps.setNetPermForUids(PERMISSION_INTERNET, TEST_UIDS); in testBpfNetMapsBeforeT()
200 verify(mNetd).trafficSetNetPermForUids(PERMISSION_INTERNET, TEST_UIDS); in testBpfNetMapsBeforeT()
409 final int uid0 = TEST_UIDS[0]; in testAddUidInterfaceRules()
410 final int uid1 = TEST_UIDS[1]; in testAddUidInterfaceRules()
412 mBpfNetMaps.addUidInterfaceRules(TEST_IF_NAME, TEST_UIDS); in testAddUidInterfaceRules()
[all …]