Searched refs:getDeviceConfigProperty (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NetworkStack/src/android/net/util/ |
D | NetworkStackUtils.java | 304 public static String getDeviceConfigProperty(@NonNull String namespace, @NonNull String name, in getDeviceConfigProperty() method in NetworkStackUtils 319 String value = getDeviceConfigProperty(namespace, name, null /* defaultValue */); in getDeviceConfigPropertyInt() 353 String value = getDeviceConfigProperty(namespace, name, null /* defaultValue */); in getDeviceConfigPropertyBoolean()
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 1908 final String strExpiration = mDependencies.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getTestUrl() 1923 return mDependencies.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getTestUrl() 2069 final String settingsValue = mDependencies.getDeviceConfigProperty( in makeCaptivePortalFallbackProbeSpecs() 2127 final String otherUrls = mDependencies.getDeviceConfigProperty( in combineCaptivePortalUrls() 2230 return mDependencies.getDeviceConfigProperty(NAMESPACE_CONNECTIVITY, in getCaptivePortalUserAgent() 3158 public String getDeviceConfigProperty(@NonNull String namespace, @NonNull String name, in getDeviceConfigProperty() method in NetworkMonitor.Dependencies 3160 return NetworkStackUtils.getDeviceConfigProperty(namespace, name, defaultValue); in getDeviceConfigProperty()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 2558 when(mDependencies.getDeviceConfigProperty(any(), 2563 when(mDependencies.getDeviceConfigProperty(any(), 2578 doReturn(value).when(mDependencies).getDeviceConfigProperty(eq(NAMESPACE_CONNECTIVITY),
|