Home
last modified time | relevance | path

Searched defs:peers (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/p2p/
DWifiP2pSettingsTest.java187 final WifiP2pDeviceList peers = new WifiP2pDeviceList(); in withEmptyP2pDeviceList_getP2pPeerChangeIntent_connectedDevicesShouldBeZero() local
488 final WifiP2pDeviceList peers = mock(WifiP2pDeviceList.class); in peersCategoryController_withOnePeerDevice_shouldBeAvailable() local
499 final WifiP2pDeviceList peers = mock(WifiP2pDeviceList.class); in peersCategoryController_withNoPeerDevice_shouldBeUnavailable() local
/packages/services/BuiltInPrintService/src/com/android/bips/p2p/
DP2pDiscoveryProcedure.java148 private WifiP2pDevice getDevice(Collection<WifiP2pDevice> peers, String address) { in getDevice()
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
DWifiP2pSettings.java601 public void onPeersAvailable(WifiP2pDeviceList peers) { in onPeersAvailable()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java2536 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersFailureWhenNoChannelUpdated() local
2555 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersFailureWhenChannelUpdateWrongPkgName() local
2588 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersFailureWhenPermissionDenied() local
2612 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersFailureWhenLocationModeDisabled() local
2638 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersSuccess() local
3476 WifiP2pDeviceList peers; in testOnClientsChangedOnApStaConnection() local
3530 WifiP2pDeviceList peers; in testApStaConnectedDisconnectedEventWithEapolIPAddress() local
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pManager.java936 public void onPeersAvailable(WifiP2pDeviceList peers); in onPeersAvailable()
1798 WifiP2pDeviceList peers = (WifiP2pDeviceList) message.obj; in handleMessage() local