OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIpManager
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java
60
private IpManager
mIpManager
;
77
if (
mIpManager
!= null) {
78
mIpManager
.shutdown();
79
mIpManager
= null;
112
mIpManager
= new IpManager(mContext, mInterfaceName, ipmCallback);
113
mIpManager
.startProvisioning(
114
mIpManager
.buildProvisioningConfiguration()
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java
105
private IpManager
mIpManager
;
128
if (
mIpManager
!= null) {
129
mIpManager
.shutdown();
130
mIpManager
= null;
320
mIpManager
= new IpManager(mContext, mIface, ipmCallback);
324
mIpManager
.setHttpProxy(config.getHttpProxy());
330
mIpManager
.setTcpBufferSizes(tcpBufferSizes);
334
mIpManager
.buildProvisioningConfiguration()
337
mIpManager
.startProvisioning(provisioningConfiguration);
534
if (
mIpManager
!= null)
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java
529
private final IpManager
mIpManager
;
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java
110
private IpManager
mIpManager
;
415
if (
mIpManager
!= null) {
416
mIpManager
.stop();
417
mIpManager
= null;
425
mIpManager
= new IpManager(mContext, ifname,
451
mIpManager
.buildProvisioningConfiguration()
457
mIpManager
.startProvisioning(config);
514
final IpManager ipManager =
mIpManager
;
516
pw.println("
mIpManager
:");
[
all
...]
Completed in 500 milliseconds