/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/ip/ |
H A D | IpClientRootTest.kt | 162 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_CONNECTIVITY, key, 203 DeviceConfig.getProperty(DeviceConfig.NAMESPACE_CONNECTIVITY, feature) 209 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_CONNECTIVITY, feature, 219 return DeviceConfigUtils.isFeatureEnabled(mContext, DeviceConfig.NAMESPACE_CONNECTIVITY,
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | TetheringConfigurationTest.java | 24 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 157 () -> DeviceConfig.getProperty(eq(NAMESPACE_CONNECTIVITY), in setUp() 351 () -> DeviceConfig.getProperty(eq(NAMESPACE_CONNECTIVITY), in initializeBpfOffloadConfiguration() 396 () -> DeviceConfig.getProperty(eq(NAMESPACE_CONNECTIVITY), in testNewDhcpServerDisabled() 406 () -> DeviceConfig.getProperty(eq(NAMESPACE_CONNECTIVITY), in testNewDhcpServerDisabled() 419 () -> DeviceConfig.getProperty(eq(NAMESPACE_CONNECTIVITY), in testNewDhcpServerEnabled() 495 () -> DeviceConfig.getProperty(eq(NAMESPACE_CONNECTIVITY), in initEnableSelectAllPrefixRangeFlag() 536 assertTrue(DeviceConfigUtils.isFeatureEnabled(mMockContext, NAMESPACE_CONNECTIVITY, in testChooseUpstreamAutomatically_FlagOverride() 558 () -> DeviceConfig.getProperty(eq(NAMESPACE_CONNECTIVITY), in setTetherForceUpstreamAutomaticFlagVersion()
|
H A D | EntitlementManagerTest.java | 35 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 203 () -> DeviceConfig.getProperty(eq(NAMESPACE_CONNECTIVITY), anyString())); in setUp()
|
/aosp12/frameworks/base/services/net/java/android/net/ |
H A D | ConnectivityModuleConnector.java | 302 final long minCrashIntervalMs = DeviceConfig.getLong(DeviceConfig.NAMESPACE_CONNECTIVITY, in maybeCrashWithTerribleFailure() 304 final long minUptimeBeforeCrash = DeviceConfig.getLong(DeviceConfig.NAMESPACE_CONNECTIVITY, in maybeCrashWithTerribleFailure() 306 final boolean alwaysRatelimit = DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_CONNECTIVITY, in maybeCrashWithTerribleFailure()
|
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/netlink/ |
H A D | TcpSocketTracker.java | 30 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 135 NAMESPACE_CONNECTIVITY, 139 NAMESPACE_CONNECTIVITY, 608 DeviceConfig.addOnPropertiesChangedListener(NAMESPACE_CONNECTIVITY, in addDeviceConfigChangedListener()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/mts/src/android/tethering/mts/ |
H A D | TetheringModuleTest.java | 25 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 182 return DeviceConfig.getBoolean(NAMESPACE_CONNECTIVITY, name, defaultValue); in isFeatureEnabled()
|
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
H A D | NetworkMonitor.java | 77 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 594 mMetricsEnabled = deps.isFeatureEnabled(context, NAMESPACE_CONNECTIVITY, in NetworkMonitor() 1836 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getUseHttpsValidation() 2053 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getConsecutiveDnsTimeoutThreshold() 2059 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getDataStallMinEvaluateTime() 2065 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getDataStallValidDnsTimeThreshold() 2072 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getDataStallEvaluationType() 2078 return mDependencies.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getTcpPollingInterval() 2168 NAMESPACE_CONNECTIVITY, propertyName, ""); in combineCaptivePortalUrls() 2270 return mDependencies.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getCaptivePortalUserAgent() [all …]
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | NetworkValidationTestUtil.kt | 65 DeviceConfig.NAMESPACE_CONNECTIVITY, configKey, value, false /* makeDefault */)
|
H A D | CaptivePortalTest.kt | 47 import android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY 124 val url = DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, urlKey)
|
H A D | ConnectivityManagerTest.java | 2768 final String url = DeviceConfig.getProperty(DeviceConfig.NAMESPACE_CONNECTIVITY, urlKey);
|
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | TetheringConfiguration.java | 24 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 531 return DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, name); in getDeviceConfigProperty() 536 return DeviceConfigUtils.isFeatureEnabled(ctx, NAMESPACE_CONNECTIVITY, featureVersionFlag, in isFeatureEnabled()
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/netlink/ |
H A D | TcpSocketTrackerTest.java | 22 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 230 eq(NAMESPACE_CONNECTIVITY), in setUp()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | SettingsToPropertiesMapper.java | 84 DeviceConfig.NAMESPACE_CONNECTIVITY,
|
/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/ |
H A D | CaptivePortalLoginActivityTest.java | 28 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 450 NAMESPACE_CONNECTIVITY, in setDismissPortalInValidatedNetwork()
|
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/ |
H A D | DhcpServer.java | 27 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 235 return DeviceConfigUtils.isFeatureEnabled(context, NAMESPACE_CONNECTIVITY, name); in isFeatureEnabled()
|
H A D | DhcpClient.java | 40 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 449 return DeviceConfigUtils.isFeatureEnabled(context, NAMESPACE_CONNECTIVITY, name, in isFeatureEnabled() 458 return DeviceConfigUtils.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, in getIntDeviceConfig()
|
/aosp12/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/ |
H A D | CaptivePortalLoginActivity.java | 21 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 991 final long propertyVersion = DeviceConfig.getLong(NAMESPACE_CONNECTIVITY, name, 0); in isFeatureEnabled()
|
/aosp12/packages/modules/NetworkStack/src/android/net/ip/ |
H A D | IpClient.java | 25 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 586 return DeviceConfigUtils.getDeviceConfigPropertyInt(NAMESPACE_CONNECTIVITY, name, in getDeviceConfigPropertyInt() 607 return DeviceConfigUtils.isFeatureEnabled(context, NAMESPACE_CONNECTIVITY, name, in isFeatureEnabled()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | DeviceConfig.java | 181 public static final String NAMESPACE_CONNECTIVITY = "connectivity"; field in DeviceConfig
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
H A D | NetworkMonitorTest.java | 54 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY; 604 NAMESPACE_CONNECTIVITY, in getTcpSocketTrackerOrNull() 2641 when(mDependencies.isFeatureEnabled(any(), eq(NAMESPACE_CONNECTIVITY), 2822 doReturn(value).when(mDependencies).getDeviceConfigProperty(eq(NAMESPACE_CONNECTIVITY),
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsProtoDumpUtil.java | 61 namespaceToFieldMap.put(DeviceConfig.NAMESPACE_CONNECTIVITY, in createNamespaceMap()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 9127 field public static final String NAMESPACE_CONNECTIVITY = "connectivity";
|