Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java253 private String mWifiP2pTetherInterface = null; field in Tethering
1035 disableWifiP2pIpServingLockedIfNeeded(mWifiP2pTetherInterface); in handleWifiP2pAction()
1036 mWifiP2pTetherInterface = null; in handleWifiP2pAction()
1044 if (group.getInterface().equals(mWifiP2pTetherInterface)) return; in handleWifiP2pAction()
1047 if (!TextUtils.isEmpty(mWifiP2pTetherInterface)) { in handleWifiP2pAction()
1048 mLog.w("P2P tethered interface " + mWifiP2pTetherInterface in handleWifiP2pAction()
1051 disableWifiP2pIpServingLockedIfNeeded(mWifiP2pTetherInterface); in handleWifiP2pAction()
1055 mWifiP2pTetherInterface = group.getInterface(); in handleWifiP2pAction()
1056 enableWifiIpServingLocked(mWifiP2pTetherInterface, IFACE_IP_MODE_LOCAL_ONLY); in handleWifiP2pAction()