Searched defs:peers (Results 1 – 5 of 5) sorted by relevance
163 final WifiP2pDeviceList peers = new WifiP2pDeviceList(); in withEmptyP2pDeviceList_getP2pPeerChangeIntent_connectedDevicesShouldBeZero() local464 final WifiP2pDeviceList peers = mock(WifiP2pDeviceList.class); in peersCategoryController_withOnePeerDevice_shouldBeAvailable() local475 final WifiP2pDeviceList peers = mock(WifiP2pDeviceList.class); in peersCategoryController_withNoPeerDevice_shouldBeUnavailable() local
148 private WifiP2pDevice getDevice(Collection<WifiP2pDevice> peers, String address) { in getDevice()
619 public void onPeersAvailable(WifiP2pDeviceList peers) { in onPeersAvailable()
2208 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersFailureWhenNoChannelUpdated() local2227 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersFailureWhenChannelUpdateWrongPkgName() local2261 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersFailureWhenPermissionDenied() local2285 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersFailureWhenLocationModeDisabled() local2312 WifiP2pDeviceList peers = (WifiP2pDeviceList) mMessageCaptor.getValue().obj; in testRequestPeersSuccess() local
851 public void onPeersAvailable(WifiP2pDeviceList peers); in onPeersAvailable()1328 WifiP2pDeviceList peers = (WifiP2pDeviceList) message.obj; in handleMessage() local