Searched refs:OEM_DENY_1_MATCH (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/framework/src/android/net/ |
D | BpfNetMapsConstants.java | 81 public static final long OEM_DENY_1_MATCH = (1 << 9); field in BpfNetMapsConstants 97 Pair.create(OEM_DENY_1_MATCH, "OEM_DENY_1_MATCH"),
|
D | BpfNetMapsUtils.java | 31 import static android.net.BpfNetMapsConstants.OEM_DENY_1_MATCH; 139 return OEM_DENY_1_MATCH; in getMatchByFirewallChain() 296 if ((blockingMatches & (OEM_DENY_1_MATCH | OEM_DENY_2_MATCH | OEM_DENY_3_MATCH)) != 0) { in getUidNetworkingBlockedReasons()
|
/packages/modules/Connectivity/bpf_progs/ |
D | netd.h | 201 OEM_DENY_1_MATCH = (1 << 9), enumerator 256 #define DROP_IF_SET (STANDBY_MATCH | OEM_DENY_1_MATCH | OEM_DENY_2_MATCH | OEM_DENY_3_MATCH)
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | BpfNetMapsTest.java | 32 import static android.net.BpfNetMapsConstants.OEM_DENY_1_MATCH; 982 doTestDumpUidOwnerMap(OEM_DENY_1_MATCH, "OEM_DENY_1_MATCH"); in testDumpUidOwnerMap() 989 doTestDumpUidOwnerMap(DOZABLE_MATCH | LOCKDOWN_VPN_MATCH | OEM_DENY_1_MATCH, in testDumpUidOwnerMap() 998 IIF_MATCH | DOZABLE_MATCH | LOCKDOWN_VPN_MATCH | OEM_DENY_1_MATCH, in testDumpUidOwnerMapWithIifMatch() 1041 doTestDumpOwnerMatchConfig(OEM_DENY_1_MATCH, "OEM_DENY_1_MATCH"); in testDumpUidOwnerMapConfig() 1047 doTestDumpOwnerMatchConfig(DOZABLE_MATCH | LOCKDOWN_VPN_MATCH | OEM_DENY_1_MATCH, in testDumpUidOwnerMapConfig() 1215 OEM_DENY_1_MATCH | OEM_DENY_2_MATCH | OEM_DENY_3_MATCH, in testGetUidNetworkingBlockedReasons() 1216 OEM_DENY_1_MATCH | OEM_DENY_3_MATCH, in testGetUidNetworkingBlockedReasons()
|