/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | NetworkValidationTestUtil.kt | 22 import android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY 38 DeviceConfig.setProperty(NAMESPACE_CONNECTIVITY, in clearValidationTestUrlsDeviceConfig() 40 DeviceConfig.setProperty(NAMESPACE_CONNECTIVITY, in clearValidationTestUrlsDeviceConfig() 42 DeviceConfig.setProperty(NAMESPACE_CONNECTIVITY, in clearValidationTestUrlsDeviceConfig() 54 rule.setConfig(NAMESPACE_CONNECTIVITY, 64 rule.setConfig(NAMESPACE_CONNECTIVITY, 74 rule.setConfig(NAMESPACE_CONNECTIVITY,
|
D | CaptivePortalTest.kt | 42 import android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY 124 val url = DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, urlKey) in assertEmptyOrLocalhostUrl()
|
D | MultinetworkApiTest.java | 23 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 320 mDeviceConfigRule.setConfig(NAMESPACE_CONNECTIVITY, in testResNApiNXDomainPrivateDns()
|
D | DnsResolverTest.java | 26 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 139 DEVICE_CONFIG_CLASS_RULE.setConfig(NAMESPACE_CONNECTIVITY, in beforeClass()
|
D | ConnectivityManagerTest.java | 3324 final String url = DeviceConfig.getProperty(DeviceConfig.NAMESPACE_CONNECTIVITY, urlKey);
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
D | DeviceConfigUtilsTest.java | 21 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 249 doReturn(TEST_FLAG_VALUE_STRING).when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testIsFeatureEnabled() 262 doReturn(null).when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testIsFeatureEnabledFeatureDefaultDisabled() 281 doReturn("1").when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testIsFeatureEnabledFeatureForceEnabled() 300 doReturn("-1").when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testIsFeatureEnabledFeatureForceDisabled() 322 doReturn("1").when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testFeatureIsEnabledWithException() 334 doReturn("999999999").when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testFeatureIsEnabledWithException() 346 doReturn(null).when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testFeatureIsEnabledWithException() 365 NAMESPACE_CONNECTIVITY, TEST_EXPERIMENT_FLAG)); in testFeatureIsEnabledOnGo() 383 doReturn(TEST_FLAG_VALUE_STRING).when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testIsNetworkStackFeatureEnabledCaching() [all …]
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | MultinetworkPolicyTrackerTestDependencies.kt | 5 import android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY in <lambda>() 23 val p = DeviceConfig.Properties(NAMESPACE_CONNECTIVITY, in <lambda>()
|
/packages/modules/NetworkStack/tests/integration/root/android/net/ip/ |
D | IpClientRootTest.kt | 34 import android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY in <lambda>() 206 DeviceConfig.NAMESPACE_CONNECTIVITY, in <lambda>() 211 DeviceConfig.NAMESPACE_CONNECTIVITY, in <lambda>() 232 DeviceConfig.NAMESPACE_CONNECTIVITY, key, in <lambda>()
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | DeviceConfigUtils.java | 21 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 182 return isFeatureEnabled(NAMESPACE_CONNECTIVITY, name, false /* defaultEnabled */, in isNetworkStackFeatureEnabled() 404 return isFeatureEnabled(NAMESPACE_CONNECTIVITY, name, true /* defaultEnabled */, in isNetworkStackFeatureNotChickenedOut()
|
/packages/modules/Connectivity/Tethering/tests/mts/src/android/tethering/mts/ |
D | TetheringModuleTest.java | 22 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 179 () -> DeviceConfig.getBoolean(NAMESPACE_CONNECTIVITY, name, defaultValue)); in isFeatureEnabled()
|
/packages/modules/NetworkStack/src/com/android/networkstack/netlink/ |
D | TcpSocketTracker.java | 24 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 162 NAMESPACE_CONNECTIVITY, 166 NAMESPACE_CONNECTIVITY, 738 DeviceConfig.addOnPropertiesChangedListener(NAMESPACE_CONNECTIVITY, in addDeviceConfigChangedListener()
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | MultinetworkPolicyTracker.java | 102 return DeviceConfig.getInt(DeviceConfig.NAMESPACE_CONNECTIVITY, in getConfigActivelyPreferBadWifi() 111 DeviceConfig.addOnPropertiesChangedListener(DeviceConfig.NAMESPACE_CONNECTIVITY, in addOnDevicePropertiesChangedListener()
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 62 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 2410 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getUseHttpsValidation() 2519 final String strExpiration = deps.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getTestUrl() 2537 final String strUrl = deps.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getTestUrl() 2571 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getAsyncPrivateDnsProbeTimeout() 2591 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getIntSetting() 2639 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getConsecutiveDnsTimeoutThreshold() 2645 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getDataStallMinEvaluateTime() 2651 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getDataStallValidDnsTimeThreshold() 2658 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getDataStallEvaluationType() [all …]
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringConfiguration.java | 24 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 222 NAMESPACE_CONNECTIVITY, TETHER_FORCE_UPSTREAM_AUTOMATIC_VERSION, in isTetherForceUpstreamAutomaticFeatureEnabled() 661 return mDeps.getDeviceConfigBoolean(NAMESPACE_CONNECTIVITY, name, defaultValue); in getDeviceConfigBoolean()
|
/packages/modules/NetworkStack/src/android/net/dhcp6/ |
D | Dhcp6Client.java | 21 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 150 return DeviceConfigUtils.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, name, in getDeviceConfigPropertyInt()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/netlink/ |
D | TcpSocketTrackerTest.java | 26 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 175 eq(NAMESPACE_CONNECTIVITY), in setUp()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | EntitlementManagerTest.java | 35 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 274 () -> DeviceConfig.getProperty(eq(NAMESPACE_CONNECTIVITY), anyString())); in setUp()
|
/packages/modules/NetworkStack/src/android/net/dhcp/ |
D | DhcpClient.java | 38 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 504 return DeviceConfigUtils.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getIntDeviceConfig() 512 return DeviceConfigUtils.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getIntDeviceConfig()
|
/packages/modules/ConfigInfrastructure/framework/api/ |
D | system-current.txt | 72 field public static final String NAMESPACE_CONNECTIVITY = "connectivity";
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 55 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 442 eq(NAMESPACE_CONNECTIVITY), eq(CONFIG_ASYNC_PRIVDNS_PROBE_TIMEOUT_MS), anyInt()); in setUp() 623 NAMESPACE_CONNECTIVITY, in getTcpSocketTrackerOrNull() 3644 doReturn(value).when(mDependencies).getDeviceConfigProperty(eq(NAMESPACE_CONNECTIVITY), in setDeviceConfig()
|
/packages/modules/ConfigInfrastructure/framework/java/android/provider/ |
D | DeviceConfig.java | 272 public static final String NAMESPACE_CONNECTIVITY = "connectivity"; field in DeviceConfig
|
/packages/modules/NetworkStack/src/android/net/ip/ |
D | IpClient.java | 65 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 952 return DeviceConfigUtils.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, name, in getDeviceConfigPropertyInt()
|