Searched refs:p2pDeviceList (Results 1 – 3 of 3) sorted by relevance
35 void onPeerListChanged(in WifiP2pDeviceList p2pDeviceList); in onPeerListChanged() argument
1320 default void onPeerListChanged(@NonNull WifiP2pDeviceList p2pDeviceList) { in onPeerListChanged() argument1506 public void onPeerListChanged(WifiP2pDeviceList p2pDeviceList) { in onPeerListChanged() argument1508 mExecutor.execute(() -> mListener.onPeerListChanged(p2pDeviceList)); in onPeerListChanged()
1186 private void onPeerListChanged(WifiP2pDeviceList p2pDeviceList) { in onPeerListChanged() argument1190 mWifiP2pListeners.getBroadcastItem(i).onPeerListChanged(p2pDeviceList); in onPeerListChanged()5783 WifiP2pDeviceList p2pDeviceList = new WifiP2pDeviceList(mPeers); in sendPeersChangedBroadcast() local5784 onPeerListChanged(p2pDeviceList); in sendPeersChangedBroadcast()5787 intent.putExtra(WifiP2pManager.EXTRA_P2P_DEVICE_LIST, p2pDeviceList); in sendPeersChangedBroadcast()