Home
last modified time | relevance | path

Searched defs:staticIpConfig (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/ethernet/
DEthernetTrackerTest.java333 final StaticIpConfiguration staticIpConfig = in testUpdateConfiguration() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DIpConfigStoreTest.java178 ProxySettings proxySettings, StaticIpConfiguration staticIpConfig, ProxyInfo info) { in newIpConfiguration()
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetTracker.java881 static IpConfiguration parseStaticIpConfiguration(String staticIpConfig) { in parseStaticIpConfiguration()
924 private static IpConfiguration createIpConfiguration( in createIpConfiguration()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java707 StaticIpConfiguration staticIpConfig = ipConfig.getStaticIpConfiguration(); in validateIpConfiguration() local
DClientModeImpl.java8326 StaticIpConfiguration staticIpConfig = config.getStaticIpConfiguration(); in startIpClient() local
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java824 final StaticIpConfiguration staticIpConfig = new StaticIpConfiguration.Builder() in makeStaticIpConfigurationFromEapolIpAddressInfo() local
879 final StaticIpConfiguration staticIpConfig = in onIpClientCreated() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java7545 final StaticIpConfiguration staticIpConfig = in testIpReachabilityMonitorNotStartOnStaticIpConfiguration() local