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.java724 return mSupplicantP2pIfaceHal.getClientList(netId);
H A DWifiP2pServiceImpl.java2224 for (WifiP2pDevice c : mGroup.getClientList()) {
2937 String[] p2pClientList = getClientList(netId);
2953 private String[] getClientList(int netId) { method in class:WifiP2pServiceImpl.P2pStateMachine
2971 String[] currentClientList = getClientList(netId);
3151 for (WifiP2pDevice d : mGroup.getClientList()) {
H A DSupplicantP2pIfaceHal.java2244 public String getClientList(int networkId) { method in class:SupplicantP2pIfaceHal
2246 if (!checkSupplicantP2pIfaceAndLogFailure("getClientList")) return null;
2253 "getClientList(" + networkId + ")");
2255 network.getClientList(
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java2482 * Sunny day scenario for getClientList()
2512 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class));
2515 assertEquals(clientList, mDut.getClientList(testNetworkId));
2519 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class));
2523 * Failure scenario for getClientList() when getNetwork returns null.
2549 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class));
2551 assertEquals(null, mDut.getClientList(testNetworkId));
2555 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class));
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java843 if (owner && info.getClientList().isEmpty()) {
855 info.getClientList().iterator().next() : info.getOwner();

Completed in 140 milliseconds