Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
H A DIpClientIntegrationTestCommon.java359 private boolean mIsHostnameConfigurationEnabled; field in IpClientIntegrationTestCommon.Dependencies
364 mIsHostnameConfigurationEnabled = enable; in setHostnameConfiguration()
432 return mIsHostnameConfigurationEnabled; in getDhcpClientDependencies()
437 return mIsHostnameConfigurationEnabled ? mHostname : null; in getDhcpClientDependencies()