Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackAidlImplTest.java507 }).when(mMonitor).broadcastP2pGroupStarted( in testOnGroupStarted_success()
520 verify(mMonitor, times(2)).broadcastP2pGroupStarted( in testOnGroupStarted_success()
536 verify(mMonitor, never()).broadcastP2pGroupStarted( in testOnGroupStarted_invalidArguments()
542 verify(mMonitor, never()).broadcastP2pGroupStarted( in testOnGroupStarted_invalidArguments()
548 verify(mMonitor, never()).broadcastP2pGroupStarted( in testOnGroupStarted_invalidArguments()
586 }).when(mMonitor).broadcastP2pGroupStarted( in testOnGroupStartedWithParams_success()
618 verify(mMonitor, times(2)).broadcastP2pGroupStarted( in testOnGroupStartedWithParams_success()
661 }).when(mMonitor).broadcastP2pGroupStarted( in testOnGroupStartedWithParams_vendorData_success()
671 verify(mMonitor, times(2)).broadcastP2pGroupStarted( in testOnGroupStartedWithParams_vendorData_success()
695 verify(mMonitor, never()).broadcastP2pGroupStarted( in testOnGroupStartedWithParams_invalidArguments()
[all …]
DSupplicantP2pIfaceCallbackHidlImplTest.java367 }).when(mMonitor).broadcastP2pGroupStarted( in testOnGroupStarted_success()
380 verify(mMonitor, times(2)).broadcastP2pGroupStarted( in testOnGroupStarted_success()
402 verify(mMonitor, never()).broadcastP2pGroupStarted( in testOnGroupStarted_invalidArguments()
408 verify(mMonitor, never()).broadcastP2pGroupStarted( in testOnGroupStarted_invalidArguments()
414 verify(mMonitor, never()).broadcastP2pGroupStarted( in testOnGroupStarted_invalidArguments()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMonitor.java352 public void broadcastP2pGroupStarted(String iface, WifiP2pGroup group) { in broadcastP2pGroupStarted() method in WifiP2pMonitor
DSupplicantP2pIfaceCallbackHidlImpl.java310 mMonitor.broadcastP2pGroupStarted(mInterface, group); in onGroupStarted()
DSupplicantP2pIfaceCallbackAidlImpl.java364 mMonitor.broadcastP2pGroupStarted(mInterface, group); in onGroupStarted()