Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackImplTest.java259 }).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()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pMonitor.java256 public void broadcastP2pDeviceLost(String iface, WifiP2pDevice device) { in broadcastP2pDeviceLost() method in WifiP2pMonitor
H A DSupplicantP2pIfaceCallbackImpl.java162 mMonitor.broadcastP2pDeviceLost(mInterface, device); in onDeviceLost()