Home
last modified time | relevance | path

Searched refs:getDeviceConfigProperty (Results 1 – 10 of 10) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/utils/
DIkeDeviceConfigUtils.java35 String value = getDeviceConfigProperty(namespace, name, null /* defaultValue */); in getDeviceConfigPropertyInt()
78 String value = getDeviceConfigProperty(namespace, name, null /* defaultValue */); in getDeviceConfigPropertyBoolean()
91 public static String getDeviceConfigProperty( in getDeviceConfigProperty() method in IkeDeviceConfigUtils
/packages/modules/NetworkStack/tests/integration/signature/android/net/ip/
DIpClientSignatureTest.kt52 return FEATURE_ENABLED.equals(getDeviceConfigProperty(name)) in <lambda>()
56 return !FEATURE_DISABLED.equals(getDeviceConfigProperty(name)) in <lambda>()
63 override fun getDeviceConfigProperty(name: String): String? { in <lambda>() method in android.net.ip.IpClientSignatureTest
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/
DNearbyConfiguration.java94 final String value = getDeviceConfigProperty(name); in getDeviceConfigBoolean()
99 final String value = getDeviceConfigProperty(name); in getDeviceConfigInt()
103 private static String getDeviceConfigProperty(String name) { in getDeviceConfigProperty() method in NearbyConfiguration
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DDeviceConfigUtils.java104 public static String getDeviceConfigProperty(@NonNull String namespace, @NonNull String name, in getDeviceConfigProperty() method in DeviceConfigUtils
119 String value = getDeviceConfigProperty(namespace, name, null /* defaultValue */); in getDeviceConfigPropertyInt()
157 String value = getDeviceConfigProperty(namespace, name, null /* defaultValue */); in getDeviceConfigPropertyBoolean()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/provider/
DChreDiscoveryProviderTest.java406 final String value = getDeviceConfigProperty(name); in getDeviceConfigBoolean()
410 private String getDeviceConfigProperty(String name) { in getDeviceConfigProperty() method in ChreDiscoveryProviderTest
/packages/modules/NetworkStack/tests/integration/root/android/net/ip/
DIpClientRootTest.kt184 override fun getDeviceConfigProperty(name: String) = throw UnsupportedOperationException() in <lambda>() method
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2474 final String strExpiration = deps.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getTestUrl()
2492 final String strUrl = deps.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getTestUrl()
2644 final String settingsValue = mDependencies.getDeviceConfigProperty( in makeCaptivePortalFallbackProbeSpecs()
2706 final String otherUrls = mDependencies.getDeviceConfigProperty( in combineCaptivePortalUrls()
2814 return mDependencies.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getCaptivePortalUserAgent()
3684 public String getDeviceConfigProperty(@NonNull String namespace, @NonNull String name, in getDeviceConfigProperty() method in NetworkMonitor.Dependencies
3686 return DeviceConfigUtils.getDeviceConfigProperty(namespace, name, defaultValue); in getDeviceConfigProperty()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java3628 doReturn(urls).when(mDependencies).getDeviceConfigProperty(any(), in setOtherFallbackUrls()
3633 doReturn(specs).when(mDependencies).getDeviceConfigProperty(any(), in setFallbackSpecs()
3643 doReturn(value).when(mDependencies).getDeviceConfigProperty(eq(NAMESPACE_CONNECTIVITY), in setDeviceConfig()
/packages/modules/Connectivity/service-t/src/com/android/server/
DNsdService.java1987 return DeviceConfigUtils.getDeviceConfigProperty(NAMESPACE_TETHERING, in getTypeAllowlistFlags()
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/
DIpClientIntegrationTestCommon.java559 return Integer.parseInt(getDeviceConfigProperty(name)); in getDeviceConfigPropertyInt()
676 protected abstract String getDeviceConfigProperty(String name);