Searched refs:mWifiP2pManager (Results 1 – 1 of 1) sorted by relevance
97 private WifiP2pManager mWifiP2pManager; field in WifiDisplayController195 if (mWifiP2pManager == null) { in retrieveWifiP2pManagerAndChannel()196 mWifiP2pManager = (WifiP2pManager)mContext.getSystemService(Context.WIFI_P2P_SERVICE); in retrieveWifiP2pManagerAndChannel()198 if (mWifiP2pChannel == null && mWifiP2pManager != null) { in retrieveWifiP2pManagerAndChannel()199 mWifiP2pChannel = mWifiP2pManager.initialize(mContext, mHandler.getLooper(), null); in retrieveWifiP2pManagerAndChannel()299 mWifiP2pManager.setWfdInfo(mWifiP2pChannel, wfdInfo, new ActionListener() { in updateWfdEnableState()327 mWifiP2pManager.setWfdInfo(mWifiP2pChannel, wfdInfo, new ActionListener() { in updateWfdEnableState()396 mWifiP2pManager.discoverPeers(mWifiP2pChannel, new ActionListener() { in tryDiscoverPeers()424 mWifiP2pManager.stopPeerDiscovery(mWifiP2pChannel, new ActionListener() { in stopPeerDiscovery()442 mWifiP2pManager.requestPeers(mWifiP2pChannel, new PeerListListener() { in requestPeers()[all …]