Searched refs:getClientList (Results 1 – 10 of 10) sorted by relevance
391 if (group.getClientList().size() == 0) { in startGroupEvent()400 mCurrentGroupEvent.numConnectedClients = group.getClientList().size(); in startGroupEvent()430 int delta = group.getClientList().size() - mCurrentGroupEvent.numConnectedClients; in updateGroupEvent()431 mCurrentGroupEvent.numConnectedClients = group.getClientList().size(); in updateGroupEvent()439 if (group.getClientList().size() > 0) { in updateGroupEvent()446 if (group.getClientList().size() == 0) { in updateGroupEvent()
806 return mSupplicantP2pIfaceHal.getClientList(netId); in getP2pClientList()
2635 for (WifiP2pDevice c : mGroup.getClientList()) { in processMessage()3323 for (WifiP2pDevice originalDevice : group.getClientList()) { in eraseOwnDeviceAddress()3514 String[] p2pClientList = getClientList(netId); in getNetworkIdFromClientList()3530 private String[] getClientList(int netId) { in getClientList() method in WifiP2pServiceImpl.P2pStateMachine3548 String[] currentClientList = getClientList(netId); in removeClientFromList()3729 for (WifiP2pDevice d : mGroup.getClientList()) { in handleGroupRemoved()
2315 public String getClientList(int networkId) { in getClientList() method in SupplicantP2pIfaceHal2326 network.getClientList( in getClientList()
235 public Collection<WifiP2pDevice> getClientList() { in getClientList() method in WifiP2pGroup311 for (WifiP2pDevice d : source.getClientList()) mClients.add(d); in WifiP2pGroup()
72 assertEquals(2, group.getClientList().size()); in testSetterGetter()
628 when(mSupplicantP2pIfaceHalMock.getClientList(anyInt())) in testGetP2pClientList()631 verify(mSupplicantP2pIfaceHalMock).getClientList(eq(5)); in testGetP2pClientList()
2637 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class)); in testGetClientList()2640 assertEquals(clientList, mDut.getClientList(testNetworkId)); in testGetClientList()2644 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class)); in testGetClientList()2674 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class)); in testGetClientListFailureDueToGetNetwork()2676 assertEquals(null, mDut.getClientList(testNetworkId)); in testGetClientListFailureDueToGetNetwork()2680 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class)); in testGetClientListFailureDueToGetNetwork()
843 if (owner && info.getClientList().isEmpty()) { in handleConnectionChanged()855 info.getClientList().iterator().next() : info.getOwner(); in handleConnectionChanged()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...