Home
last modified time | relevance | path

Searched refs:NAMESPACE_CONNECTIVITY (Results 1 – 22 of 22) sorted by relevance

/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
H A DIpClientRootTest.kt162 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 DTetheringConfigurationTest.java24 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 DEntitlementManagerTest.java35 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 DConnectivityModuleConnector.java302 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 DTcpSocketTracker.java30 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 DTetheringModuleTest.java25 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 DNetworkMonitor.java77 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 DNetworkValidationTestUtil.kt65 DeviceConfig.NAMESPACE_CONNECTIVITY, configKey, value, false /* makeDefault */)
H A DCaptivePortalTest.kt47 import android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY
124 val url = DeviceConfig.getProperty(NAMESPACE_CONNECTIVITY, urlKey)
H A DConnectivityManagerTest.java2768 final String url = DeviceConfig.getProperty(DeviceConfig.NAMESPACE_CONNECTIVITY, urlKey);
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetheringConfiguration.java24 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 DTcpSocketTrackerTest.java22 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 DSettingsToPropertiesMapper.java84 DeviceConfig.NAMESPACE_CONNECTIVITY,
/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivityTest.java28 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY;
450 NAMESPACE_CONNECTIVITY, in setDismissPortalInValidatedNetwork()
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpServer.java27 import static android.provider.DeviceConfig.NAMESPACE_CONNECTIVITY;
235 return DeviceConfigUtils.isFeatureEnabled(context, NAMESPACE_CONNECTIVITY, name); in isFeatureEnabled()
H A DDhcpClient.java40 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 DCaptivePortalLoginActivity.java21 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 DIpClient.java25 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 DDeviceConfig.java181 public static final String NAMESPACE_CONNECTIVITY = "connectivity"; field in DeviceConfig
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
H A DNetworkMonitorTest.java54 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 DSettingsProtoDumpUtil.java61 namespaceToFieldMap.put(DeviceConfig.NAMESPACE_CONNECTIVITY, in createNamespaceMap()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt9127 field public static final String NAMESPACE_CONNECTIVITY = "connectivity";