Searched refs:testConfigurationMap (Results 1 – 1 of 1) sorted by relevance
60 private val testConfigurationMap: IBpfMap<S32, U32> = TestBpfMap() constant in android.net.NetworkStackBpfNetMapsTest64 TestDependencies(testConfigurationMap, testUidOwnerMap, testDataSaverEnabledMap)78 testConfigurationMap.updateEntry( in getConfigurationMap()83 testConfigurationMap.updateEntry(UID_RULES_CONFIGURATION_KEY, U32(0)) in getConfigurationMap()123 val config = testConfigurationMap.getValue(UID_RULES_CONFIGURATION_KEY).`val` in mockChainEnabled()129 testConfigurationMap.updateEntry(UID_RULES_CONFIGURATION_KEY, U32(newConfig)) in mockChainEnabled()144 testConfigurationMap.updateEntry(UID_RULES_CONFIGURATION_KEY, U32(0)) in isUidNetworkingBlocked()165 testConfigurationMap.updateEntry(UID_RULES_CONFIGURATION_KEY, U32(0)) in testIsUidNetworkingBlockedByFirewallChains_denyChain()181 testConfigurationMap.updateEntry(UID_RULES_CONFIGURATION_KEY, U32(0)) in testIsUidNetworkingBlockedByFirewallChains_blockedWithAllowed()193 testConfigurationMap.updateEntry(UID_RULES_CONFIGURATION_KEY, U32(0)) in testIsUidNetworkingBlockedByDataSaver()[all …]