/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | NetworkValidationTestUtil.kt | 21 import android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY 37 DeviceConfig.setProperty(NAMESPACE_CONNECTIVITY, in clearValidationTestUrlsDeviceConfig() 39 DeviceConfig.setProperty(NAMESPACE_CONNECTIVITY, in clearValidationTestUrlsDeviceConfig() 41 DeviceConfig.setProperty(NAMESPACE_CONNECTIVITY, in clearValidationTestUrlsDeviceConfig() 53 rule.setConfig(NAMESPACE_CONNECTIVITY, 63 rule.setConfig(NAMESPACE_CONNECTIVITY, 73 rule.setConfig(NAMESPACE_CONNECTIVITY,
|
D | MultinetworkApiTest.java | 23 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 238 mDeviceConfigRule.setConfig(NAMESPACE_CONNECTIVITY, in testResNApiNXDomainPrivateDns()
|
D | CaptivePortalTest.kt | 42 import android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY 125 val url = DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, urlKey) in assertEmptyOrLocalhostUrl()
|
D | ApfIntegrationTest.kt | 43 import android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY 154 NAMESPACE_CONNECTIVITY, in setupOnce()
|
D | DnsResolverTest.java | 26 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 138 DEVICE_CONFIG_CLASS_RULE.setConfig(NAMESPACE_CONNECTIVITY, in beforeClass()
|
D | ConnectivityManagerTest.java | 3217 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; 233 doReturn(TEST_FLAG_VALUE_STRING).when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testIsFeatureEnabled() 246 doReturn(null).when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testIsFeatureEnabledFeatureDefaultDisabled() 265 doReturn("1").when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testIsFeatureEnabledFeatureForceEnabled() 284 doReturn("-1").when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testIsFeatureEnabledFeatureForceDisabled() 306 doReturn("1").when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testFeatureIsEnabledWithException() 318 doReturn("999999999").when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testFeatureIsEnabledWithException() 330 doReturn(null).when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testFeatureIsEnabledWithException() 349 NAMESPACE_CONNECTIVITY, TEST_EXPERIMENT_FLAG)); in testFeatureIsEnabledOnGo() 367 doReturn(TEST_FLAG_VALUE_STRING).when(() -> DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, in testIsNetworkStackFeatureEnabledCaching() [all …]
|
/packages/modules/NetworkStack/tests/integration/root/android/net/ip/ |
D | IpClientRootTest.kt | 31 import android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY in <lambda>() 197 DeviceConfig.NAMESPACE_CONNECTIVITY, in <lambda>() 202 DeviceConfig.NAMESPACE_CONNECTIVITY, in <lambda>() 219 DeviceConfig.NAMESPACE_CONNECTIVITY, key, in <lambda>()
|
/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/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | DeviceConfigUtils.java | 21 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 180 return isFeatureEnabled(NAMESPACE_CONNECTIVITY, name, false /* defaultEnabled */, in isNetworkStackFeatureEnabled() 384 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; 2365 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getUseHttpsValidation() 2474 final String strExpiration = deps.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getTestUrl() 2492 final String strUrl = deps.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getTestUrl() 2526 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getAsyncPrivateDnsProbeTimeout() 2546 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getIntSetting() 2594 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getConsecutiveDnsTimeoutThreshold() 2600 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getDataStallMinEvaluateTime() 2606 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getDataStallValidDnsTimeThreshold() 2613 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; 209 NAMESPACE_CONNECTIVITY, TETHER_FORCE_UPSTREAM_AUTOMATIC_VERSION, in isTetherForceUpstreamAutomaticFeatureEnabled() 657 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; 236 () -> 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; 477 return DeviceConfigUtils.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getIntDeviceConfig() 485 return DeviceConfigUtils.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getIntDeviceConfig()
|
/packages/modules/ConfigInfrastructure/framework/api/ |
D | system-current.txt | 51 field public static final String NAMESPACE_CONNECTIVITY = "connectivity";
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 54 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 641 eq(NAMESPACE_CONNECTIVITY), eq(CONFIG_ASYNC_PRIVDNS_PROBE_TIMEOUT_MS), anyInt()); in setUp() 821 NAMESPACE_CONNECTIVITY, in getTcpSocketTrackerOrNull() 3643 doReturn(value).when(mDependencies).getDeviceConfigProperty(eq(NAMESPACE_CONNECTIVITY), in setDeviceConfig()
|
/packages/modules/ConfigInfrastructure/framework/java/android/provider/ |
D | DeviceConfig.java | 257 public static final String NAMESPACE_CONNECTIVITY = "connectivity"; field in DeviceConfig
|
/packages/modules/NetworkStack/src/android/net/ip/ |
D | IpClient.java | 32 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 832 return DeviceConfigUtils.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, name, in getDeviceConfigPropertyInt()
|