Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pManager.java388 public static final int CREATE_GROUP = BASE + 13; field in WifiP2pManager
1280 c.mAsyncChannel.sendMessage(CREATE_GROUP, WifiP2pGroup.PERSISTENT_NET_ID, in createGroup()
1313 c.mAsyncChannel.sendMessage(CREATE_GROUP, 0, in createGroup()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java380 case WifiP2pManager.CREATE_GROUP: in handleMessage()
1009 case WifiP2pManager.CREATE_GROUP: in processMessage()
1261 case WifiP2pManager.CREATE_GROUP: in processMessage()
1927 case WifiP2pManager.CREATE_GROUP: in processMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java558 msg.what = WifiP2pManager.CREATE_GROUP; in sendCreateGroupMsg()