Searched refs:getClientList (Results 1 – 9 of 9) sorted by relevance
226 public Collection<WifiP2pDevice> getClientList() { in getClientList() method in WifiP2pGroup288 for (WifiP2pDevice d : source.getClientList()) mClients.add(d); in WifiP2pGroup()
578 return mSupplicantP2pIfaceHal.getClientList(netId); in getP2pClientList()
2100 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.P2pStateMachine2800 String[] currentClientList = getClientList(netId); in removeClientFromList()2980 for (WifiP2pDevice d : mGroup.getClientList()) { in handleGroupRemoved()
2110 public String getClientList(int networkId) { in getClientList() method in SupplicantP2pIfaceHal2121 network.getClientList( in getClientList()
2431 .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()
844 if (owner && info.getClientList().isEmpty()) { in handleConnectionChanged()856 info.getClientList().iterator().next() : info.getOwner(); in handleConnectionChanged()
18187 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getClientList();
26888 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getClientList();
29584 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getClientList();