Searched refs:mWifiP2pChannel (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/display/ |
D | WifiDisplayController.java | 102 private Channel mWifiP2pChannel; field in WifiDisplayController 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() 609 mWifiP2pManager.removeGroup(mWifiP2pChannel, new ActionListener() { in updateConnection() 647 mWifiP2pManager.cancelConnect(mWifiP2pChannel, new ActionListener() { in updateConnection() [all …]
|