Searched refs:broadcastP2pDeviceLost (Results 1 – 3 of 3) sorted by relevance
254 .when(mMonitor).broadcastP2pDeviceLost( in testOnDeviceLost_success()260 verify(mMonitor, times(1)).broadcastP2pDeviceLost( in testOnDeviceLost_success()270 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnDeviceLost_invalidArguments()274 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnDeviceLost_invalidArguments()278 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnDeviceLost_invalidArguments()324 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnGoNegotiationRequest_invalidArguments()328 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnGoNegotiationRequest_invalidArguments()332 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnGoNegotiationRequest_invalidArguments()
281 public void broadcastP2pDeviceLost(String iface, WifiP2pDevice device) { in broadcastP2pDeviceLost() method in WifiP2pMonitor
157 mMonitor.broadcastP2pDeviceLost(mInterface, device); in onDeviceLost()