Searched refs:stopUsdBasedServiceAdvertisement (Results 1 – 10 of 10) sorted by relevance
935 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()
1321 doNothing().when(mSupplicantP2pIfaceHalMock).stopUsdBasedServiceAdvertisement(anyInt()); in testStopUsdBasedServiceAdvertisement()1322 mWifiP2pNative.stopUsdBasedServiceAdvertisement(TEST_USD_SESSION_ID); in testStopUsdBasedServiceAdvertisement()1323 verify(mSupplicantP2pIfaceHalMock).stopUsdBasedServiceAdvertisement( in testStopUsdBasedServiceAdvertisement()
3020 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()
9198 verify(mWifiNative).stopUsdBasedServiceAdvertisement(anyInt()); in testRemoveUsdBasedServiceAdvertisement()9214 verify(mWifiNative).stopUsdBasedServiceAdvertisement(anyInt()); in testClearUsdBasedServiceAdvertisements()
652 void stopUsdBasedServiceAdvertisement(int sessionId); in stopUsdBasedServiceAdvertisement() method
1236 public void stopUsdBasedServiceAdvertisement(int sessionId) { in stopUsdBasedServiceAdvertisement() method in SupplicantP2pIfaceHal1243 mP2pIfaceHal.stopUsdBasedServiceAdvertisement(sessionId); in stopUsdBasedServiceAdvertisement()
1167 public void stopUsdBasedServiceAdvertisement(int sessionId) { in stopUsdBasedServiceAdvertisement() method in WifiP2pNative1168 mSupplicantP2pIfaceHal.stopUsdBasedServiceAdvertisement(sessionId); in stopUsdBasedServiceAdvertisement()
3098 public void stopUsdBasedServiceAdvertisement(int sessionId) { in stopUsdBasedServiceAdvertisement() method in SupplicantP2pIfaceHalAidlImpl3108 mISupplicantP2pIface.stopUsdBasedServiceAdvertisement(sessionId); in stopUsdBasedServiceAdvertisement()
2702 public void stopUsdBasedServiceAdvertisement(int sessionId) { in stopUsdBasedServiceAdvertisement() method in SupplicantP2pIfaceHalHidlImpl
8250 mWifiNative.stopUsdBasedServiceAdvertisement(sessionId); in removeLocalService()8276 mWifiNative.stopUsdBasedServiceAdvertisement(sessionId); in clearLocalServices()