Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java409 final int uid0 = TEST_UIDS[0]; in testAddUidInterfaceRules() local
414 checkUidOwnerValue(uid0, TEST_IF_INDEX, IIF_MATCH); in testAddUidInterfaceRules()
421 final int uid0 = TEST_UIDS[0]; in testAddUidInterfaceRulesWithOtherMatch() local
425 mUidOwnerMap.updateEntry(new S32(uid0), new UidOwnerValue(NO_IIF, match0)); in testAddUidInterfaceRulesWithOtherMatch()
430 checkUidOwnerValue(uid0, TEST_IF_INDEX, match0 | IIF_MATCH); in testAddUidInterfaceRulesWithOtherMatch()
437 final int uid0 = TEST_UIDS[0]; in testAddUidInterfaceRulesWithExistingIifMatch() local
441 mUidOwnerMap.updateEntry(new S32(uid0), new UidOwnerValue(TEST_IF_INDEX + 1, match0)); in testAddUidInterfaceRulesWithExistingIifMatch()
446 checkUidOwnerValue(uid0, TEST_IF_INDEX, match0); in testAddUidInterfaceRulesWithExistingIifMatch()
461 final int uid0 = TEST_UIDS[0]; in testAddUidInterfaceRulesWithNullInterface() local
465 mUidOwnerMap.updateEntry(new S32(uid0), new UidOwnerValue(TEST_IF_INDEX, match0)); in testAddUidInterfaceRulesWithNullInterface()
[all …]