Searched refs:broadcastP2pDeviceFound (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceCallbackHidlImplTest.java | 122 }).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()
|
D | SupplicantP2pIfaceCallbackAidlImplTest.java | 147 }).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/ |
D | SupplicantP2pIfaceCallbackHidlV1_4Impl.java | 325 mMonitor.broadcastP2pDeviceFound(mInterface, device); in onR2DeviceFound()
|
D | WifiP2pMonitor.java | 265 public void broadcastP2pDeviceFound(String iface, WifiP2pDevice device) { in broadcastP2pDeviceFound() method in WifiP2pMonitor
|
D | SupplicantP2pIfaceCallbackAidlImpl.java | 812 mMonitor.broadcastP2pDeviceFound(mInterface, device); in onR2DeviceFound() 959 mMonitor.broadcastP2pDeviceFound(mInterface, device); in handleDeviceFound()
|
D | SupplicantP2pIfaceCallbackHidlImpl.java | 143 mMonitor.broadcastP2pDeviceFound(mInterface, device); in onDeviceFound()
|