Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackTest.java254 .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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMonitor.java281 public void broadcastP2pDeviceLost(String iface, WifiP2pDevice device) { in broadcastP2pDeviceLost() method in WifiP2pMonitor
DSupplicantP2pIfaceCallback.java157 mMonitor.broadcastP2pDeviceLost(mInterface, device); in onDeviceLost()