Searched refs:mWifiP2pManager (Results 1 – 1 of 1) sorted by relevance
101 private WifiP2pManager mWifiP2pManager; field in WifiDisplayController199 if (mWifiP2pManager == null) { in retrieveWifiP2pManagerAndChannel()200 mWifiP2pManager = (WifiP2pManager)mContext.getSystemService(Context.WIFI_P2P_SERVICE); in retrieveWifiP2pManagerAndChannel()202 if (mWifiP2pChannel == null && mWifiP2pManager != null) { in retrieveWifiP2pManagerAndChannel()203 mWifiP2pChannel = mWifiP2pManager.initialize(mContext, mHandler.getLooper(), null); in retrieveWifiP2pManagerAndChannel()303 mWifiP2pManager.setWfdInfo(mWifiP2pChannel, wfdInfo, new ActionListener() { in updateWfdEnableState()331 mWifiP2pManager.setWfdInfo(mWifiP2pChannel, wfdInfo, new ActionListener() { in updateWfdEnableState()400 mWifiP2pManager.discoverPeers(mWifiP2pChannel, new ActionListener() { in tryDiscoverPeers()428 mWifiP2pManager.stopPeerDiscovery(mWifiP2pChannel, new ActionListener() { in stopPeerDiscovery()446 mWifiP2pManager.requestPeers(mWifiP2pChannel, new PeerListListener() { in requestPeers()[all …]