Searched defs:getClientList (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/ | ||
D | WifiP2pGroup.java | 348 public Collection<WifiP2pDevice> getClientList() { in getClientList() method in WifiP2pGroup |
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ | ||
D | ISupplicantP2pIfaceHal.java | 549 String getClientList(int networkId); in getClientList() method |
D | SupplicantP2pIfaceHal.java | 1030 public String getClientList(int networkId) { in getClientList() method in SupplicantP2pIfaceHal |
D | SupplicantP2pIfaceHalAidlImpl.java | 2397 public String getClientList(int networkId) { in getClientList() method in SupplicantP2pIfaceHalAidlImpl |
D | SupplicantP2pIfaceHalHidlImpl.java | 2494 public String getClientList(int networkId) { in getClientList() method in SupplicantP2pIfaceHalHidlImpl |
D | WifiP2pServiceImpl.java | 6612 private String[] getClientList(int netId) { in getClientList() method in WifiP2pServiceImpl.P2pStateMachine |