/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
H A D | WifiP2pMetrics.java | 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()
|
H A D | WifiP2pNative.java | 804 return mSupplicantP2pIfaceHal.getClientList(netId); in getP2pClientList()
|
H A D | WifiP2pServiceImpl.java | 2934 for (WifiP2pDevice c : mGroup.getClientList()) { in processMessage() 3646 for (WifiP2pDevice originalDevice : group.getClientList()) { in eraseOwnDeviceAddress() 3858 String[] p2pClientList = getClientList(netId); in getNetworkIdFromClientList() 3874 private String[] getClientList(int netId) { in getClientList() method in WifiP2pServiceImpl.P2pStateMachine 3892 String[] currentClientList = getClientList(netId); in removeClientFromList() 4139 for (WifiP2pDevice d : mGroup.getClientList()) { in handleGroupRemoved()
|
H A D | SupplicantP2pIfaceHal.java | 2426 public String getClientList(int networkId) { in getClientList() method in SupplicantP2pIfaceHal 2437 network.getClientList( in getClientList()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/ |
H A D | WifiP2pGroup.java | 250 public Collection<WifiP2pDevice> getClientList() { in getClientList() method in WifiP2pGroup 325 for (WifiP2pDevice d : source.getClientList()) mClients.add(d); in WifiP2pGroup()
|
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/ |
H A D | WifiP2pGroupTest.java | 72 assertEquals(2, group.getClientList().size()); in testSetterGetter()
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | WifiDisplayController.java | 828 return group.getOwner().equals(device) || group.getClientList().contains(device); in contains() 859 if (owner && info.getClientList().isEmpty()) { in handleConnectionChanged() 871 info.getClientList().iterator().next() : info.getOwner(); in handleConnectionChanged()
|
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/p2p/ |
H A D | P2pConnectionProcedure.java | 191 for (WifiP2pDevice client : group.getClientList()) { in isConnectedToPeer()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
H A D | WifiP2pNativeTest.java | 661 when(mSupplicantP2pIfaceHalMock.getClientList(anyInt())) in testGetP2pClientList() 664 verify(mSupplicantP2pIfaceHalMock).getClientList(eq(5)); in testGetP2pClientList()
|
H A D | SupplicantP2pIfaceHalTest.java | 2688 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class)); in testGetClientList() 2691 assertEquals(clientList, mDut.getClientList(testNetworkId)); in testGetClientList() 2695 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class)); in testGetClientList() 2725 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class)); in testGetClientListFailureDueToGetNetwork() 2727 assertEquals(null, mDut.getClientList(testNetworkId)); in testGetClientListFailureDueToGetNetwork() 2731 .getClientList(any(ISupplicantP2pNetwork.getClientListCallback.class)); in testGetClientListFailureDueToGetNetwork()
|
/aosp12/hardware/interfaces/wifi/supplicant/1.0/ |
H A D | ISupplicantP2pNetwork.hal | 132 getClientList() generates (SupplicantStatus status, vec<MacAddress> clients);
|
/aosp12/packages/modules/Wifi/framework/api/ |
H A D | current.txt | 1017 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getClientList();
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 18187 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getClientList();
|