Searched refs:doTestDumpOwnerMatchConfig (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | BpfNetMapsTest.java | 1023 private void doTestDumpOwnerMatchConfig(final long match, final String matchString) in doTestDumpOwnerMatchConfig() method in BpfNetMapsTest 1033 doTestDumpOwnerMatchConfig(HAPPY_BOX_MATCH, "HAPPY_BOX_MATCH"); in testDumpUidOwnerMapConfig() 1034 doTestDumpOwnerMatchConfig(DOZABLE_MATCH, "DOZABLE_MATCH"); in testDumpUidOwnerMapConfig() 1035 doTestDumpOwnerMatchConfig(STANDBY_MATCH, "STANDBY_MATCH"); in testDumpUidOwnerMapConfig() 1036 doTestDumpOwnerMatchConfig(POWERSAVE_MATCH, "POWERSAVE_MATCH"); in testDumpUidOwnerMapConfig() 1037 doTestDumpOwnerMatchConfig(RESTRICTED_MATCH, "RESTRICTED_MATCH"); in testDumpUidOwnerMapConfig() 1038 doTestDumpOwnerMatchConfig(LOW_POWER_STANDBY_MATCH, "LOW_POWER_STANDBY_MATCH"); in testDumpUidOwnerMapConfig() 1039 doTestDumpOwnerMatchConfig(IIF_MATCH, "IIF_MATCH"); in testDumpUidOwnerMapConfig() 1040 doTestDumpOwnerMatchConfig(LOCKDOWN_VPN_MATCH, "LOCKDOWN_VPN_MATCH"); in testDumpUidOwnerMapConfig() 1041 doTestDumpOwnerMatchConfig(OEM_DENY_1_MATCH, "OEM_DENY_1_MATCH"); in testDumpUidOwnerMapConfig() [all …]
|