Searched refs:broadcastP2pDeviceLost (Results 1 – 3 of 3) sorted by relevance
259 }).when(mMonitor).broadcastP2pDeviceLost( in testOnDeviceLost_success()265 verify(mMonitor, times(1)).broadcastP2pDeviceLost( in testOnDeviceLost_success()275 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnDeviceLost_invalidArguments()279 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnDeviceLost_invalidArguments()283 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnDeviceLost_invalidArguments()328 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnGoNegotiationRequest_invalidArguments()332 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnGoNegotiationRequest_invalidArguments()336 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnGoNegotiationRequest_invalidArguments()
256 public void broadcastP2pDeviceLost(String iface, WifiP2pDevice device) { in broadcastP2pDeviceLost() method in WifiP2pMonitor
162 mMonitor.broadcastP2pDeviceLost(mInterface, device); in onDeviceLost()