Searched refs:getClientList (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroup.java226 public Collection<WifiP2pDevice> getClientList() { method in class:WifiP2pGroup
288 for (WifiP2pDevice d : source.getClientList()) mClients.add(d);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pNative.java578 return mSupplicantP2pIfaceHal.getClientList(netId);
H A DWifiP2pServiceImpl.java2100 for (WifiP2pDevice c : mGroup.getClientList()) {
2766 String[] p2pClientList = getClientList(netId);
2782 private String[] getClientList(int netId) { method in class:WifiP2pServiceImpl.P2pStateMachine
2800 String[] currentClientList = getClientList(netId);
2980 for (WifiP2pDevice d : mGroup.getClientList()) {
H A DSupplicantP2pIfaceHal.java2110 public String getClientList(int networkId) { method in class:SupplicantP2pIfaceHal
2112 if (!checkSupplicantP2pIfaceAndLogFailure("getClientList")) return null;
2119 "getClientList(" + networkId + ")");
2121 network.getClientList(
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java2401 * Sunny day scenario for getClientList()
2431 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class));
2434 assertEquals(clientList, mDut.getClientList(testNetworkId));
2438 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class));
2442 * Failure scenario for getClientList() when getNetwork returns null.
2468 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class));
2470 assertEquals(null, mDut.getClientList(testNetworkId));
2474 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class));
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java844 if (owner && info.getClientList().isEmpty()) {
856 info.getClientList().iterator().next() : info.getOwner();

Completed in 612 milliseconds