OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toLinkProperties
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/net/
StaticIpConfiguration.java
98
public LinkProperties
toLinkProperties
(String iface) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java
110
mLinkProperties = dhcpResults.
toLinkProperties
(
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java
277
linkProperties = config.getStaticIpConfiguration().
toLinkProperties
(mIface);
294
linkProperties = dhcpResults.
toLinkProperties
(mIface);
Completed in 4362 milliseconds