Searched refs:p2pServiceDel (Results 1 – 4 of 4) sorted by relevance
822 public boolean p2pServiceDel(WifiP2pServiceInfo servInfo) { in p2pServiceDel() method in WifiP2pNative
7252 mWifiNative.p2pServiceDel(servInfo); in removeLocalService()7268 mWifiNative.p2pServiceDel(servInfo); in clearLocalServices()
5835 verify(mWifiNative).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testRemoveLocalServiceSuccess()5848 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testRemoveLocalServiceFailureWithoutClientInfo()5863 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testRemoveLocalServiceSuccessWithNullServiceInfo()5875 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testRemoveLocalServiceFailureWhenP2pDisabled()5892 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testRemoveLocalServiceFailureWhenP2pUnsupported()5910 verify(mWifiNative, atLeastOnce()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testClearLocalServiceSuccess()5923 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testClearLocalServiceFailureWithoutClientInfo()5935 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testClearLocalServiceFailureWhenP2pDisabled()5952 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testClearLocalServiceFailureWhenP2pUnsupported()
857 assertTrue(mWifiP2pNative.p2pServiceDel(info)); in testP2pServiceDel()