Searched refs:mWifiP2pTetherInterface (Results 1 – 2 of 2) sorted by relevance
105 private String mWifiP2pTetherInterface = null; field in MdnsSocketProvider113 mWifiP2pTetherInterface = newP2pIface;118 if (Objects.equals(mWifiP2pTetherInterface, newP2pIface)) return;120 if (mWifiP2pTetherInterface != null) {122 mSharedLog.wtf("Wifi p2p interface is changed from " + mWifiP2pTetherInterface126 removeTetherInterfaceSocket(mWifiP2pTetherInterface);130 mWifiP2pTetherInterface = newP2pIface;698 if (mWifiP2pTetherInterface != null in requestSocket()699 && !mLocalOnlyInterfaces.contains(mWifiP2pTetherInterface)) { in requestSocket()700 retrieveAndNotifySocketFromInterface(mWifiP2pTetherInterface, cb); in requestSocket()
274 private String mWifiP2pTetherInterface = null; field in Tethering1318 disableWifiP2pIpServingIfNeeded(mWifiP2pTetherInterface); in handleWifiP2pAction()1319 mWifiP2pTetherInterface = null; in handleWifiP2pAction()1327 if (group.getInterface().equals(mWifiP2pTetherInterface)) return; in handleWifiP2pAction()1330 if (!TextUtils.isEmpty(mWifiP2pTetherInterface)) { in handleWifiP2pAction()1331 mLog.w("P2P tethered interface " + mWifiP2pTetherInterface in handleWifiP2pAction()1334 disableWifiP2pIpServingIfNeeded(mWifiP2pTetherInterface); in handleWifiP2pAction()1338 mWifiP2pTetherInterface = group.getInterface(); in handleWifiP2pAction()1339 enableWifiP2pIpServing(mWifiP2pTetherInterface); in handleWifiP2pAction()