Home
last modified time | relevance | path

Searched refs:stopPeerDiscovery (Results 1 – 7 of 7) sorted by relevance

/packages/services/BuiltInPrintService/src/com/android/bips/p2p/
DP2pDiscoveryProcedure.java71 mP2pManager.stopPeerDiscovery(mChannel, null); in P2pDiscoveryProcedure()
82 mP2pManager.stopPeerDiscovery(mChannel, null); in P2pDiscoveryProcedure()
162 mP2pManager.stopPeerDiscovery(mChannel, null); in cancel()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pShellCommandTest.java115 verify(mWifiP2pManager).stopPeerDiscovery(eq(mWifiP2pChannel), any()); in testP2pPeerDiscovery()
125 verify(mWifiP2pManager).stopPeerDiscovery(eq(mWifiP2pChannel), any()); in testP2pPeerDiscoveryOnSocialChannels()
138 verify(mWifiP2pManager).stopPeerDiscovery(eq(mWifiP2pChannel), any()); in testP2pPeerDiscoveryOnSpecificFrequencyWithPositiveFrequency()
169 verify(mWifiP2pManager).stopPeerDiscovery(eq(mWifiP2pChannel), any()); in testP2pServiceDiscovery()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pShellCommand.java124 mWifiP2pManager.stopPeerDiscovery(sWifiP2pChannel, actionListener); in handleCommand()
132 mWifiP2pManager.stopPeerDiscovery(sWifiP2pChannel, actionListener); in handleCommand()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/p2p/
DWifiP2pSettingsTest.java358 verify(mWifiP2pManager, times(1)).stopPeerDiscovery(any(), any()); in peerDiscovery_whenOnStop_shouldStop()
365 verify(mWifiP2pManager, times(1)).stopPeerDiscovery(any(), any()); in peerDiscovery_whenOnStart_shouldInitChannelAgain()
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
DWifiP2pSettings.java370 mWifiP2pManager.stopPeerDiscovery(sChannel, null); in onStop()
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pManager.java2284 public void stopPeerDiscovery(Channel channel, ActionListener listener) { in stopPeerDiscovery() method in WifiP2pManager
/packages/modules/Wifi/framework/api/
Dcurrent.txt1408 …method public void stopPeerDiscovery(android.net.wifi.p2p.WifiP2pManager.Channel, android.net.wifi…