Home
last modified time | relevance | path

Searched refs:stopUsdBasedServiceAdvertisement (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java935 doNothing().when(mP2pIfaceHalAidlMock).stopUsdBasedServiceAdvertisement(anyInt()); in testStopUsdBasedServiceAdvertisement()
936 mDut.stopUsdBasedServiceAdvertisement(TEST_USD_SESSION_ID); in testStopUsdBasedServiceAdvertisement()
937 verify(mP2pIfaceHalAidlMock).stopUsdBasedServiceAdvertisement(eq(TEST_USD_SESSION_ID)); in testStopUsdBasedServiceAdvertisement()
DWifiP2pNativeTest.java1321 doNothing().when(mSupplicantP2pIfaceHalMock).stopUsdBasedServiceAdvertisement(anyInt()); in testStopUsdBasedServiceAdvertisement()
1322 mWifiP2pNative.stopUsdBasedServiceAdvertisement(TEST_USD_SESSION_ID); in testStopUsdBasedServiceAdvertisement()
1323 verify(mSupplicantP2pIfaceHalMock).stopUsdBasedServiceAdvertisement( in testStopUsdBasedServiceAdvertisement()
DSupplicantP2pIfaceHalAidlImplTest.java3020 doNothing().when(mISupplicantP2pIfaceMock).stopUsdBasedServiceAdvertisement(anyInt()); in testStopUsdBasedServiceAdvertisementSuccess()
3024 mDut.stopUsdBasedServiceAdvertisement(TEST_USD_SESSION_ID); in testStopUsdBasedServiceAdvertisementSuccess()
3025 verify(mISupplicantP2pIfaceMock).stopUsdBasedServiceAdvertisement(eq(TEST_USD_SESSION_ID)); in testStopUsdBasedServiceAdvertisementSuccess()
DWifiP2pServiceImplTest.java9198 verify(mWifiNative).stopUsdBasedServiceAdvertisement(anyInt()); in testRemoveUsdBasedServiceAdvertisement()
9214 verify(mWifiNative).stopUsdBasedServiceAdvertisement(anyInt()); in testClearUsdBasedServiceAdvertisements()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DISupplicantP2pIfaceHal.java652 void stopUsdBasedServiceAdvertisement(int sessionId); in stopUsdBasedServiceAdvertisement() method
DSupplicantP2pIfaceHal.java1236 public void stopUsdBasedServiceAdvertisement(int sessionId) { in stopUsdBasedServiceAdvertisement() method in SupplicantP2pIfaceHal
1243 mP2pIfaceHal.stopUsdBasedServiceAdvertisement(sessionId); in stopUsdBasedServiceAdvertisement()
DWifiP2pNative.java1167 public void stopUsdBasedServiceAdvertisement(int sessionId) { in stopUsdBasedServiceAdvertisement() method in WifiP2pNative
1168 mSupplicantP2pIfaceHal.stopUsdBasedServiceAdvertisement(sessionId); in stopUsdBasedServiceAdvertisement()
DSupplicantP2pIfaceHalAidlImpl.java3098 public void stopUsdBasedServiceAdvertisement(int sessionId) { in stopUsdBasedServiceAdvertisement() method in SupplicantP2pIfaceHalAidlImpl
3108 mISupplicantP2pIface.stopUsdBasedServiceAdvertisement(sessionId); in stopUsdBasedServiceAdvertisement()
DSupplicantP2pIfaceHalHidlImpl.java2702 public void stopUsdBasedServiceAdvertisement(int sessionId) { in stopUsdBasedServiceAdvertisement() method in SupplicantP2pIfaceHalHidlImpl
DWifiP2pServiceImpl.java8250 mWifiNative.stopUsdBasedServiceAdvertisement(sessionId); in removeLocalService()
8276 mWifiNative.stopUsdBasedServiceAdvertisement(sessionId); in clearLocalServices()