Home
last modified time | relevance | path

Searched refs:getClientList (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pGroup.java226 public Collection<WifiP2pDevice> getClientList() { in getClientList() method in WifiP2pGroup
288 for (WifiP2pDevice d : source.getClientList()) mClients.add(d); in WifiP2pGroup()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java578 return mSupplicantP2pIfaceHal.getClientList(netId); in getP2pClientList()
DWifiP2pServiceImpl.java2100 for (WifiP2pDevice c : mGroup.getClientList()) { in processMessage()
2766 String[] p2pClientList = getClientList(netId); in getNetworkIdFromClientList()
2782 private String[] getClientList(int netId) { in getClientList() method in WifiP2pServiceImpl.P2pStateMachine
2800 String[] currentClientList = getClientList(netId); in removeClientFromList()
2980 for (WifiP2pDevice d : mGroup.getClientList()) { in handleGroupRemoved()
DSupplicantP2pIfaceHal.java2110 public String getClientList(int networkId) { in getClientList() method in SupplicantP2pIfaceHal
2121 network.getClientList( in getClientList()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java2431 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class)); in testGetClientList()
2434 assertEquals(clientList, mDut.getClientList(testNetworkId)); in testGetClientList()
2438 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class)); in testGetClientList()
2468 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class)); in testGetClientListFailureDueToGetNetwork()
2470 assertEquals(null, mDut.getClientList(testNetworkId)); in testGetClientListFailureDueToGetNetwork()
2474 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class)); in testGetClientListFailureDueToGetNetwork()
/frameworks/base/services/core/java/com/android/server/display/
DWifiDisplayController.java844 if (owner && info.getClientList().isEmpty()) { in handleConnectionChanged()
856 info.getClientList().iterator().next() : info.getOwner(); in handleConnectionChanged()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18187 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getClientList();
/frameworks/base/api/
Dcurrent.txt26888 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getClientList();
Dsystem-current.txt29584 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getClientList();