Home
last modified time | relevance | path

Searched refs:SET_CHANNEL (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pManager.java519 public static final int SET_CHANNEL = BASE + 71; field in WifiP2pManager
1356 c.mAsyncChannel.sendMessage(SET_CHANNEL, 0, c.putListener(listener), p2pChannels); in setWifiP2pChannels()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java375 case WifiP2pManager.SET_CHANNEL: in handleMessage()
1120 case WifiP2pManager.SET_CHANNEL: in processMessage()
1699 case WifiP2pManager.SET_CHANNEL: in processMessage()
2015 case WifiP2pManager.SET_CHANNEL: in processMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java430 msg.what = WifiP2pManager.SET_CHANNEL; in sendSetChannelMsg()