Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DFakeTetheringConfiguration.java30 protected String getDeviceConfigProperty(final String name) { in getDeviceConfigProperty() method in FakeTetheringConfiguration
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java525 final String value = getDeviceConfigProperty(name); in getDeviceConfigBoolean()
530 protected String getDeviceConfigProperty(String name) { in getDeviceConfigProperty() method in TetheringConfiguration
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1944 final String strExpiration = mDependencies.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getTestUrl()
1959 final String strUrl = mDependencies.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getTestUrl()
2103 final String settingsValue = mDependencies.getDeviceConfigProperty( in makeCaptivePortalFallbackProbeSpecs()
2167 final String otherUrls = mDependencies.getDeviceConfigProperty( in combineCaptivePortalUrls()
2270 return mDependencies.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getCaptivePortalUserAgent()
3132 public String getDeviceConfigProperty(@NonNull String namespace, @NonNull String name, in getDeviceConfigProperty() method in NetworkMonitor.Dependencies
3134 return DeviceConfigUtils.getDeviceConfigProperty(namespace, name, defaultValue); in getDeviceConfigProperty()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java2802 when(mDependencies.getDeviceConfigProperty(any(),
2807 when(mDependencies.getDeviceConfigProperty(any(),
2822 doReturn(value).when(mDependencies).getDeviceConfigProperty(eq(NAMESPACE_CONNECTIVITY),