Searched refs:p2pServiceDel (Results 1 – 4 of 4) sorted by relevance
712 public boolean p2pServiceDel(WifiP2pServiceInfo servInfo) { in p2pServiceDel() method in WifiP2pNative
3952 mWifiNative.p2pServiceDel(servInfo); in removeLocalService()3968 mWifiNative.p2pServiceDel(servInfo); in clearLocalServices()
3479 verify(mWifiNative).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testRemoveLocalServiceSuccess()3492 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testRemoveLocalServiceSuccessWithoutClientInfo()3506 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testRemoveLocalServiceSuccessWithNullServiceInfo()3518 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testRemoveLocalServiceFailureWhenP2pDisabled()3535 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testRemoveLocalServiceFailureWhenP2pUnsupported()3552 verify(mWifiNative, atLeastOnce()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testClearLocalServiceSuccess()3565 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testClearLocalServiceSuccessWithoutClientInfo()3577 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testClearLocalServiceFailureWhenP2pDisabled()3594 verify(mWifiNative, never()).p2pServiceDel(any(WifiP2pServiceInfo.class)); in testClearLocalServiceFailureWhenP2pUnsupported()
531 assertTrue(mWifiP2pNative.p2pServiceDel(info)); in testP2pServiceDel()