Searched refs:broadcastP2pDeviceFound (Results 1 – 3 of 3) sorted by relevance
114 .when(mMonitor).broadcastP2pDeviceFound( in testOnDeviceFound_success()132 verify(mMonitor, times(2)).broadcastP2pDeviceFound( in testOnDeviceFound_success()157 verify(mMonitor).broadcastP2pDeviceFound(eq(mIface), deviceCaptor.capture()); in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()176 verify(mMonitor).broadcastP2pDeviceFound( in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()198 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()208 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()218 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()228 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()238 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()
269 public void broadcastP2pDeviceFound(String iface, WifiP2pDevice device) { in broadcastP2pDeviceFound() method in WifiP2pMonitor
136 mMonitor.broadcastP2pDeviceFound(mInterface, device); in onDeviceFound()