Searched refs:OEM_DENY_2_MATCH (Results 1 – 4 of 4) sorted by relevance
82 public static final long OEM_DENY_2_MATCH = (1 << 10); field in BpfNetMapsConstants98 Pair.create(OEM_DENY_2_MATCH, "OEM_DENY_2_MATCH"),
32 import static android.net.BpfNetMapsConstants.OEM_DENY_2_MATCH;141 return OEM_DENY_2_MATCH; in getMatchByFirewallChain()296 if ((blockingMatches & (OEM_DENY_1_MATCH | OEM_DENY_2_MATCH | OEM_DENY_3_MATCH)) != 0) { in getUidNetworkingBlockedReasons()
202 OEM_DENY_2_MATCH = (1 << 10), enumerator256 #define DROP_IF_SET (STANDBY_MATCH | OEM_DENY_1_MATCH | OEM_DENY_2_MATCH | OEM_DENY_3_MATCH)
33 import static android.net.BpfNetMapsConstants.OEM_DENY_2_MATCH;983 doTestDumpUidOwnerMap(OEM_DENY_2_MATCH, "OEM_DENY_2_MATCH"); in testDumpUidOwnerMap()1042 doTestDumpOwnerMatchConfig(OEM_DENY_2_MATCH, "OEM_DENY_2_MATCH"); in testDumpUidOwnerMapConfig()1215 OEM_DENY_1_MATCH | OEM_DENY_2_MATCH | OEM_DENY_3_MATCH, in testGetUidNetworkingBlockedReasons()