Searched refs:mWifiP2pChannel (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wfd/ |
D | WifiDisplaySettings.java | 116 private Channel mWifiP2pChannel; field in WifiDisplaySettings 141 mWifiP2pChannel = mWifiP2pManager.initialize(context, Looper.getMainLooper(), null); in onCreate() 488 mWifiP2pManager.createGroup(mWifiP2pChannel, new ActionListener() { in startAutoGO() 507 mWifiP2pManager.removeGroup(mWifiP2pChannel, new ActionListener() { in stopAutoGO() 526 mWifiP2pManager.listen(mWifiP2pChannel, enable, new ActionListener() { in setListenMode() 547 mWifiP2pManager.setWifiP2pChannels(mWifiP2pChannel, in setWifiP2pChannels()
|
/packages/apps/Settings/src/com/android/settings/wfd/ |
D | WifiDisplaySettings.java | 116 private Channel mWifiP2pChannel; field in WifiDisplaySettings 142 mWifiP2pChannel = mWifiP2pManager.initialize(context, Looper.getMainLooper(), null); in onCreate() 489 mWifiP2pManager.createGroup(mWifiP2pChannel, new ActionListener() { in startAutoGO() 508 mWifiP2pManager.removeGroup(mWifiP2pChannel, new ActionListener() { in stopAutoGO() 527 mWifiP2pManager.listen(mWifiP2pChannel, enable, new ActionListener() { in setListenMode() 548 mWifiP2pManager.setWifiP2pChannels(mWifiP2pChannel, in setWifiP2pChannels()
|