Home
last modified time | relevance | path

Searched refs:broadcastP2pDeviceFound (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlImplTest.java122 }).when(mMonitor).broadcastP2pDeviceFound( in testOnDeviceFound_success()
140 verify(mMonitor, times(2)).broadcastP2pDeviceFound( in testOnDeviceFound_success()
165 verify(mMonitor).broadcastP2pDeviceFound(eq(mIface), deviceCaptor.capture()); in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
184 verify(mMonitor).broadcastP2pDeviceFound( in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
206 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()
216 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()
226 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()
236 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()
246 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()
DSupplicantP2pIfaceCallbackAidlImplTest.java147 }).when(mMonitor).broadcastP2pDeviceFound( in testOnDeviceFound_success()
165 verify(mMonitor, times(2)).broadcastP2pDeviceFound( in testOnDeviceFound_success()
229 }).when(mMonitor).broadcastP2pDeviceFound( in testOnDeviceFoundWithParams_success()
238 verify(mMonitor, times(2)).broadcastP2pDeviceFound( in testOnDeviceFoundWithParams_success()
263 verify(mMonitor).broadcastP2pDeviceFound(eq(mIface), deviceCaptor.capture()); in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
282 verify(mMonitor).broadcastP2pDeviceFound( in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
303 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()
312 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()
321 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()
330 verify(mMonitor, never()).broadcastP2pDeviceFound( in testOnDeviceFound_invalidArguments()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlV1_4Impl.java325 mMonitor.broadcastP2pDeviceFound(mInterface, device); in onR2DeviceFound()
DWifiP2pMonitor.java265 public void broadcastP2pDeviceFound(String iface, WifiP2pDevice device) { in broadcastP2pDeviceFound() method in WifiP2pMonitor
DSupplicantP2pIfaceCallbackAidlImpl.java812 mMonitor.broadcastP2pDeviceFound(mInterface, device); in onR2DeviceFound()
959 mMonitor.broadcastP2pDeviceFound(mInterface, device); in handleDeviceFound()
DSupplicantP2pIfaceCallbackHidlImpl.java143 mMonitor.broadcastP2pDeviceFound(mInterface, device); in onDeviceFound()