Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackTest.java363 .when(mMonitor).broadcastP2pGroupStarted( in testOnGroupStarted_success()
376 verify(mMonitor, times(2)).broadcastP2pGroupStarted( in testOnGroupStarted_success()
398 verify(mMonitor, never()).broadcastP2pGroupStarted( in testOnGroupStarted_invalidArguments()
404 verify(mMonitor, never()).broadcastP2pGroupStarted( in testOnGroupStarted_invalidArguments()
410 verify(mMonitor, never()).broadcastP2pGroupStarted( in testOnGroupStarted_invalidArguments()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMonitor.java356 public void broadcastP2pGroupStarted(String iface, WifiP2pGroup group) { in broadcastP2pGroupStarted() method in WifiP2pMonitor
DSupplicantP2pIfaceCallback.java303 mMonitor.broadcastP2pGroupStarted(mInterface, group); in onGroupStarted()