Home
last modified time | relevance | path

Searched refs:broadcastP2pDeviceLost (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlImplTest.java261 }).when(mMonitor).broadcastP2pDeviceLost( in testOnDeviceLost_success()
267 verify(mMonitor, times(1)).broadcastP2pDeviceLost( in testOnDeviceLost_success()
277 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnDeviceLost_invalidArguments()
281 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnDeviceLost_invalidArguments()
285 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnDeviceLost_invalidArguments()
330 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnGoNegotiationRequest_invalidArguments()
334 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnGoNegotiationRequest_invalidArguments()
338 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnGoNegotiationRequest_invalidArguments()
DSupplicantP2pIfaceCallbackAidlImplTest.java354 }).when(mMonitor).broadcastP2pDeviceLost( in testOnDeviceLost_success()
360 verify(mMonitor, times(1)).broadcastP2pDeviceLost( in testOnDeviceLost_success()
370 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnDeviceLost_invalidArguments()
374 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnDeviceLost_invalidArguments()
378 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnDeviceLost_invalidArguments()
420 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnGoNegotiationRequest_invalidArguments()
424 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnGoNegotiationRequest_invalidArguments()
428 verify(mMonitor, never()).broadcastP2pDeviceLost( in testOnGoNegotiationRequest_invalidArguments()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMonitor.java277 public void broadcastP2pDeviceLost(String iface, WifiP2pDevice device) { in broadcastP2pDeviceLost() method in WifiP2pMonitor
DSupplicantP2pIfaceCallbackHidlImpl.java164 mMonitor.broadcastP2pDeviceLost(mInterface, device); in onDeviceLost()
DSupplicantP2pIfaceCallbackAidlImpl.java137 mMonitor.broadcastP2pDeviceLost(mInterface, device); in onDeviceLost()