OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:staticConfig
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java
226
private boolean setStaticIpAddress(StaticIpConfiguration
staticConfig
) {
227
if (
staticConfig
.ipAddress != null &&
228
staticConfig
.gateway != null &&
229
staticConfig
.dnsServers.size() > 0) {
231
Log.i(TAG, "Applying static IPv4 configuration to " + mIface + ": " +
staticConfig
);
233
config.setLinkAddress(
staticConfig
.ipAddress);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
AdvancedWifiOptionsFlow.java
388
StaticIpConfiguration
staticConfig
= new StaticIpConfiguration();
389
mIpConfiguration.setStaticIpConfiguration(
staticConfig
);
408
staticConfig
.ipAddress = new LinkAddress(inetAddr, networkPrefixLength);
416
staticConfig
.gateway =
426
staticConfig
.dnsServers.add(
436
staticConfig
.dnsServers.add(
/packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java
224
StaticIpConfiguration
staticConfig
= config.getStaticIpConfiguration();
225
if (
staticConfig
!= null &&
staticConfig
.ipAddress != null) {
227
staticConfig
.ipAddress.getAddress().getHostAddress());
[
all
...]
/prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar
/prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar
Completed in 412 milliseconds